Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/vproc/rga/
H A Drga.cpp178 RK_U32 h_str = mpp_frame_get_hor_stride(frame); in config_rga_image() local
192 img->vir_w = h_str; in config_rga_image()
362 RK_U32 h_str = mpp_frame_get_hor_stride(frame); in rga_dup_field() local
379 fd, width, height, h_str, v_str, fmt); in rga_dup_field()
384 request->src.vir_w = h_str * 2; in rga_dup_field()
390 request->dst.uv_addr = (RK_U32)((uintptr_t)ptr) + h_str; // special process here in rga_dup_field()
391 request->dst.vir_w = h_str * 2; in rga_dup_field()
398 request->clip.xmax = h_str * 2 - 1; in rga_dup_field()