Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/isoff/
Dgstisoff.c344 guint8 fragment_count = 0; in gst_isoff_tfrf_box_parse() local
365 if (!gst_byte_reader_get_uint8 (reader, &fragment_count)) in gst_isoff_tfrf_box_parse()
368 tfrf->entries_count = fragment_count; in gst_isoff_tfrf_box_parse()
373 for (index = 0; index < fragment_count; index++) { in gst_isoff_tfrf_box_parse()
/third_party/ffmpeg/libavcodec/
Dvp3.c215 int fragment_count; member
800 for (i = 0; i < s->fragment_count; i++) in unpack_modes()
2280 s->all_fragments = av_mallocz_array(s->fragment_count, sizeof(Vp3Fragment)); in allocate_tables()
2282 s-> kf_coded_fragment_list = av_mallocz_array(s->fragment_count, sizeof(int)); in allocate_tables()
2283 s->nkf_coded_fragment_list = av_mallocz_array(s->fragment_count, sizeof(int)); in allocate_tables()
2286 s->dct_tokens_base = av_mallocz_array(s->fragment_count, in allocate_tables()
2402 s->fragment_count = y_fragment_count + 2 * c_fragment_count; in vp3_decode_init()
2751 memset(s->all_fragments, 0, s->fragment_count * sizeof(Vp3Fragment)); in vp3_decode_frame()