Home
last modified time | relevance | path

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

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