v_frmbuf_wr
Xilinx SDK Drivers API Documentation
XV_FrmbufWr_l2 Struct Reference

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

Data Fields

XV_frmbufwr FrmbufWr
 Frame Buffer Write instance data. More...
 
XVFrmbufWr_Callback FrameDoneCallback
 Callback for frame processing done. More...
 
void * CallbackRef
 To be passed to the connect interrupt callback. More...
 
XVidC_VideoStream Stream
 Input AXIS. More...
 

Detailed Description

Frame Buffer Write driver Layer 2 data.

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

Field Documentation

◆ CallbackRef

void* XV_FrmbufWr_l2::CallbackRef

To be passed to the connect interrupt callback.

Referenced by XVFrmbufWr_SetCallback().

◆ FrameDoneCallback

XVFrmbufWr_Callback XV_FrmbufWr_l2::FrameDoneCallback

Callback for frame processing done.

Referenced by XVFrmbufWr_SetCallback().

◆ FrmbufWr

◆ Stream

XVidC_VideoStream XV_FrmbufWr_l2::Stream

Input AXIS.

Referenced by XVFrmbufWr_GetVideoStream(), and XVFrmbufWr_SetMemFormat().