Searched refs:hor_stride_pixel (Results 1 – 7 of 7) sorted by relevance
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_buf_slot.c | 303 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 D | mpp_frame.c | 339 MPP_FRAME_ACCESSORS(RK_U32, hor_stride_pixel)
|
| /rockchip-linux_mpp/kmpp/base/inc/ |
| H A D | kmpp_frame.h | 16 ENTRY(prefix, u32, rk_u32, hor_stride_pixel, FLAG_NONE, hor_stride_pixel) \
|
| H A D | kmpp_frame_impl.h | 22 rk_u32 hor_stride_pixel; member
|
| /rockchip-linux_mpp/mpp/base/inc/ |
| H A D | mpp_frame_impl.h | 88 RK_U32 hor_stride_pixel; member
|
| /rockchip-linux_mpp/kmpp/ |
| H A D | kmpp.c | 41 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 D | mpp_frame.h | 398 void mpp_frame_set_hor_stride_pixel(MppFrame frame, RK_U32 hor_stride_pixel);
|