Searched refs:stop_offset (Results 1 – 1 of 1) sorted by relevance
905 off64_t stop_offset = *offset + chunk_size; in parseChunk() local907 while (*offset < stop_offset) { in parseChunk()914 if (*offset != stop_offset) { in parseChunk()1002 off64_t stop_offset = *offset + chunk_size; in parseChunk() local1004 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() local1460 while (*offset < stop_offset) { in parseChunk()1466 if (*offset != stop_offset) { in parseChunk()[all …]