Searched refs:h_stride_by_pixel (Results 1 – 7 of 7) sorted by relevance
| /rockchip-linux_mpp/inc/ |
| H A D | mpp_sys_cfg_st.h | 22 RK_U32 h_stride_by_pixel; member 59 RK_U32 h_stride_by_pixel; member
|
| H A D | mpp_sys_cfg.h | 67 RK_U32 h_stride_by_pixel; member
|
| /rockchip-linux_mpp/mpp/base/test/ |
| H A D | mpp_sys_cfg_st_test.c | 32 h_stride_cfg.h_stride_by_pixel); in main() 65 size_cfg.h_stride_by_pixel); in main()
|
| H A D | mpp_sys_cfg_test.c | 26 RK_U32 h_stride_by_pixel; in main() local 66 ret = mpp_sys_cfg_get_u32(cfg, "dec_buf_chk:h_stride_by_pixel", &h_stride_by_pixel); in main()
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_sys_cfg_st.c | 39 &h_stride_cfg->h_stride_by_pixel); in mpp_sys_cfg_st_get_h_stride() 147 ret = mpp_sys_cfg_get_u32(cfg, "dec_buf_chk:h_stride_by_pixel", &size_cfg->h_stride_by_pixel); in mpp_sys_cfg_st_get_size()
|
| H A D | mpp_buf_slot.c | 248 RK_U32 h_stride_by_pixel; member 375 info_set->h_stride_by_pixel = hor_stride_pixel; in prepare_info_set_legacy() 403 … mpp_sys_cfg_get_u32(impl->sys_cfg, "dec_buf_chk:h_stride_by_pixel", &info_set->h_stride_by_pixel); in prepare_info_set_by_sys_cfg() 430 mpp_frame_set_hor_stride_pixel(impl->info_set, info_set_ptr->h_stride_by_pixel); in generate_info_set() 435 mpp_frame_set_hor_stride_pixel(frame, info_set_ptr->h_stride_by_pixel); in generate_info_set() 483 if (legacy_info_set.h_stride_by_pixel != sys_cfg_info_set.h_stride_by_pixel) in generate_info_set() 485 legacy_info_set.h_stride_by_pixel, in generate_info_set() 486 sys_cfg_info_set.h_stride_by_pixel); in generate_info_set()
|
| H A D | mpp_sys_cfg.c | 95 …ENTRY(dec_buf_chk, h_stride_by_pixel, u32, RK_U32, 0, … 385 cfg->h_stride_by_pixel = aligned_pixel; in mpp_sys_dec_buf_chk_proc() 547 cfg->h_stride_by_pixel = aligned_pixel; in mpp_sys_dec_buf_chk_proc()
|