Searched refs:chroma_size (Results 1 – 6 of 6) sorted by relevance
| /linux-4.4.14/drivers/media/platform/s5p-mfc/ |
| D | s5p_mfc_opr_v5.c | 74 ctx->luma_size, ctx->chroma_size, ctx->mv_size); in s5p_mfc_alloc_codec_buffers_v5() 293 ctx->chroma_size = ALIGN(ctx->buf_width * in s5p_mfc_dec_calc_dpb_size_v5() 314 ctx->chroma_size = ALIGN(guard_width * guard_height, in s5p_mfc_dec_calc_dpb_size_v5() 328 ctx->chroma_size = ALIGN(ctx->img_width, S5P_FIMV_NV12M_HALIGN) in s5p_mfc_enc_calc_src_size_v5() 332 ctx->chroma_size = in s5p_mfc_enc_calc_src_size_v5() 333 ALIGN(ctx->chroma_size, S5P_FIMV_NV12M_SALIGN); in s5p_mfc_enc_calc_src_size_v5() 339 ctx->chroma_size = in s5p_mfc_enc_calc_src_size_v5() 344 ctx->chroma_size = in s5p_mfc_enc_calc_src_size_v5() 345 ALIGN(ctx->chroma_size, S5P_FIMV_NV12MT_SALIGN); in s5p_mfc_enc_calc_src_size_v5() 472 frame_size_ch = ctx->chroma_size; in s5p_mfc_set_dec_frame_buffer_v5()
|
| D | s5p_mfc_opr_v6.c | 74 ctx->luma_size, ctx->chroma_size, ctx->mv_size); in s5p_mfc_alloc_codec_buffers_v6() 368 ctx->chroma_size = calc_plane(ctx->img_width, (ctx->img_height >> 1)); in s5p_mfc_dec_calc_dpb_size_v6() 372 ctx->chroma_size += S5P_FIMV_D_ALIGN_PLANE_SIZE_V8; in s5p_mfc_dec_calc_dpb_size_v6() 394 ctx->chroma_size = ALIGN((mb_width * mb_height) * 128, 256); in s5p_mfc_enc_calc_src_size_v6() 399 ctx->chroma_size += MFC_CHROMA_PAD_BYTES_V7; in s5p_mfc_enc_calc_src_size_v6() 445 writel(ctx->chroma_size, mfc_regs->d_second_plane_dpb_size); in s5p_mfc_set_dec_frame_buffer_v6() 467 frame_size_ch = ctx->chroma_size; in s5p_mfc_set_dec_frame_buffer_v6()
|
| D | s5p_mfc_enc.c | 1032 pix_fmt_mp->plane_fmt[1].sizeimage = ctx->chroma_size; in vidioc_g_fmt() 1126 pix_fmt_mp->plane_fmt[1].sizeimage = ctx->chroma_size; in vidioc_s_fmt() 1856 psize[1] = ctx->chroma_size; in s5p_mfc_queue_setup() 1934 vb2_plane_size(vb, 1), ctx->chroma_size); in s5p_mfc_buf_prepare() 1936 vb2_plane_size(vb, 1) < ctx->chroma_size) { in s5p_mfc_buf_prepare()
|
| D | s5p_mfc_dec.c | 355 pix_mp->plane_fmt[1].sizeimage = ctx->chroma_size; in vidioc_g_fmt() 931 psize[1] = ctx->chroma_size; in s5p_mfc_queue_setup() 969 vb2_plane_size(vb, 1) < ctx->chroma_size) { in s5p_mfc_buf_init()
|
| D | s5p_mfc_common.h | 597 int chroma_size; member
|
| D | s5p_mfc.c | 310 ctx->chroma_size); in s5p_mfc_handle_frame_new()
|