Lines Matching refs:ver_stride
82 RK_U32 ver_stride; member
155 p->ver_stride = (cmd->ver_stride) ? (cmd->ver_stride) : in test_ctx_init()
180 (MPP_ALIGN(p->ver_stride, 32) >> 5) * 16 : in test_ctx_init()
182 (MPP_ALIGN(p->ver_stride, 16) >> 4) * 16; 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()
317 mpp_enc_cfg_set_s32(cfg, "prep:ver_stride", p->ver_stride); in test_mpp_enc_cfg_setup()
587 p->hor_stride, p->ver_stride, p->fmt); in test_mpp_run()
604 p->ver_stride, p->fmt, p->frame_count); in test_mpp_run()
631 mpp_frame_set_ver_stride(frame, p->ver_stride); in test_mpp_run()