Searched refs:dst_frm (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/mpp/vproc/rga/test/ |
| H A D | rga_test.c | 142 MppFrame dst_frm = NULL; in main() local 208 ret = mpp_frame_init(&dst_frm); in main() 238 mpp_frame_set_buffer(dst_frm, dst_buf); in main() 239 mpp_frame_set_width(dst_frm, dst_w); in main() 240 mpp_frame_set_height(dst_frm, dst_h); in main() 241 mpp_frame_set_hor_stride(dst_frm, MPP_ALIGN(dst_w, 16)); in main() 242 mpp_frame_set_ver_stride(dst_frm, MPP_ALIGN(dst_h, 16)); in main() 243 mpp_frame_set_fmt(dst_frm, cmd.dst_fmt); in main() 264 ret = rga_control(ctx, RGA_CMD_SET_DST, dst_frm); in main() 296 ret = rga_control(ctx, RGA_CMD_SET_DST, dst_frm); in main() [all …]
|