Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMPEG4Extractor.cpp1229 off64_t timescale_offset; in parseChunk() local
1232 timescale_offset = data_offset + 4 + 16; in parseChunk()
1234 timescale_offset = data_offset + 4 + 8; in parseChunk()
1241 timescale_offset, &timescale, sizeof(timescale)) in parseChunk()
1258 timescale_offset + 4, &duration, sizeof(duration)) in parseChunk()
1268 timescale_offset + 4, &duration32, sizeof(duration32)) in parseChunk()
1284 lang_offset = timescale_offset + 4 + 8; in parseChunk()
1286 lang_offset = timescale_offset + 4 + 4; in parseChunk()