Searched refs:reverse_temporal_offsets (Results 1 – 2 of 2) sorted by relevance
185 GArray *reverse_temporal_offsets; member
308 g_array_free (t->reverse_temporal_offsets, TRUE); in gst_mxf_demux_reset()2358 if (position >= index_table->reverse_temporal_offsets->len) { in find_edit_entry()2361 " (max:%d)", position, index_table->reverse_temporal_offsets->len); in find_edit_entry()2368 position + g_array_index (index_table->reverse_temporal_offsets, in find_edit_entry()2630 position + g_array_index (index_table->reverse_temporal_offsets, in find_entry_for_offset()5029 t->reverse_temporal_offsets = g_array_new (FALSE, TRUE, 1);5075 if (stop > table->reverse_temporal_offsets->len)5076 g_array_set_size (table->reverse_temporal_offsets, stop);5084 table->reverse_temporal_offsets->len) {5088 table->reverse_temporal_offsets->len);[all …]