Searched refs:buf_height (Results 1 - 3 of 3) sorted by relevance

/drivers/media/video/s5p-mfc/
H A Ds5p_mfc_common.h382 * @buf_height: height of the buffer for processed image
466 int buf_height; member in struct:s5p_mfc_ctx
H A Ds5p_mfc.c444 ctx->buf_height = ALIGN(ctx->img_height,
449 ctx->buf_height);
452 ctx->buf_height, S5P_FIMV_DEC_BUF_ALIGN);
458 ALIGN((ctx->buf_height >> 2),
H A Ds5p_mfc_dec.c306 pix_mp->height = ctx->buf_height;
712 ctx->buf_width, ctx->buf_height);
720 ctx->buf_height);

Completed in 12 milliseconds