Searched refs:dst_fmt (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_enc.c1015 pix_fmt_mp->pixelformat = ctx->dst_fmt->fourcc; vidioc_g_fmt()
1016 pix_fmt_mp->num_planes = ctx->dst_fmt->num_planes; vidioc_g_fmt()
1104 /* dst_fmt is validated by call to vidioc_try_fmt */ vidioc_s_fmt()
1105 ctx->dst_fmt = find_format(f, MFC_FMT_ENC); vidioc_s_fmt()
1107 ctx->codec_mode = ctx->dst_fmt->codec_mode; vidioc_s_fmt()
1834 if (ctx->dst_fmt) s5p_mfc_queue_setup()
1835 *plane_count = ctx->dst_fmt->num_planes; s5p_mfc_queue_setup()
1885 ret = check_vb_with_fmt(ctx->dst_fmt, vb); s5p_mfc_buf_init()
1918 ret = check_vb_with_fmt(ctx->dst_fmt, vb); s5p_mfc_buf_prepare()
2149 ctx->dst_fmt = find_format(&f, MFC_FMT_ENC); s5p_mfc_enc_init()
H A Ds5p_mfc_dec.c351 pix_mp->pixelformat = ctx->dst_fmt->fourcc; vidioc_g_fmt()
432 /* dst_fmt is validated by call to vidioc_try_fmt */ vidioc_s_fmt()
433 ctx->dst_fmt = find_format(f, MFC_FMT_RAW); vidioc_s_fmt()
961 for (i = 0; i < ctx->dst_fmt->num_planes; i++) { s5p_mfc_buf_init()
1189 ctx->dst_fmt = find_format(&f, MFC_FMT_RAW); s5p_mfc_dec_init()
1191 ctx->src_fmt, ctx->dst_fmt); s5p_mfc_dec_init()
H A Ds5p_mfc_common.h500 * @dst_fmt: destination pixelformat information
575 struct s5p_mfc_fmt *dst_fmt; member in struct:s5p_mfc_ctx
H A Ds5p_mfc_opr_v6.c1362 if (ctx->dst_fmt->fourcc == V4L2_PIX_FMT_NV12MT_16X16) s5p_mfc_init_decode_v6()
1371 if (ctx->dst_fmt->fourcc == V4L2_PIX_FMT_NV21M) s5p_mfc_init_decode_v6()
/linux-4.4.14/drivers/media/platform/sti/bdisp/
H A Dbdisp-hw.c474 u32 src_fmt, dst_fmt; bdisp_hw_build_node() local
492 dst_fmt = dst->fmt->pixelformat; bdisp_hw_build_node()
536 node->tty |= bdisp_hw_color_format(dst_fmt); bdisp_hw_build_node()

Completed in 149 milliseconds