Lines Matching refs:dst
196 int dst_format = request->dst.format; in config_rga_yuv2rgb_mode()
248 MppFrame *dst = (MppFrame *)param; in rga_control() local
249 ret = config_rga_image(&request->dst, dst); in rga_control()
251 RK_U32 width = mpp_frame_get_width(dst); in rga_control()
252 RK_U32 height = mpp_frame_get_height(dst); in rga_control()
273 MPP_RET rga_copy(RgaCtx ctx, MppFrame src, MppFrame dst) in rga_copy() argument
278 MppBuffer dst_buf = mpp_frame_get_buffer(dst); in rga_copy()
281 RK_U32 dst_w = mpp_frame_get_width(dst); in rga_copy()
282 RK_U32 dst_h = mpp_frame_get_height(dst); in rga_copy()
288 RgaFormat dst_fmt = rga_fmt_map(mpp_frame_get_fmt(dst)); in rga_copy()
318 request->dst.yrgb_addr = dst_fd; in rga_copy()
319 request->dst.vir_w = dst_w; in rga_copy()
320 request->dst.vir_h = dst_h; in rga_copy()
321 request->dst.format = (RK_U32)dst_fmt; in rga_copy()
326 request->dst.act_w = dst_w; in rga_copy()
327 request->dst.act_h = dst_h; in rga_copy()
377 request->dst.yrgb_addr = 0; in rga_dup_field()
378 request->dst.uv_addr = (RK_U32)((uintptr_t)ptr) + h_str; // special process here in rga_dup_field()
379 request->dst.vir_w = h_str * 2; in rga_dup_field()
380 request->dst.vir_h = v_str / 2; in rga_dup_field()
381 request->dst.format = (RK_U32)fmt; in rga_dup_field()
382 request->dst.act_w = width; in rga_dup_field()
383 request->dst.act_h = height / 2; in rga_dup_field()