Lines Matching refs:src_format
234 GstVideoFormat src_format, dst_format; in gst_mpp_jpeg_dec_set_format() local
250 src_format = gst_mpp_jpeg_dec_get_format (structure); in gst_mpp_jpeg_dec_set_format()
251 switch (src_format) { in gst_mpp_jpeg_dec_set_format()
254 src_format = GST_VIDEO_FORMAT_NV12; in gst_mpp_jpeg_dec_set_format()
259 src_format = GST_VIDEO_FORMAT_NV16; in gst_mpp_jpeg_dec_set_format()
263 src_format = GST_VIDEO_FORMAT_UNKNOWN; in gst_mpp_jpeg_dec_set_format()
268 gst_mpp_dec_fixup_video_info (decoder, src_format, width, height); in gst_mpp_jpeg_dec_set_format()
274 if (src_format != dst_format) { in gst_mpp_jpeg_dec_set_format()
277 if (src_format == GST_VIDEO_FORMAT_UNKNOWN) { in gst_mpp_jpeg_dec_set_format()
291 src_format = pp_format; in gst_mpp_jpeg_dec_set_format()
294 if (dst_format != src_format || dst_width != width || dst_height != height) { in gst_mpp_jpeg_dec_set_format()
297 gst_mpp_video_format_to_string (src_format), width, height, in gst_mpp_jpeg_dec_set_format()
304 gst_mpp_video_info_update_format (info, src_format, width, height); in gst_mpp_jpeg_dec_set_format()