Home
last modified time | relevance | path

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

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