Lines Matching refs:hor_stride
103 RK_U32 hor_stride; member
208 RK_U32 w = p->hor_stride, h = p->ver_stride; in get_mdinfo_size()
275 p->hor_stride = (cmd->hor_stride) ? (cmd->hor_stride) : in test_ctx_init()
346 p->frame_size = MPP_ALIGN(p->hor_stride, 64) * MPP_ALIGN(p->ver_stride, 64) * 3 / 2; in test_ctx_init()
355 p->frame_size = MPP_ALIGN(p->hor_stride, 64) * MPP_ALIGN(p->ver_stride, 64) * 2; in test_ctx_init()
372 p->frame_size = MPP_ALIGN(p->hor_stride, 64) * MPP_ALIGN(p->ver_stride, 64); in test_ctx_init()
376 p->frame_size = MPP_ALIGN(p->hor_stride, 64) * MPP_ALIGN(p->ver_stride, 64) * 4; in test_ctx_init()
448 mpp_enc_cfg_set_s32(cfg, "prep:hor_stride", p->hor_stride); in test_mpp_enc_cfg_setup()
802 p->hor_stride, p->ver_stride, p->fmt); in test_mpp_run()
820 ret = fill_image(buf, p->width, p->height, p->hor_stride, in test_mpp_run()
848 mpp_frame_set_hor_stride(frame, p->hor_stride); in test_mpp_run()