Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/mp4/
DMPEG4Extractor.cpp887 off64_t stop_offset = *offset + chunk_size; in parseChunk() local
889 while (*offset < stop_offset) { in parseChunk()
896 if (*offset != stop_offset) { in parseChunk()
984 off64_t stop_offset = *offset + chunk_size; in parseChunk() local
986 while (*offset < stop_offset) { in parseChunk()
989 if (mIsQT && stop_offset - *offset == 4 && chunk_type == FOURCC("udta")) { in parseChunk()
1013 if (*offset != stop_offset) { in parseChunk()
1344 off64_t stop_offset = *offset + chunk_size; in parseChunk() local
1346 while (*offset < stop_offset) { in parseChunk()
1352 if (*offset != stop_offset) { in parseChunk()
[all …]