Searched refs:index_byte_count (Results 1 – 6 of 6) sorted by relevance
1121 mux->partition.index_byte_count = 0; in gst_mxf_mux_init_partition_pack()1449 mux->partition.index_byte_count = 0; in gst_mxf_mux_write_body_partition()1581 guint index_byte_count = 0; in gst_mxf_mux_handle_eos() local1590 index_byte_count += gst_buffer_get_size (segment_buffer); in gst_mxf_mux_handle_eos()1601 mux->partition.index_byte_count = index_byte_count; in gst_mxf_mux_handle_eos()1646 mux->partition.index_byte_count = 0; in gst_mxf_mux_handle_eos()1666 mux->partition.index_byte_count = 0; in gst_mxf_mux_handle_eos()
116 guint64 index_byte_count; member
846 pack->index_byte_count = GST_READ_UINT64_BE (data); in mxf_partition_pack_parse()855 pack->index_byte_count); in mxf_partition_pack_parse()963 GST_WRITE_UINT64_BE (data, pack->index_byte_count); in mxf_partition_pack_to_buffer()
3209 if (demux->current_partition->partition.index_byte_count in read_partition_header()3212 demux->offset + demux->current_partition->partition.index_byte_count; in read_partition_header()
1904 unsigned index_byte_count = 0; in mxf_write_partition() local1909 index_byte_count = 85 + 12+(s->nb_streams+1)*6 + in mxf_write_partition()1912 index_byte_count = 80; in mxf_write_partition()1914 if (index_byte_count) { in mxf_write_partition()1915 index_byte_count += 16 + 4; // add encoded ber4 length in mxf_write_partition()1916 index_byte_count += klv_fill_size(index_byte_count); in mxf_write_partition()1957 avio_wb64(pb, index_byte_count); // indexByteCount in mxf_write_partition()1958 avio_wb32(pb, index_byte_count ? indexsid : 0); // indexSID in mxf_write_partition()
102 int64_t index_byte_count; member739 partition->index_byte_count = avio_rb64(pb); in mxf_read_partition_pack()