Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dmxfdec.c282 unsigned partitions_count; member
462 b = mxf->partitions_count; in find_body_sid_by_absolute_offset()
690 if (mxf->partitions_count >= INT_MAX / 2) in mxf_read_partition_pack()
693 … tmp_part = av_realloc_array(mxf->partitions, mxf->partitions_count + 1, sizeof(*mxf->partitions)); in mxf_read_partition_pack()
703 (mxf->partitions_count - mxf->last_forward_partition)*sizeof(*mxf->partitions)); in mxf_read_partition_pack()
707 partition = mxf->current_partition = &mxf->partitions[mxf->partitions_count]; in mxf_read_partition_pack()
711 mxf->partitions_count++; in mxf_read_partition_pack()
1608 b = mxf->partitions_count; in mxf_absolute_bodysid_offset()
1644 for (int x = mxf->partitions_count - 1; x >= 0; x--) { in mxf_essence_container_end()
3132 for (x = 0; x < mxf->partitions_count; x++) { in mxf_compute_essence_containers()
[all …]