Searched refs:nSampleFreq (Results 1 – 2 of 2) sorted by relevance
166 unsigned int nAudBitrate, nSampleFreq; in OpenMappedFile() local231 nSampleFreq = 44100; break; in OpenMappedFile()233 nSampleFreq = 48000; break; in OpenMappedFile()235 nSampleFreq = 32000; break; in OpenMappedFile()237 pBsInfo->nAudFrameSize = (nAudBitrate>>3) * SAMPLES_IN_AUDIO_FRAME / nSampleFreq; in OpenMappedFile()
533 void MAdp_init_audio_info(BitstreamInfo* pBsInfo, MFE_U32 nAudBitrate, MFE_U32 nSampleFreq) in MAdp_init_audio_info() argument535 pBsInfo->nAudFrameSize = (nAudBitrate>>3) * SAMPLES_IN_AUDIO_FRAME / nSampleFreq; in MAdp_init_audio_info()