Searched refs:GstMpegtsAtscRRTDimensionValue (Results 1 – 2 of 2) sorted by relevance
1366 static GstMpegtsAtscRRTDimensionValue *1367 _gst_mpegts_atsc_rrt_dimension_value_copy (GstMpegtsAtscRRTDimensionValue * in _gst_mpegts_atsc_rrt_dimension_value_copy()1370 GstMpegtsAtscRRTDimensionValue *copy; in _gst_mpegts_atsc_rrt_dimension_value_copy()1372 copy = g_slice_dup (GstMpegtsAtscRRTDimensionValue, value); in _gst_mpegts_atsc_rrt_dimension_value_copy()1380 _gst_mpegts_atsc_rrt_dimension_value_free (GstMpegtsAtscRRTDimensionValue * in _gst_mpegts_atsc_rrt_dimension_value_free()1388 g_slice_free (GstMpegtsAtscRRTDimensionValue, value); in _gst_mpegts_atsc_rrt_dimension_value_free()1391 G_DEFINE_BOXED_TYPE (GstMpegtsAtscRRTDimensionValue,1506 GstMpegtsAtscRRTDimensionValue *val; in _parse_rrt()1508 val = g_slice_new0 (GstMpegtsAtscRRTDimensionValue); in _parse_rrt()1566 GstMpegtsAtscRRTDimensionValue *val = g_ptr_array_index (dim->values, j); in _packetize_rrt()[all …]
464 typedef struct _GstMpegtsAtscRRTDimensionValue GstMpegtsAtscRRTDimensionValue; typedef539 GstMpegtsAtscRRTDimensionValue * gst_mpegts_atsc_rrt_dimension_value_new (void);