Searched refs:buf_width (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/media/platform/mediatek/vcodec/encoder/ |
| A D | venc_drv_if.h | 86 unsigned int buf_width; member
|
| A D | venc_vpu_if.c | 170 unsigned int img_crop_right = enc_prm->buf_width - enc_prm->width; in venc_enc_param_crop_right()
|
| A D | mtk_vcodec_enc.c | 397 param->buf_width = q_data_src->coded_width; in mtk_venc_set_param() 409 param->buf_width, param->buf_height, in mtk_venc_set_param()
|
| /linux/drivers/media/platform/chips-media/wave5/ |
| A D | wave5-hw.c | 1928 u32 buf_height = 0, buf_width = 0; in wave5_vpu_enc_register_framebuffer() local 1947 buf_width = ALIGN(p_open_param->pic_width, 16); in wave5_vpu_enc_register_framebuffer() 1953 buf_width = ALIGN(p_open_param->pic_width, 16); in wave5_vpu_enc_register_framebuffer() 1958 buf_width = ALIGN(p_open_param->pic_height, 16); in wave5_vpu_enc_register_framebuffer() 1962 buf_width = ALIGN(p_open_param->pic_width, 8); in wave5_vpu_enc_register_framebuffer() 1968 buf_width = ALIGN(p_open_param->pic_width, 32); in wave5_vpu_enc_register_framebuffer() 1973 buf_width = ALIGN(p_open_param->pic_height, 32); in wave5_vpu_enc_register_framebuffer() 1978 pic_size = (buf_width << 16) | buf_height; in wave5_vpu_enc_register_framebuffer() 1981 mv_col_size = WAVE5_ENC_AVC_BUF_SIZE(buf_width, buf_height); in wave5_vpu_enc_register_framebuffer() 1985 mv_col_size = WAVE5_ENC_HEVC_BUF_SIZE(buf_width, buf_height); in wave5_vpu_enc_register_framebuffer() [all …]
|
| /linux/drivers/media/platform/samsung/s5p-mfc/ |
| A D | s5p_mfc_opr_v5.c | 278 ctx->buf_width = ALIGN(ctx->img_width, S5P_FIMV_NV12MT_HALIGN); in s5p_mfc_dec_calc_dpb_size_v5() 282 ctx->img_width, ctx->img_height, ctx->buf_width, 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() 288 ctx->chroma_size = ALIGN(ctx->buf_width * in s5p_mfc_dec_calc_dpb_size_v5() 292 ctx->mv_size = ALIGN(ctx->buf_width * in s5p_mfc_dec_calc_dpb_size_v5() 319 ctx->buf_width = ALIGN(ctx->img_width, S5P_FIMV_NV12M_HALIGN); in s5p_mfc_enc_calc_src_size_v5() 330 ctx->buf_width = ALIGN(ctx->img_width, S5P_FIMV_NV12MT_HALIGN); in s5p_mfc_enc_calc_src_size_v5()
|
| A D | s5p_mfc_dec.c | 369 pix_mp->width = ctx->buf_width; in vidioc_g_fmt() 830 ctx->buf_width, ctx->buf_height); in vidioc_g_selection() 837 s->r.width, s->r.height, ctx->buf_width, in vidioc_g_selection()
|
| A D | s5p_mfc_opr_v6.c | 489 ctx->buf_width = ALIGN(ctx->img_width, S5P_FIMV_NV12MT_HALIGN_V6); in s5p_mfc_dec_calc_dpb_size_v6() 494 ctx->img_height, ctx->buf_width, ctx->buf_height); in s5p_mfc_dec_calc_dpb_size_v6() 569 ctx->buf_width = ALIGN(ctx->img_width, S5P_FIMV_NV12M_HALIGN_V6); in s5p_mfc_enc_calc_src_size_v6() 570 ctx->stride[0] = ctx->buf_width; in s5p_mfc_enc_calc_src_size_v6() 571 ctx->stride[1] = ctx->buf_width; in s5p_mfc_enc_calc_src_size_v6()
|
| A D | s5p_mfc_common.h | 660 int buf_width; member
|
| /linux/drivers/gpu/drm/omapdrm/dss/ |
| A D | omapdss.h | 187 u16 buf_width; member
|
| A D | dispc.c | 2842 wi->buf_width, pos_x, pos_y, in_width, in_height, wi->width, in dispc_wb_setup()
|
| /linux/drivers/media/platform/mediatek/vcodec/encoder/venc/ |
| A D | venc_h264_if.c | 716 inst->vsi->config.buf_w = enc_prm->buf_width; in h264_enc_set_vsi_configs() 735 inst->vsi_34->config.buf_w = enc_prm->buf_width; in h264_enc_set_vsi_34_configs()
|
| A D | venc_vp8_if.c | 388 inst->vsi->config.buf_w = enc_prm->buf_width; in vp8_enc_set_param()
|
| /linux/include/video/ |
| A D | omapfb_dss.h | 427 u16 buf_width; member
|
Completed in 56 milliseconds