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

/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp1266 off64_t timescale_offset; local
1269 timescale_offset = data_offset + 4 + 16;
1271 timescale_offset = data_offset + 4 + 8;
1278 timescale_offset, &timescale, sizeof(timescale))
1295 timescale_offset + 4, &duration, sizeof(duration))
1305 timescale_offset + 4, &duration32, sizeof(duration32))
1321 lang_offset = timescale_offset + 4 + 8;
1323 lang_offset = timescale_offset + 4 + 4;

Completed in 19 milliseconds