Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/mp3dec/test/
Dmp3reader.cpp307 off64_t test_pos = pos + frame_size; in resync() local
313 ssize_t retval = sourceReadAt(fp, test_pos, tmp, sizeof(tmp)); in resync()
332 test_pos += test_frame_size; in resync()
/frameworks/av/media/libstagefright/
DMP3Extractor.cpp163 off64_t test_pos = pos + frame_size; in Resync() local
168 if (source->readAt(test_pos, tmp, 4) < 4) { in Resync()
189 ALOGV("found subsequent frame #%d at %lld", j + 2, (long long)test_pos); in Resync()
191 test_pos += test_frame_size; in Resync()