Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/mp4/
DMPEG4Extractor.cpp905 off64_t stop_offset = *offset + chunk_size; in parseChunk() local
907 while (*offset < stop_offset) { in parseChunk()
914 if (*offset != stop_offset) { in parseChunk()
1002 off64_t stop_offset = *offset + chunk_size; in parseChunk() local
1004 while (*offset < stop_offset) { in parseChunk()
1007 if (mIsQT && stop_offset - *offset == 4 && chunk_type == FOURCC("udta")) { in parseChunk()
1031 if (*offset != stop_offset) { in parseChunk()
1458 off64_t stop_offset = *offset + chunk_size; in parseChunk() local
1460 while (*offset < stop_offset) { in parseChunk()
1466 if (*offset != stop_offset) { in parseChunk()
[all …]