Linux Kernel
3.7.1
|
#include <gsc-core.h>
struct gsc_pix_max - image pixel size limits in various IP configurations
: max pixel width when the scaler is disabled : max pixel height when the scaler is disabled : max pixel width when the scaler is enabled : max pixel height when the scaler is enabled : max pixel src cropped height with the rotator is off : max pixel src croppped width with the rotator is off : max pixel src cropped width with the rotator is on : max pixel src cropped height with the rotator is on : max pixel dst scaled width with the rotator is off : max pixel dst scaled height with the rotator is off : max pixel dst scaled width with the rotator is on : max pixel dst scaled height with the rotator is on
Definition at line 240 of file gsc-core.h.
u16 org_scaler_bypass_h |
Definition at line 242 of file gsc-core.h.
u16 org_scaler_bypass_w |
Definition at line 241 of file gsc-core.h.
u16 org_scaler_input_h |
Definition at line 244 of file gsc-core.h.
u16 org_scaler_input_w |
Definition at line 243 of file gsc-core.h.
u16 real_rot_dis_h |
Definition at line 246 of file gsc-core.h.
u16 real_rot_dis_w |
Definition at line 245 of file gsc-core.h.
u16 real_rot_en_h |
Definition at line 248 of file gsc-core.h.
u16 real_rot_en_w |
Definition at line 247 of file gsc-core.h.
u16 target_rot_dis_h |
Definition at line 250 of file gsc-core.h.
u16 target_rot_dis_w |
Definition at line 249 of file gsc-core.h.
u16 target_rot_en_h |
Definition at line 252 of file gsc-core.h.
u16 target_rot_en_w |
Definition at line 251 of file gsc-core.h.