Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfmux.c1120 mux->partition.header_byte_count = 0; in gst_mxf_mux_init_partition_pack()
1168 guint64 header_byte_count = 0; in gst_mxf_mux_write_header_metadata() local
1173 header_byte_count += gst_buffer_get_size (buf); in gst_mxf_mux_write_header_metadata()
1179 header_byte_count += gst_buffer_get_size (buf); in gst_mxf_mux_write_header_metadata()
1182 mux->partition.header_byte_count = header_byte_count; in gst_mxf_mux_write_header_metadata()
1448 mux->partition.header_byte_count = 0; in gst_mxf_mux_write_body_partition()
1600 mux->partition.header_byte_count = 0; in gst_mxf_mux_handle_eos()
1645 mux->partition.header_byte_count = 0; in gst_mxf_mux_handle_eos()
1665 mux->partition.header_byte_count = 0; in gst_mxf_mux_handle_eos()
Dmxftypes.h115 guint64 header_byte_count; member
Dmxftypes.c839 pack->header_byte_count = GST_READ_UINT64_BE (data); in mxf_partition_pack_parse()
844 pack->header_byte_count); in mxf_partition_pack_parse()
960 GST_WRITE_UINT64_BE (data, pack->header_byte_count); in mxf_partition_pack_to_buffer()
Dmxfdemux.c3184 && demux->current_partition->partition.header_byte_count) { in read_partition_header()
3185 demux->offset += demux->current_partition->partition.header_byte_count; in read_partition_header()
3630 if (demux->current_partition->partition.header_byte_count == 0) {
3681 demux->current_partition->partition.header_byte_count) {
3743 demux->current_partition->partition.header_byte_count ||
/third_party/ffmpeg/libavformat/
Dmxfenc.c1980 unsigned header_byte_count; in mxf_write_partition() local
1988 header_byte_count = pos - start + klv_fill_size(pos); in mxf_write_partition()
1992 avio_wb64(pb, header_byte_count); in mxf_write_partition()
Dmxfdec.c101 int64_t header_byte_count; member
738 partition->header_byte_count = avio_rb64(pb); in mxf_read_partition_pack()
/third_party/gstreamer/gstplugins_bad/
DChangeLog203956 Header metadata is finished after partition.header_byte_count