![]() |
v_mix
Xilinx SDK Drivers API Documentation
|
Mixer driver Layer 2 data. More...
Data Fields | |
XV_mix | Mix |
Mixer Layer 1 instance data. More... | |
XVMix_Callback | FrameDoneCallback |
Callback for frame processing done. More... | |
void * | CallbackRef |
To be passed to the connect interrupt callback. More... | |
XVMix_Layer | Layer [XVMIX_MAX_SUPPORTED_LAYERS] |
Layer configuration structure. More... | |
XVidC_VideoStream | Stream |
Input AXIS. More... | |
Mixer driver Layer 2 data.
The user is required to allocate a variable of this type for every mixer device in the system. A pointer to a variable of this type is then passed to the driver API functions.
void* XV_Mix_l2::CallbackRef |
To be passed to the connect interrupt callback.
Referenced by XVMix_SetCallback().
XVMix_Callback XV_Mix_l2::FrameDoneCallback |
Callback for frame processing done.
Referenced by XVMix_SetCallback().
XVMix_Layer XV_Mix_l2::Layer[XVMIX_MAX_SUPPORTED_LAYERS] |
Layer configuration structure.
XV_mix XV_Mix_l2::Mix |
Mixer Layer 1 instance data.
Referenced by XVMix_DbgReportStatus(), XVMix_GetLogoColorKey(), XVMix_Initialize(), XVMix_InterruptDisable(), XVMix_InterruptEnable(), XVMix_InterruptHandler(), XVMix_SetLogoColorKey(), XVMix_Start(), and XVMix_Stop().
XVidC_VideoStream XV_Mix_l2::Stream |
Input AXIS.