Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxftypes.h146 gint8 temporal_offset; member
Dmxftypes.c1236 entry->temporal_offset = GST_READ_UINT8 (tag_data); in mxf_index_table_segment_parse()
1239 GST_DEBUG (" temporal offset = %d", entry->temporal_offset); in mxf_index_table_segment_parse()
1424 segment->index_entries[i].temporal_offset); in mxf_index_table_segment_to_buffer()
Dmxfdemux.c2365 entry->pts = position + segment_index_entry->temporal_offset; in find_edit_entry()
2633 retentry->pts = position + index_entry->temporal_offset; in find_entry_for_offset()
5080 gint8 offs = -entry->temporal_offset;
5082 if ((start + entidx + entry->temporal_offset) < 0 ||
5083 (start + entidx + entry->temporal_offset) >
5087 start + entidx, entry->temporal_offset,
5094 start + entidx + entry->temporal_offset) = offs;
5095 if (entry->temporal_offset > (gint) table->max_temporal_offset) {
5098 entry->temporal_offset, table->max_temporal_offset);
5099 table->max_temporal_offset = entry->temporal_offset;
Dmxfmux.c1389 index_pos_diff].temporal_offset = -index_pos_diff; in gst_mxf_mux_handle_buffer()
/third_party/ffmpeg/libavformat/
Dmxfenc.c1833 int temporal_offset = 0; in mxf_write_index_table_segment() local
1850 temporal_offset = j - key_index - pic_num_in_gop; in mxf_write_index_table_segment()
1853 avio_w8(pb, temporal_offset); in mxf_write_index_table_segment()
1866 mxf->index_entries[i].flags & 0x40 && !temporal_offset) in mxf_write_index_table_segment()