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

/frameworks/av/media/extractors/mp4/
H A DMPEG4Extractor.cpp1315 off64_t timescale_offset; local
1318 timescale_offset = data_offset + 4 + 16;
1320 timescale_offset = data_offset + 4 + 8;
1327 timescale_offset, &timescale, sizeof(timescale))
1344 timescale_offset + 4, &duration, sizeof(duration))
1354 timescale_offset + 4, &duration32, sizeof(duration32))
1370 lang_offset = timescale_offset + 4 + 8;
1372 lang_offset = timescale_offset + 4 + 4;

Completed in 33 milliseconds