Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/mp4/
DMPEG4Extractor.cpp1426 off64_t timescale_offset; in parseChunk() local
1429 timescale_offset = data_offset + 4 + 16; in parseChunk()
1431 timescale_offset = data_offset + 4 + 8; in parseChunk()
1438 timescale_offset, &timescale, sizeof(timescale)) in parseChunk()
1455 timescale_offset + 4, &duration, sizeof(duration)) in parseChunk()
1465 timescale_offset + 4, &duration32, sizeof(duration32)) in parseChunk()
1486 lang_offset = timescale_offset + 4 + 8; in parseChunk()
1488 lang_offset = timescale_offset + 4 + 4; in parseChunk()