Searched refs:running_offset (Results 1 – 2 of 2) sorted by relevance
120 size_t running_offset = 0; in hap_can_use_tex_in_place() local122 if (ctx->chunks[i].compressed_offset != running_offset in hap_can_use_tex_in_place()125 running_offset += ctx->chunks[i].compressed_size; in hap_can_use_tex_in_place()
3257 gint64 * base_offset, gint64 * running_offset, gint64 decode_ts, in qtdemux_parse_trun() argument3308 *running_offset = *base_offset + data_offset; in qtdemux_parse_trun()3318 if (*running_offset == -1) in qtdemux_parse_trun()3319 *running_offset = *base_offset; in qtdemux_parse_trun()3323 *running_offset); in qtdemux_parse_trun()3443 initial_offset = *running_offset; in qtdemux_parse_trun()3489 sample->offset = *running_offset; in qtdemux_parse_trun()3498 *running_offset += size; in qtdemux_parse_trun()3526 qtdemux->mdatleft = *running_offset - initial_offset; in qtdemux_parse_trun()4053 gint64 base_offset, running_offset; in qtdemux_parse_moof() local[all …]