Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/mp3dec/test/
Dmp3reader.cpp326 size_t test_frame_size; in resync() local
327 if (!parseHeader(test_header, &test_frame_size)) { in resync()
332 test_pos += test_frame_size; in resync()
/frameworks/av/media/extractors/mp3/
DMP3Extractor.cpp180 size_t test_frame_size; in Resync() local
182 test_header, &test_frame_size)) { in Resync()
189 test_pos += test_frame_size; in Resync()