Searched refs:temporal_offset (Results 1 – 5 of 5) sorted by relevance
146 gint8 temporal_offset; member
1236 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()
2365 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;
1389 index_pos_diff].temporal_offset = -index_pos_diff; in gst_mxf_mux_handle_buffer()
1833 int temporal_offset = 0; in mxf_write_index_table_segment() local1850 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()