Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-tpg.h100 unsigned buf_height; member
461 return tpg_g_bytesperline(tpg, plane) * tpg->buf_height / in tpg_calc_plane_size()
467 tpg->buf_height = h; in tpg_s_buf_height()
Dvivid-tpg.c101 tpg->src_height = tpg->buf_height = h; in tpg_init()
412 tpg->buf_height = height; in tpg_reset_source()
414 tpg->buf_height /= 2; in tpg_reset_source()
421 tpg->compose.height = tpg->buf_height; in tpg_reset_source()
1770 return tpg->buf_height / 2 + y / 2; in tpg_calc_buffer_line()
1775 return tpg->buf_height / 2 + y / 2; in tpg_calc_buffer_line()
1819 unsigned h = tpg->buf_height; in tpg_calc_text_basep()
Dvivid-kthread-cap.c470 tpg->bytesperline, tpg->buf_height); in vivid_fillbuff()
/linux-4.4.14/drivers/media/platform/s5p-mfc/
Ds5p_mfc_dec.c346 pix_mp->height = ctx->buf_height; in vidioc_g_fmt()
798 ctx->buf_width, ctx->buf_height); in vidioc_g_crop()
806 ctx->buf_height); in vidioc_g_crop()
Ds5p_mfc_opr_v5.c284 ctx->buf_height = ALIGN(ctx->img_height, S5P_FIMV_NV12MT_VALIGN); in s5p_mfc_dec_calc_dpb_size_v5()
288 ctx->buf_height); in s5p_mfc_dec_calc_dpb_size_v5()
291 ctx->luma_size = ALIGN(ctx->buf_width * ctx->buf_height, in s5p_mfc_dec_calc_dpb_size_v5()
298 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.c362 ctx->buf_height = ALIGN(ctx->img_height, S5P_FIMV_NV12MT_VALIGN_V6); in s5p_mfc_dec_calc_dpb_size_v6()
365 ctx->img_height, ctx->buf_width, ctx->buf_height); in s5p_mfc_dec_calc_dpb_size_v6()