Home
last modified time | relevance | path

Searched refs:nSampleFreq (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A DFramerMp4V.c166 unsigned int nAudBitrate, nSampleFreq; in OpenMappedFile() local
231 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()
H A Dmadp_mfe.c533 void MAdp_init_audio_info(BitstreamInfo* pBsInfo, MFE_U32 nAudBitrate, MFE_U32 nSampleFreq) in MAdp_init_audio_info() argument
535 pBsInfo->nAudFrameSize = (nAudBitrate>>3) * SAMPLES_IN_AUDIO_FRAME / nSampleFreq; in MAdp_init_audio_info()