Home
last modified time | relevance | path

Searched refs:GetMPEGAudioFrameSize (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/extractors/mp3/
DMP3Extractor.cpp147 if (!GetMPEGAudioFrameSize( in Resync()
181 if (!GetMPEGAudioFrameSize( in Resync()
304 GetMPEGAudioFrameSize( in MP3Extractor()
319 GetMPEGAudioFrameSize( in MP3Extractor()
547 && GetMPEGAudioFrameSize( in read()
DXINGSeeker.cpp98 if (!GetMPEGAudioFrameSize(header, &xingframesize, &sampling_rate, &num_channels, in CreateFromSource()
DVBRISeeker.cpp54 if (!GetMPEGAudioFrameSize(tmp, &frameSize, &sampleRate)) { in CreateFromSource()
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
Davc_utils.h98 bool GetMPEGAudioFrameSize(
/frameworks/av/media/libstagefright/foundation/tests/AVCUtils/
DAVCUtilsUnitTest.cpp125 bool status = GetMPEGAudioFrameSize(header, &frameSize, &sampleRate, &numChannels, &bitRate, in TEST_P()
/frameworks/av/media/libstagefright/foundation/
Davc_utils.cpp631 bool GetMPEGAudioFrameSize( in GetMPEGAudioFrameSize() function
/frameworks/av/media/extractors/mkv/
DMatroskaExtractor.cpp904 if (GetMPEGAudioFrameSize(code, &frame_size, NULL, NULL, NULL)) { in findMP3Header()
963 if (!GetMPEGAudioFrameSize(header, &frame_size, in mp3FrameRead()
/frameworks/av/media/libstagefright/mpeg2ts/
DESQueue.cpp1538 if (!GetMPEGAudioFrameSize( in dequeueAccessUnitMPEGAudio()