Searched refs:maxSampleRate (Results 1 – 1 of 1) sorted by relevance
231 #define AAC_PROFILE_VALUE_RANGE(maxChannelCnt, maxSampleRate, maxPcu, maxRcu) … in CalculateProfile() argument232 …channelCnt <= (maxChannelCnt) && audioConfig_.sampleRate <= (maxSampleRate) && pcu <= (maxPcu) && … in CalculateProfile()