![]() |
v_frmbuf_wr
Xilinx SDK Drivers API Documentation
|
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... | |
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.
| void* XV_FrmbufWr_l2::CallbackRef |
To be passed to the connect interrupt callback.
Referenced by XVFrmbufWr_SetCallback().
| XVFrmbufWr_Callback XV_FrmbufWr_l2::FrameDoneCallback |
Callback for frame processing done.
Referenced by XVFrmbufWr_SetCallback().
| XV_frmbufwr XV_FrmbufWr_l2::FrmbufWr |
Frame Buffer Write instance data.
Referenced by XVFrmbufWr_DbgReportStatus(), XVFrmbufWr_GetBufferAddr(), XVFrmbufWr_GetChromaBufferAddr(), XVFrmbufWr_Initialize(), XVFrmbufWr_InterruptDisable(), XVFrmbufWr_InterruptEnable(), XVFrmbufWr_InterruptHandler(), XVFrmbufWr_SetBufferAddr(), XVFrmbufWr_SetChromaBufferAddr(), XVFrmbufWr_SetMemFormat(), XVFrmbufWr_Start(), and XVFrmbufWr_Stop().
| XVidC_VideoStream XV_FrmbufWr_l2::Stream |
Input AXIS.
Referenced by XVFrmbufWr_GetVideoStream(), and XVFrmbufWr_SetMemFormat().