Home
last modified time | relevance | path

Searched refs:h_str (Results 1 – 1 of 1) sorted by relevance

/rockchip-linux_mpp/mpp/vproc/rga/
H A Drga.c166 RK_U32 h_str = mpp_frame_get_hor_stride(frame); in config_rga_image() local
180 img->vir_w = h_str; in config_rga_image()
350 RK_U32 h_str = mpp_frame_get_hor_stride(frame); in rga_dup_field() local
367 fd, width, height, h_str, v_str, fmt); in rga_dup_field()
372 request->src.vir_w = h_str * 2; 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()
386 request->clip.xmax = h_str * 2 - 1; in rga_dup_field()