Lines Matching refs:hor_stride
81 RK_U32 hor_stride; member
153 p->hor_stride = (cmd->hor_stride) ? (cmd->hor_stride) : in test_ctx_init()
179 (MPP_ALIGN(p->hor_stride, 32) >> 5) * in test_ctx_init()
181 (MPP_ALIGN(p->hor_stride, 64) >> 6) * in test_ctx_init()
218 p->frame_size = MPP_ALIGN(p->hor_stride, 64) * MPP_ALIGN(p->ver_stride, 64) * 3 / 2; in test_ctx_init()
227 p->frame_size = MPP_ALIGN(p->hor_stride, 64) * MPP_ALIGN(p->ver_stride, 64) * 2; in test_ctx_init()
243 p->frame_size = MPP_ALIGN(p->hor_stride, 64) * MPP_ALIGN(p->ver_stride, 64); in test_ctx_init()
247 p->frame_size = MPP_ALIGN(p->hor_stride, 64) * MPP_ALIGN(p->ver_stride, 64) * 4; in test_ctx_init()
316 mpp_enc_cfg_set_s32(cfg, "prep:hor_stride", p->hor_stride); in test_mpp_enc_cfg_setup()
587 p->hor_stride, p->ver_stride, p->fmt); in test_mpp_run()
603 ret = fill_image(buf, p->width, p->height, p->hor_stride, in test_mpp_run()
630 mpp_frame_set_hor_stride(frame, p->hor_stride); in test_mpp_run()