Home
last modified time | relevance | path

Searched refs:buf_height (Results 1 – 10 of 10) sorted by relevance

/drivers/media/platform/mtk-vcodec/
Dvenc_drv_if.h88 unsigned int buf_height; member
Dmtk_vcodec_enc.c379 param->buf_height = q_data_src->coded_height; in mtk_venc_set_param()
390 param->buf_width, param->buf_height, in mtk_venc_set_param()
/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c93 tpg->src_height = tpg->buf_height = h; in tpg_init()
495 tpg->buf_height = height; in tpg_reset_source()
497 tpg->buf_height /= 2; in tpg_reset_source()
504 tpg->compose.height = tpg->buf_height; in tpg_reset_source()
2109 return tpg->buf_height / 2 + y / 2; in tpg_calc_buffer_line()
2114 return tpg->buf_height / 2 + y / 2; in tpg_calc_buffer_line()
2160 unsigned h = tpg->buf_height; in tpg_calc_text_basep()
/drivers/media/platform/s5p-mfc/
Ds5p_mfc_opr_v5.c279 ctx->buf_height = ALIGN(ctx->img_height, S5P_FIMV_NV12MT_VALIGN); in s5p_mfc_dec_calc_dpb_size_v5()
283 ctx->buf_height); 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()
293 ALIGN((ctx->buf_height >> 2), in s5p_mfc_dec_calc_dpb_size_v5()
Ds5p_mfc_dec.c340 pix_mp->height = ctx->buf_height; in vidioc_g_fmt()
795 ctx->buf_width, ctx->buf_height); in vidioc_g_selection()
803 ctx->buf_height); in vidioc_g_selection()
Ds5p_mfc_common.h656 int buf_height; member
Ds5p_mfc_opr_v6.c440 ctx->buf_height = ALIGN(ctx->img_height, S5P_FIMV_NV12MT_VALIGN_V6); in s5p_mfc_dec_calc_dpb_size_v6()
443 ctx->img_height, ctx->buf_width, ctx->buf_height); in s5p_mfc_dec_calc_dpb_size_v6()
/drivers/media/platform/mtk-vcodec/venc/
Dvenc_vp8_if.c411 inst->vsi->config.buf_h = enc_prm->buf_height; in vp8_enc_set_param()
Dvenc_h264_if.c646 inst->vsi->config.buf_h = enc_prm->buf_height; in h264_enc_set_param()
/drivers/media/test-drivers/vivid/
Dvivid-kthread-cap.c455 tpg->bytesperline, tpg->buf_height); in vivid_fillbuff()