Searched refs:dst_frm (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/vproc/rga/test/ |
| H A D | rga_test.cpp | 153 MppFrame dst_frm = NULL; in main() local 219 ret = mpp_frame_init(&dst_frm); in main() 249 mpp_frame_set_buffer(dst_frm, dst_buf); in main() 250 mpp_frame_set_width(dst_frm, dst_w); in main() 251 mpp_frame_set_height(dst_frm, dst_h); in main() 252 mpp_frame_set_hor_stride(dst_frm, MPP_ALIGN(dst_w, 16)); in main() 253 mpp_frame_set_ver_stride(dst_frm, MPP_ALIGN(dst_h, 16)); in main() 254 mpp_frame_set_fmt(dst_frm, cmd.dst_fmt); in main() 275 ret = rga_control(ctx, RGA_CMD_SET_DST, dst_frm); in main() 307 ret = rga_control(ctx, RGA_CMD_SET_DST, dst_frm); in main() [all …]
|