Searched refs:stop_offset (Results 1 – 1 of 1) sorted by relevance
951 off64_t stop_offset = *offset + chunk_size; in parseChunk() local953 while (*offset < stop_offset) { in parseChunk()960 if (*offset != stop_offset) { in parseChunk()1048 off64_t stop_offset = *offset + chunk_size; in parseChunk() local1050 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() local1514 while (*offset < stop_offset) { in parseChunk()1520 if (*offset != stop_offset) { in parseChunk()[all …]