Searched refs:body_sid (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | mxfdec.c | 96 int body_sid; member 179 int body_sid; member 228 int body_sid; member 258 int body_sid; member 269 int body_sid; member 441 static int mxf_get_stream_index(AVFormatContext *s, KLVPacket *klv, int body_sid) in mxf_get_stream_index() argument 448 …if (track && (!body_sid || !track->body_sid || track->body_sid == body_sid) && !memcmp(klv->key + … in mxf_get_stream_index() 475 return mxf->partitions[a].body_sid; in find_body_sid_by_absolute_offset() 598 int body_sid; in mxf_decrypt_triplet() local 620 body_sid = find_body_sid_by_absolute_offset(mxf, klv->offset); in mxf_decrypt_triplet() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst/mxf/ |
D | mxfmux.c | 1060 cstorage->essence_container_data[0]->body_sid = 1; in gst_mxf_mux_create_metadata() 1124 mux->partition.body_sid = 0; in gst_mxf_mux_init_partition_pack() 1304 s.body_sid = in gst_mxf_mux_handle_buffer() 1305 mux->preface->content_storage->essence_container_data[0]->body_sid; in gst_mxf_mux_handle_buffer() 1360 s.body_sid = in gst_mxf_mux_handle_buffer() 1362 essence_container_data[0]->body_sid; in gst_mxf_mux_handle_buffer() 1452 mux->partition.body_sid = in gst_mxf_mux_write_body_partition() 1453 mux->preface->content_storage->essence_container_data[0]->body_sid; in gst_mxf_mux_write_body_partition() 1574 guint32 body_sid = mux->partition.body_sid; in gst_mxf_mux_handle_eos() local 1605 mux->partition.body_sid = 0; in gst_mxf_mux_handle_eos() [all …]
|
D | mxfdemux.c | 417 if (partition->single_track || !partition->partition.body_sid) in gst_mxf_demux_partition_postcheck() 424 if (cand->body_sid != partition->partition.body_sid) in gst_mxf_demux_partition_postcheck() 551 G_GUINT64_FORMAT ")", p, p->partition.body_sid, p->partition.index_sid, in gst_mxf_demux_handle_partition_pack() 873 tmp->body_sid == edata->body_sid) { in gst_mxf_demux_update_essence_tracks() 891 tmp.body_sid = edata->body_sid; in gst_mxf_demux_update_essence_tracks() 897 if (demux->current_partition->partition.body_sid == edata->body_sid && in gst_mxf_demux_update_essence_tracks() 1181 econt->body_sid, econt->index_sid, src->top_level, pack->n_tracks, in gst_mxf_demux_show_topology() 2031 if (partition->partition.body_sid != etrack->body_sid) in get_partition_for_stream_offset() 2066 stream_offset, etrack->body_sid, etrack->index_sid, in get_partition_for_stream_offset() 2067 next_partition->partition.body_sid, in get_partition_for_stream_offset() [all …]
|
D | mxftypes.h | 75 guint32 body_sid; member 122 guint32 body_sid; member 163 guint32 body_sid; member
|
D | mxfdemux.h | 105 guint32 body_sid; member 170 guint32 body_sid; member
|
D | mxftypes.c | 861 pack->body_sid = GST_READ_UINT32_BE (data); in mxf_partition_pack_parse() 865 GST_DEBUG (" body sid = %u, offset = %" G_GUINT64_FORMAT, pack->body_sid, in mxf_partition_pack_parse() 972 GST_WRITE_UINT32_BE (data, pack->body_sid); in mxf_partition_pack_to_buffer() 1018 entry.body_sid = GST_READ_UINT32_BE (data); in mxf_random_index_pack_parse() 1023 entry.body_sid, entry.offset); in mxf_random_index_pack_parse() 1057 GST_WRITE_UINT32_BE (data, entry->body_sid); in mxf_random_index_pack_to_buffer() 1141 segment->body_sid = GST_READ_UINT32_BE (tag_data); in mxf_index_table_segment_parse() 1142 GST_DEBUG (" body sid = %u", segment->body_sid); in mxf_index_table_segment_parse() 1390 gst_byte_writer_put_uint32_be_unchecked (&bw, segment->body_sid); in mxf_index_table_segment_to_buffer()
|
D | mxfmetadata.h | 482 guint32 body_sid; member
|
D | mxfmetadata.c | 1610 self->body_sid = GST_READ_UINT32_BE (tag_data); in mxf_metadata_essence_container_data_handle_tag() 1611 GST_DEBUG (" body sid = %u", self->body_sid); in mxf_metadata_essence_container_data_handle_tag() 1690 self->index_sid, MXF_QUARK (BODY_SID), G_TYPE_UINT, self->body_sid, NULL); in mxf_metadata_essence_container_data_to_structure() 1723 GST_WRITE_UINT32_BE (t->data, self->body_sid); in mxf_metadata_essence_container_data_write_tags()
|