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

/frameworks/av/media/libstagefright/
H A DMP3Extractor.cpp163 off64_t test_pos = pos + frame_size; local
168 if (source->readAt(test_pos, tmp, 4) < 4) {
189 ALOGV("found subsequent frame #%d at %lld", j + 2, test_pos);
191 test_pos += test_frame_size;

Completed in 32 milliseconds