Searched defs:timescale_offset (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp1179 off64_t timescale_offset; local
1182 timescale_offset = data_offset + 4 + 16;
1184 timescale_offset = data_offset + 4 + 8;
1191 timescale_offset, &timescale, sizeof(timescale))
1208 timescale_offset + 4, &duration, sizeof(duration))
1218 timescale_offset + 4, &duration32, sizeof(duration32))
1234 lang_offset = timescale_offset + 4 + 8;
1236 lang_offset = timescale_offset + 4 + 4;

Completed in 43 milliseconds