Searched refs:profile (Results 1 – 2 of 2) sorted by relevance
111 static AXPROFILE profile[256]; variable180 AXInitProfile(profile, 256); // initialize profiling for AX in setupAudioSystem()811 cpuCycles = (u32)(profile[i].axFrameEnd - profile[i].axFrameStart); in updateProfile()812 auxCycles = (u32)(profile[i].auxProcessingEnd - profile[i].auxProcessingStart); in updateProfile()813 userCycles = (u32)(profile[i].userCallbackEnd - profile[i].userCallbackStart); in updateProfile()815 voices = profile[i].axNumVoices; in updateProfile()
928 void AXInitProfile (AXPROFILE *profile, u32 maxProfiles);