Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/vivid/
Dvivid-tpg.h100 unsigned buf_height; member
441 return tpg_g_bytesperline(tpg, plane) * tpg->buf_height / in tpg_calc_plane_size()
447 tpg->buf_height = h; in tpg_s_buf_height()
Dvivid-tpg.c101 tpg->src_height = tpg->buf_height = h; in tpg_init()
391 tpg->buf_height = height; in tpg_reset_source()
393 tpg->buf_height /= 2; in tpg_reset_source()
400 tpg->compose.height = tpg->buf_height; in tpg_reset_source()
1570 return tpg->buf_height / 2 + y / 2; in tpg_calc_buffer_line()
1575 return tpg->buf_height / 2 + y / 2; in tpg_calc_buffer_line()
1646 unsigned h = tpg->buf_height; in tpg_calc_text_basep()
Dvivid-kthread-cap.c468 tpg->bytesperline, tpg->buf_height); in vivid_fillbuff()
/linux-4.1.27/drivers/media/platform/s5p-mfc/
Ds5p_mfc_dec.c346 pix_mp->height = ctx->buf_height; in vidioc_g_fmt()
793 ctx->buf_width, ctx->buf_height); in vidioc_g_crop()
801 ctx->buf_height); in vidioc_g_crop()
Ds5p_mfc_opr_v5.c282 ctx->buf_height = ALIGN(ctx->img_height, S5P_FIMV_NV12MT_VALIGN); in s5p_mfc_dec_calc_dpb_size_v5()
286 ctx->buf_height); in s5p_mfc_dec_calc_dpb_size_v5()
289 ctx->luma_size = ALIGN(ctx->buf_width * ctx->buf_height, in s5p_mfc_dec_calc_dpb_size_v5()
296 ALIGN((ctx->buf_height >> 2), in s5p_mfc_dec_calc_dpb_size_v5()
Ds5p_mfc_common.h594 int buf_height; member
Ds5p_mfc_opr_v6.c360 ctx->buf_height = ALIGN(ctx->img_height, S5P_FIMV_NV12MT_VALIGN_V6); in s5p_mfc_dec_calc_dpb_size_v6()
363 ctx->img_height, ctx->buf_width, ctx->buf_height); in s5p_mfc_dec_calc_dpb_size_v6()