Searched refs:GetMPEGAudioFrameSize (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/media/extractors/mp3/ |
D | MP3Extractor.cpp | 147 if (!GetMPEGAudioFrameSize( in Resync() 181 if (!GetMPEGAudioFrameSize( in Resync() 304 GetMPEGAudioFrameSize( in MP3Extractor() 319 GetMPEGAudioFrameSize( in MP3Extractor() 547 && GetMPEGAudioFrameSize( in read()
|
D | XINGSeeker.cpp | 98 if (!GetMPEGAudioFrameSize(header, &xingframesize, &sampling_rate, &num_channels, in CreateFromSource()
|
D | VBRISeeker.cpp | 54 if (!GetMPEGAudioFrameSize(tmp, &frameSize, &sampleRate)) { in CreateFromSource()
|
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/ |
D | avc_utils.h | 98 bool GetMPEGAudioFrameSize(
|
/frameworks/av/media/libstagefright/foundation/tests/AVCUtils/ |
D | AVCUtilsUnitTest.cpp | 125 bool status = GetMPEGAudioFrameSize(header, &frameSize, &sampleRate, &numChannels, &bitRate, in TEST_P()
|
/frameworks/av/media/libstagefright/foundation/ |
D | avc_utils.cpp | 631 bool GetMPEGAudioFrameSize( in GetMPEGAudioFrameSize() function
|
/frameworks/av/media/extractors/mkv/ |
D | MatroskaExtractor.cpp | 904 if (GetMPEGAudioFrameSize(code, &frame_size, NULL, NULL, NULL)) { in findMP3Header() 963 if (!GetMPEGAudioFrameSize(header, &frame_size, in mp3FrameRead()
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
D | ESQueue.cpp | 1538 if (!GetMPEGAudioFrameSize( in dequeueAccessUnitMPEGAudio()
|