Lines Matching refs:src
195 int src_format = request->src.format; in config_rga_yuv2rgb_mode()
238 MppFrame *src = (MppFrame *)param; in rga_control() local
239 ret = config_rga_image(&request->src, src); in rga_control()
273 MPP_RET rga_copy(RgaCtx ctx, MppFrame src, MppFrame dst) in rga_copy() argument
277 MppBuffer src_buf = mpp_frame_get_buffer(src); in rga_copy()
279 RK_U32 src_w = mpp_frame_get_width(src); in rga_copy()
280 RK_U32 src_h = mpp_frame_get_height(src); in rga_copy()
287 RgaFormat src_fmt = rga_fmt_map(mpp_frame_get_fmt(src)); in rga_copy()
311 request->src.yrgb_addr = src_fd; in rga_copy()
312 request->src.format = (RK_U32)src_fmt; in rga_copy()
313 request->src.vir_w = mpp_frame_get_hor_stride(src); in rga_copy()
314 request->src.vir_h = mpp_frame_get_ver_stride(src); in rga_copy()
315 request->src.act_w = src_w; in rga_copy()
316 request->src.act_h = src_h; in rga_copy()
370 request->src.yrgb_addr = fd; in rga_dup_field()
371 request->src.format = (RK_U32)fmt; in rga_dup_field()
372 request->src.vir_w = h_str * 2; in rga_dup_field()
373 request->src.vir_h = v_str / 2; in rga_dup_field()
374 request->src.act_w = width; in rga_dup_field()
375 request->src.act_h = height / 2; in rga_dup_field()