|
void | XV_MultiScalerStart (XV_multi_scaler *InstancePtr) |
| This function starts the multi scaler core. More...
|
|
void | XV_MultiScalerStop (XV_multi_scaler *InstancePtr) |
| This function stops the multi scaler core. More...
|
|
u32 | XV_MultiScalerGetNumOutputs (XV_multi_scaler *InstancePtr) |
| This function returns the number of outputs. More...
|
|
void | XV_MultiScalerSetNumOutputs (XV_multi_scaler *InstancePtr, u32 NumOuts) |
| This function sets the number of outputs. More...
|
|
void | XV_MultiScalerGetChannelConfig (XV_multi_scaler *InstancePtr, XV_multi_scaler_Video_Config *MS_cfg) |
| This function reads the channel configuration. More...
|
|
void | XV_MultiScalerSetChannelConfig (XV_multi_scaler *InstancePtr, XV_multi_scaler_Video_Config *MS_cfg) |
| This function configures the scaler core registers with the specified configuration parameters. More...
|
|