v_frmbuf_rd
Xilinx SDK Drivers API Documentation
XV_FrmbufRd_l2 Struct Reference

Frame Buffer Read driver Layer 2 data. More...

Data Fields

XV_frmbufrd FrmbufRd
 Frame Buffer Read instance data. More...
 
XVFrmbufRd_Callback FrameDoneCallback
 Callback for frame processing done. More...
 
void * CallbackDoneRef
 To be passed to the connect interrupt callback. More...
 
XVFrmbufRd_Callback FrameReadyCallback
 Callback for frame processing ready. More...
 
void * CallbackReadyRef
 To be passed to the connect interrupt callback. More...
 
XVidC_VideoStream Stream
 Output AXIS. More...
 

Detailed Description

Frame Buffer Read driver Layer 2 data.

The user is required to allocate a variable of this type for every frame buffer read device in the system. A pointer to a variable of this type is then passed to the driver API functions.

Field Documentation

◆ CallbackDoneRef

void* XV_FrmbufRd_l2::CallbackDoneRef

To be passed to the connect interrupt callback.

◆ CallbackReadyRef

void* XV_FrmbufRd_l2::CallbackReadyRef

To be passed to the connect interrupt callback.

◆ FrameDoneCallback

XVFrmbufRd_Callback XV_FrmbufRd_l2::FrameDoneCallback

Callback for frame processing done.

◆ FrameReadyCallback

XVFrmbufRd_Callback XV_FrmbufRd_l2::FrameReadyCallback

Callback for frame processing ready.

◆ FrmbufRd

◆ Stream

XVidC_VideoStream XV_FrmbufRd_l2::Stream

Output AXIS.

Referenced by XVFrmbufRd_GetVideoStream(), and XVFrmbufRd_SetMemFormat().