|
#define | XV_CscSetColorDepth(InstancePtr, val) ((InstancePtr)->ColorDepth = val) |
| This macro sets color depth for CSC core. More...
|
|
#define | XV_CscGetBrightness(InstancePtr) (((InstancePtr)->Brightness-20)/2) |
| This macro returns current brightness setting by reading layer 2 fw register map. More...
|
|
#define | XV_CscGetContrast(InstancePtr) (((InstancePtr)->Contrast+200)/4) |
| This macro returns current contrast setting by reading layer 2 fw register map. More...
|
|
#define | XV_CscGetSaturation(InstancePtr) (((InstancePtr)->Saturation/2)) |
| This macro returns current saturation setting by reading layer 2 fw register map. More...
|
|
#define | XV_CscGetRedGain(InstancePtr) (((InstancePtr)->RedGain-20)/2) |
| This macro returns current red gain setting by reading layer 2 fw register map. More...
|
|
#define | XV_CscGetGreenGain(InstancePtr) (((InstancePtr)->GreenGain-20)/2) |
| This macro returns current green gain setting by reading layer 2 fw register map. More...
|
|
#define | XV_CscGetBlueGain(InstancePtr) (((InstancePtr)->BlueGain-20)/2) |
| This macro returns current blue gain setting by reading layer 2 fw register map. More...
|
|
#define | XV_CscGetColorFormatIn(InstancePtr) ((InstancePtr)->ColorFormatIn) |
| This macro returns current set input color format by reading layer 2 fw register map. More...
|
|
#define | XV_CscGetColorFormatOut(InstancePtr) ((InstancePtr)->ColorFormatOut) |
| This macro returns current set output color format by reading layer 2 fw register map. More...
|
|
#define | XV_CscGetColorStdIn(InstancePtr) ((InstancePtr)->StandardIn) |
| This macro returns current set input color standard by reading layer 2 fw register map. More...
|
|
#define | XV_CscGetColorStdOut(InstancePtr) ((InstancePtr)->StandardOut) |
| This macro returns current set output color standard by reading layer 2 fw register map. More...
|
|
#define | XV_CscGetOutputRange(InstancePtr) ((InstancePtr)->OutputRange) |
| This macro returns current set output range by reading layer 2 fw register map. More...
|
|
#define | XV_CscIs422Enabled(InstancePtr) ((InstancePtr)->Csc.Config.Is422Enabled) |
| This macro checks if Csc instance is enabled for 4:2:2 processing. More...
|
|
#define | XV_CscIs420Enabled(InstancePtr) ((InstancePtr)->Csc.Config.Is420Enabled) |
| This macro checks if Csc instance is enabled for 4:2:0 processing. More...
|
|
#define | XV_CscIsDemoWindowEnabled(InstancePtr) ((InstancePtr)->Csc.Config.IsDemoWindowEnabled) |
| This macro checks if Csc instance is enabled for the Demo Window. More...
|
|