Lines Matching refs:w
150 static inline size_t get_src_frm_size(RK_S32 fmt, RK_U32 w, RK_U32 h) in get_src_frm_size() argument
157 frame_size = w * h * 3 / 2; in get_src_frm_size()
172 frame_size = w * h * 2; in get_src_frm_size()
176 frame_size = w * h * 3; in get_src_frm_size()
184 frame_size = w * h * 4; in get_src_frm_size()
187 frame_size = w * h * 4; in get_src_frm_size()
194 static inline size_t get_dst_frm_size(RK_S32 fmt, RK_U32 w, RK_U32 h) in get_dst_frm_size() argument
198 return w * h * 3; in get_dst_frm_size()
200 return w * h * 3 / 2; in get_dst_frm_size()
207 static void vdpp_test_set_img(vdpp_com_ctx *ctx, RK_U32 w, RK_U32 h, in vdpp_test_set_img() argument
210 RK_S32 y_size = w * h; in vdpp_test_set_img()