Home
last modified time | relevance | path

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

/frameworks/av/media/module/extractors/mp4/
DMPEG4Extractor.cpp951 off64_t stop_offset = *offset + chunk_size; in parseChunk() local
953 while (*offset < stop_offset) { in parseChunk()
960 if (*offset != stop_offset) { in parseChunk()
1048 off64_t stop_offset = *offset + chunk_size; in parseChunk() local
1050 while (*offset < stop_offset) { in parseChunk()
1053 if (mIsQT && stop_offset - *offset == 4 && chunk_type == FOURCC("udta")) { in parseChunk()
1077 if (*offset != stop_offset) { in parseChunk()
1512 off64_t stop_offset = *offset + chunk_size; in parseChunk() local
1514 while (*offset < stop_offset) { in parseChunk()
1520 if (*offset != stop_offset) { in parseChunk()
[all …]