Searched refs:stop_offset (Results 1 – 1 of 1) sorted by relevance
887 off64_t stop_offset = *offset + chunk_size; in parseChunk() local889 while (*offset < stop_offset) { in parseChunk()896 if (*offset != stop_offset) { in parseChunk()984 off64_t stop_offset = *offset + chunk_size; in parseChunk() local986 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() local1346 while (*offset < stop_offset) { in parseChunk()1352 if (*offset != stop_offset) { in parseChunk()[all …]