Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/base/
H A Dmpp_buf_slot.c303 RK_U32 hor_stride_pixel; in prepare_info_set_legacy() local
321 hor_stride_pixel = hal_hor_stride * 8 / 10; in prepare_info_set_legacy()
327 hor_stride_pixel = hal_hor_stride / 2; in prepare_info_set_legacy()
331 hor_stride_pixel = hal_hor_stride / 3; in prepare_info_set_legacy()
334 hor_stride_pixel = hal_hor_stride; in prepare_info_set_legacy()
341 hor_stride_pixel = MPP_ALIGN(hor_stride_pixel, 64); in prepare_info_set_legacy()
344 size = get_afbc_min_size(hor_stride_pixel, hal_ver_stride, 15); in prepare_info_set_legacy()
347 size = get_afbc_min_size(hor_stride_pixel, hal_ver_stride, 20); in prepare_info_set_legacy()
350 size = get_afbc_min_size(hor_stride_pixel, hal_ver_stride, 12); in prepare_info_set_legacy()
353 size = get_afbc_min_size(hor_stride_pixel, hal_ver_stride, 16); in prepare_info_set_legacy()
[all …]
H A Dmpp_frame.c339 MPP_FRAME_ACCESSORS(RK_U32, hor_stride_pixel)
/rockchip-linux_mpp/kmpp/base/inc/
H A Dkmpp_frame.h16 ENTRY(prefix, u32, rk_u32, hor_stride_pixel, FLAG_NONE, hor_stride_pixel) \
H A Dkmpp_frame_impl.h22 rk_u32 hor_stride_pixel; member
/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_frame_impl.h88 RK_U32 hor_stride_pixel; member
/rockchip-linux_mpp/kmpp/
H A Dkmpp.c41 RK_U32 hor_stride_pixel; member
294 kmpp_frame_set_hor_stride_pixel(ctx->mKframe, impl->hor_stride_pixel); in put_frame()
/rockchip-linux_mpp/inc/
H A Dmpp_frame.h398 void mpp_frame_set_hor_stride_pixel(MppFrame frame, RK_U32 hor_stride_pixel);