Lines Matching refs:trun
3088 for (j = 0; j < traf->trun->len; j++) { in gst_dash_demux_find_sync_samples()
3089 GstTrunBox *trun = &g_array_index (traf->trun, GstTrunBox, j); in gst_dash_demux_find_sync_samples() local
3093 if (trun->flags & GST_TRUN_FLAGS_DATA_OFFSET_PRESENT) { in gst_dash_demux_find_sync_samples()
3094 trun_offset = traf_offset + trun->data_offset; in gst_dash_demux_find_sync_samples()
3100 for (k = 0; k < trun->samples->len; k++) { in gst_dash_demux_find_sync_samples()
3102 &g_array_index (trun->samples, GstTrunSample, k); in gst_dash_demux_find_sync_samples()
3111 if (trun->flags & GST_TRUN_FLAGS_SAMPLE_FLAGS_PRESENT) { in gst_dash_demux_find_sync_samples()
3113 } else if ((trun->flags & GST_TRUN_FLAGS_FIRST_SAMPLE_FLAGS_PRESENT) in gst_dash_demux_find_sync_samples()
3115 sample_flags = trun->first_sample_flags; in gst_dash_demux_find_sync_samples()
3125 if (trun->flags & GST_TRUN_FLAGS_SAMPLE_DURATION_PRESENT) { in gst_dash_demux_find_sync_samples()
3139 if (trun->flags & GST_TRUN_FLAGS_SAMPLE_SIZE_PRESENT) { in gst_dash_demux_find_sync_samples()