v_mix
Vitis Drivers API Documentation
XV_Mix_l2 Struct Reference

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...
 

Detailed Description

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.

Field Documentation

void* XV_Mix_l2::CallbackRef

To be passed to the connect interrupt callback.

Referenced by XVMix_InterruptHandler(), and XVMix_SetCallback().

XVMix_Callback XV_Mix_l2::FrameDoneCallback

Callback for frame processing done.

Referenced by XVMix_InterruptHandler(), and XVMix_SetCallback().

XVMix_Layer XV_Mix_l2::Layer[XVMIX_MAX_SUPPORTED_LAYERS]
XVidC_VideoStream XV_Mix_l2::Stream