Searched defs:basic_out (Results 1 – 1 of 1) sorted by relevance
452 struct basic_out { struct453 struct spl_size output_size; // Output Size454 struct spl_rect dst_rect; // Destination Rect455 struct spl_rect src_rect; // Source rect456 int odm_combine_factor; // deprecated457 struct spl_rect odm_slice_rect; // OPP input rect in timing active458 enum spl_view_3d view_format; // TODO: View format Check if it is chroma subsampling459 bool always_scale; // Is always scale enabled? Required for getting SCL_MODE460 int max_downscale_src_width; // Required to get optimal no of taps461 bool alpha_en;[all …]