Home
last modified time | relevance | path

Searched refs:buf_width (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/media/platform/mediatek/vcodec/encoder/
H A Dvenc_drv_if.h86 unsigned int buf_width; member
/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_opr_v5.c278 ctx->buf_width = ALIGN(ctx->img_width, S5P_FIMV_NV12MT_HALIGN); in s5p_mfc_dec_calc_dpb_size_v5()
282 ctx->img_width, ctx->img_height, ctx->buf_width, in s5p_mfc_dec_calc_dpb_size_v5()
286 ctx->luma_size = ALIGN(ctx->buf_width * ctx->buf_height, in s5p_mfc_dec_calc_dpb_size_v5()
288 ctx->chroma_size = ALIGN(ctx->buf_width * in s5p_mfc_dec_calc_dpb_size_v5()
292 ctx->mv_size = ALIGN(ctx->buf_width * in s5p_mfc_dec_calc_dpb_size_v5()
319 ctx->buf_width = ALIGN(ctx->img_width, S5P_FIMV_NV12M_HALIGN); in s5p_mfc_enc_calc_src_size_v5()
330 ctx->buf_width = ALIGN(ctx->img_width, S5P_FIMV_NV12MT_HALIGN); in s5p_mfc_enc_calc_src_size_v5()
H A Ds5p_mfc_dec.c369 pix_mp->width = ctx->buf_width; in vidioc_g_fmt()
830 ctx->buf_width, ctx->buf_height); in vidioc_g_selection()
837 s->r.width, s->r.height, ctx->buf_width, in vidioc_g_selection()
H A Ds5p_mfc_opr_v6.c489 ctx->buf_width = ALIGN(ctx->img_width, S5P_FIMV_NV12MT_HALIGN_V6); in s5p_mfc_dec_calc_dpb_size_v6()
494 ctx->img_height, ctx->buf_width, ctx->buf_height); in s5p_mfc_dec_calc_dpb_size_v6()
570 ctx->buf_width = ALIGN(ctx->img_width, S5P_FIMV_NV12M_HALIGN_V6); in s5p_mfc_enc_calc_src_size_v6()
571 ctx->stride[0] = ctx->buf_width; in s5p_mfc_enc_calc_src_size_v6()
572 ctx->stride[1] = ctx->buf_width; in s5p_mfc_enc_calc_src_size_v6()
H A Ds5p_mfc_common.h661 int buf_width; member
/linux/drivers/gpu/drm/omapdrm/dss/
H A Domapdss.h187 u16 buf_width; member
/linux/drivers/media/platform/mediatek/vcodec/encoder/venc/
H A Dvenc_h264_if.c720 inst->vsi->config.buf_w = enc_prm->buf_width; in h264_enc_set_vsi_configs()
739 inst->vsi_34->config.buf_w = enc_prm->buf_width; in h264_enc_set_vsi_34_configs()
H A Dvenc_vp8_if.c388 inst->vsi->config.buf_w = enc_prm->buf_width; in vp8_enc_set_param()
/linux/include/video/
H A Domapfb_dss.h427 u16 buf_width; member