Searched defs:basic_out (Results 1 – 1 of 1) sorted by relevance
466 struct basic_out { struct467 struct spl_size output_size; // Output Size468 struct spl_rect dst_rect; // Destination Rect469 struct spl_rect src_rect; // Source rect470 int odm_combine_factor; // deprecated471 struct spl_rect odm_slice_rect; // OPP input rect in timing active473 bool always_scale; // Is always scale enabled? Required for getting SCL_MODE474 int max_downscale_src_width; // Required to get optimal no of taps475 bool alpha_en;476 bool use_two_pixels_per_container;[all …]