buf_height         93 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c 	tpg->src_height = tpg->buf_height = h;
buf_height        495 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c 	tpg->buf_height = height;
buf_height        497 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c 		tpg->buf_height /= 2;
buf_height        504 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c 	tpg->compose.height = tpg->buf_height;
buf_height       2083 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c 			return tpg->buf_height / 2 + y / 2;
buf_height       2088 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c 		return tpg->buf_height / 2 + y / 2;
buf_height       2134 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c 	unsigned h = tpg->buf_height;
buf_height        400 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c 	param->buf_height = q_data_src->coded_height;
buf_height        411 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c 		param->buf_width, param->buf_height,
buf_height        603 drivers/media/platform/mtk-vcodec/venc/venc_h264_if.c 		inst->vsi->config.buf_h = enc_prm->buf_height;
buf_height        410 drivers/media/platform/mtk-vcodec/venc/venc_vp8_if.c 		inst->vsi->config.buf_h = enc_prm->buf_height;
buf_height         88 drivers/media/platform/mtk-vcodec/venc_drv_if.h 	unsigned int buf_height;
buf_height        646 drivers/media/platform/s5p-mfc/s5p_mfc_common.h 	int buf_height;
buf_height        325 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		pix_mp->height = ctx->buf_height;
buf_height        778 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 			  ctx->buf_width, ctx->buf_height);
buf_height        786 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 			  ctx->buf_height);
buf_height        279 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c 	ctx->buf_height = ALIGN(ctx->img_height, S5P_FIMV_NV12MT_VALIGN);
buf_height        283 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c 		ctx->buf_height);
buf_height        286 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c 		ctx->luma_size = ALIGN(ctx->buf_width * ctx->buf_height,
buf_height        293 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c 				ALIGN((ctx->buf_height >> 2),
buf_height        440 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 	ctx->buf_height = ALIGN(ctx->img_height, S5P_FIMV_NV12MT_VALIGN_V6);
buf_height        443 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 			ctx->img_height, ctx->buf_width, ctx->buf_height);
buf_height        453 drivers/media/platform/vivid/vivid-kthread-cap.c 					 tpg->bytesperline, tpg->buf_height);
buf_height        137 include/media/tpg/v4l2-tpg.h 	unsigned			buf_height;
buf_height        515 include/media/tpg/v4l2-tpg.h 	return tpg_g_bytesperline(tpg, plane) * tpg->buf_height /
buf_height        521 include/media/tpg/v4l2-tpg.h 	tpg->buf_height = h;