Searched refs:profile (Results 1 – 2 of 2) sorted by relevance
127 static AXPROFILE profile[256]; variable196 AXInitProfile(profile, 256); // initialize profiling for AX in setupAudioSystem()782 cpuCycles = (u32)(profile[i].axFrameEnd - profile[i].axFrameStart); in updateProfile()783 auxCycles = (u32)(profile[i].auxProcessingEnd - profile[i].auxProcessingStart); in updateProfile()784 userCycles = (u32)(profile[i].userCallbackEnd - profile[i].userCallbackStart); in updateProfile()786 voices = profile[i].axNumVoices; in updateProfile()
1002 void AXInitProfile (AXPROFILE *profile, u32 maxProfiles);