Lines Matching refs:dest_format
147 GstFormat src_format, gint64 src_value, GstFormat dest_format,
150 GstFormat src_format, gint64 src_value, GstFormat dest_format,
382 GstFormat src_format, gint64 src_value, GstFormat dest_format, in gst_dvdemux_src_convert() argument
387 if (dest_format == src_format || src_value == -1) { in gst_dvdemux_src_convert()
400 src_value, src_format, dest_format); in gst_dvdemux_src_convert()
404 switch (dest_format) { in gst_dvdemux_src_convert()
425 switch (dest_format) { in gst_dvdemux_src_convert()
453 switch (dest_format) { in gst_dvdemux_src_convert()
485 dest_format, *dest_value, res); in gst_dvdemux_src_convert()
498 gint64 src_value, GstFormat dest_format, gint64 * dest_value) in gst_dvdemux_sink_convert() argument
502 GST_DEBUG_OBJECT (dvdemux, "%d -> %d", src_format, dest_format); in gst_dvdemux_sink_convert()
505 src_value, src_format, dest_format); in gst_dvdemux_sink_convert()
507 if (dest_format == src_format || src_value == -1) { in gst_dvdemux_sink_convert()
517 switch (dest_format) { in gst_dvdemux_sink_convert()
536 switch (dest_format) { in gst_dvdemux_sink_convert()
559 dest_format, *dest_value, res); in gst_dvdemux_sink_convert()