Lines Matching defs:vdpp2_params
190 struct vdpp2_params { struct
191 RK_U32 src_fmt;
192 RK_U32 src_yuv_swap;
193 RK_U32 dst_fmt;
194 RK_U32 dst_yuv_swap;
195 RK_U32 src_width;
196 RK_U32 src_height;
197 RK_U32 src_width_vir;
198 RK_U32 src_height_vir;
199 RK_U32 dst_width;
200 RK_U32 dst_height;
201 RK_U32 dst_width_vir;
202 RK_U32 dst_height_vir;
203 RK_U32 yuv_out_diff;
204 RK_U32 dst_c_width;
205 RK_U32 dst_c_height;
206 RK_U32 dst_c_width_vir;
207 RK_U32 dst_c_height_vir;
208 RK_U32 working_mode; // 2 - VDPP, 3 - DCI HIST
210 struct vdpp_addr src; // src frame
211 struct vdpp_addr dst; // dst frame
235 struct vdpp2_params params; argument