Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/s5p-mfc/
Ds5p_mfc_enc.c1009 pix_fmt_mp->pixelformat = ctx->dst_fmt->fourcc; in vidioc_g_fmt()
1010 pix_fmt_mp->num_planes = ctx->dst_fmt->num_planes; in vidioc_g_fmt()
1099 ctx->dst_fmt = find_format(f, MFC_FMT_ENC); in vidioc_s_fmt()
1101 ctx->codec_mode = ctx->dst_fmt->codec_mode; in vidioc_s_fmt()
1827 if (ctx->dst_fmt) in s5p_mfc_queue_setup()
1828 *plane_count = ctx->dst_fmt->num_planes; in s5p_mfc_queue_setup()
1877 ret = check_vb_with_fmt(ctx->dst_fmt, vb); in s5p_mfc_buf_init()
1910 ret = check_vb_with_fmt(ctx->dst_fmt, vb); in s5p_mfc_buf_prepare()
2141 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()
955 for (i = 0; i < ctx->dst_fmt->num_planes; i++) { in s5p_mfc_buf_init()
1183 ctx->dst_fmt = find_format(&f, MFC_FMT_RAW); in s5p_mfc_dec_init()
1185 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.c1360 if (ctx->dst_fmt->fourcc == V4L2_PIX_FMT_NV12MT_16X16) in s5p_mfc_init_decode_v6()
1369 if (ctx->dst_fmt->fourcc == V4L2_PIX_FMT_NV21M) in s5p_mfc_init_decode_v6()