Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhapdec.c120 size_t running_offset = 0; in hap_can_use_tex_in_place() local
122 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()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.c3257 gint64 * base_offset, gint64 * running_offset, gint64 decode_ts, in qtdemux_parse_trun() argument
3308 *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 …]