Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dmxfdec.c876 static int mxf_read_strong_ref_array(AVIOContext *pb, UID **refs, int *count) in mxf_read_strong_ref_array() function
933 return mxf_read_strong_ref_array(pb, &mxf->packages_refs, &mxf->packages_count); in mxf_read_content_storage()
935 …return mxf_read_strong_ref_array(pb, &mxf->essence_container_data_refs, &mxf->essence_container_da… in mxf_read_content_storage()
1028 return mxf_read_strong_ref_array(pb, &sequence->structural_components_refs, in mxf_read_sequence()
1042 return mxf_read_strong_ref_array(pb, &essence_group->structural_components_refs, in mxf_read_essence_group()
1053 return mxf_read_strong_ref_array(pb, &package->tracks_refs, in mxf_read_package()
1066 return mxf_read_strong_ref_array(pb, &package->comment_refs, in mxf_read_package()
1185 return mxf_read_strong_ref_array(pb, &descriptor->sub_descriptors_refs, in mxf_read_generic_descriptor()