Searched refs:_MApi_AUDIO_GetMpegInfo (Results 1 – 4 of 4) sorted by relevance
4518 MS_U32 _MApi_AUDIO_GetMpegInfo( Audio_MPEG_infoType infoType ) in _MApi_AUDIO_GetMpegInfo() function4800 if (_MApi_AUDIO_GetMpegInfo(Audio_MPEG_infoType_SampleRate) != 0) in _MApi_AUDIO_GetPCMBufferSize()4801 …u32Tmp = ((u32Tmp << 1) * ((MS_U32)u16BitRate * 1000 / 8))/_MApi_AUDIO_GetMpegInfo(Audio_MPEG_info… in _MApi_AUDIO_GetPCMBufferSize()4975 samplerate = _MApi_AUDIO_GetMpegInfo(Audio_MPEG_infoType_SampleRate); in _MApi_AUDIO_GetSampleRate()5002 bitrate = _MApi_AUDIO_GetMpegInfo(Audio_MPEG_infoType_BitRate); in _MApi_AUDIO_GetBitRate()5030 switch(_MApi_AUDIO_GetMpegInfo(Audio_MPEG_infoType_Layer)) in _MApi_AUDIO_GetLayer()5058 return _MApi_AUDIO_GetMpegInfo(Audio_MPEG_infoType_FrameNum); in _MApi_AUDIO_GetCurrentFrameNumber()
978 MS_U32 _MApi_AUDIO_GetMpegInfo( Audio_MPEG_infoType infoType );
395 _pInstantAudio->fpAUDIOGetMpegInfo = _MApi_AUDIO_GetMpegInfo; in _AUDIOProbeResourceToUtopia()
5239 return _MApi_AUDIO_GetMpegInfo(infoType); in MApi_AUDIO_GetMpegInfo()