![]() |
v_frmbuf_wr
Xilinx SDK Drivers API Documentation
|
Data Structures | |
struct | XV_FrmbufWr_l2 |
Frame Buffer Write driver Layer 2 data. More... | |
Macros | |
#define | XVFrmbufWr_IsRGBX8Enabled(InstancePtr) ((InstancePtr)->FrmbufWr.Config.RGBX8En) |
This macro returns if Video Format RGBX8 is available. More... | |
#define | XVFrmbufWr_IsYUVX8Enabled(InstancePtr) ((InstancePtr)->FrmbufWr.Config.YUVX8En) |
This macro returns if Video Format YUVX8 is available. More... | |
#define | XVFrmbufWr_IsYUYV8Enabled(InstancePtr) ((InstancePtr)->FrmbufWr.Config.YUYV8En) |
This macro returns if Video Format YUYV8 is available. More... | |
#define | XVFrmbufWr_IsRGBX10Enabled(InstancePtr) ((InstancePtr)->FrmbufWr.Config.RGBX10En) |
This macro returns if Video Format RGBX10 is available. More... | |
#define | XVFrmbufWr_IsYUVX10Enabled(InstancePtr) ((InstancePtr)->FrmbufWr.Config.YUVX10En) |
This macro returns if Video Format YUVX10 is available. More... | |
#define | XVFrmbufWr_IsY_UV8Enabled(InstancePtr) ((InstancePtr)->FrmbufWr.Config.Y_UV8En) |
This macro returns if Video Format Y_UV8 is available. More... | |
#define | XVFrmbufWr_IsY_UV8_420Enabled(InstancePtr) ((InstancePtr)->FrmbufWr.Config.Y_UV8_420En) |
This macro returns if Video Format Y_UV8_420 is available. More... | |
#define | XVFrmbufWr_IsRGB8Enabled(InstancePtr) ((InstancePtr)->FrmbufWr.Config.RGB8En) |
This macro returns if Video Format RGB8 is available. More... | |
#define | XVFrmbufWr_IsYUV8Enabled(InstancePtr) ((InstancePtr)->FrmbufWr.Config.YUV8En) |
This macro returns if Video Format YUV8 is available. More... | |
#define | XVFrmbufWr_IsY_UV10Enabled(InstancePtr) ((InstancePtr)->FrmbufWr.Config.Y_UV10En) |
This macro returns if Video Format Y_UV10 is available. More... | |
#define | XVFrmbufWr_IsY_UV10_420Enabled(InstancePtr) ((InstancePtr)->FrmbufWr.Config.Y_UV10_420En) |
This macro returns if Video Format Y_UV10_420 is available. More... | |
#define | XVFrmbufWr_IsY8Enabled(InstancePtr) ((InstancePtr)->FrmbufWr.Config.Y8En) |
This macro returns if Video Format Y8 is available. More... | |
#define | XVFrmbufWr_IsY10Enabled(InstancePtr) ((InstancePtr)->FrmbufWr.Config.Y10En) |
This macro returns if Video Format Y10 is available. More... | |
#define | XVFrmbufWr_IsBGRX8Enabled(InstancePtr) ((InstancePtr)->FrmbufWr.Config.BGRX8En) |
This macro returns if Video Format BGRX8 is available. More... | |
#define | XVFrmbufWr_IsUYVY8Enabled(InstancePtr) ((InstancePtr)->FrmbufWr.Config.UYVY8En) |
This macro returns if Video Format UYVY8 is available. More... | |
Typedefs | |
typedef void(* | XVFrmbufWr_Callback) (void *CallbackRef) |
Callback type for interrupt. More... | |
Functions | |
int | XVFrmbufWr_Initialize (XV_FrmbufWr_l2 *InstancePtr, u16 DeviceId) |
This function initializes the core instance. More... | |
void | XVFrmbufWr_Start (XV_FrmbufWr_l2 *InstancePtr) |
This function starts the core instance. More... | |
int | XVFrmbufWr_Stop (XV_FrmbufWr_l2 *InstancePtr) |
This function stops the core instance. More... | |
int | XVFrmbufWr_SetMemFormat (XV_FrmbufWr_l2 *InstancePtr, u32 StrideInBytes, XVidC_ColorFormat MemFmt, const XVidC_VideoStream *StrmIn) |
This function configures the frame buffer write memory output. More... | |
XVidC_VideoStream * | XVFrmbufWr_GetVideoStream (XV_FrmbufWr_l2 *InstancePtr) |
This function reads the pointer to the output stream configuration. More... | |
int | XVFrmbufWr_SetBufferAddr (XV_FrmbufWr_l2 *InstancePtr, UINTPTR Addr) |
This function sets the buffer address. More... | |
UINTPTR | XVFrmbufWr_GetBufferAddr (XV_FrmbufWr_l2 *InstancePtr) |
This function reads the buffer address. More... | |
int | XVFrmbufWr_SetChromaBufferAddr (XV_FrmbufWr_l2 *InstancePtr, UINTPTR Addr) |
This function sets the buffer address for the UV plane for semi-planar formats. More... | |
UINTPTR | XVFrmbufWr_GetChromaBufferAddr (XV_FrmbufWr_l2 *InstancePtr) |
This function reads the buffer address for the UV plane for semi-planar formats. More... | |
void | XVFrmbufWr_DbgReportStatus (XV_FrmbufWr_l2 *InstancePtr) |
This function reports the frame buffer write status. More... | |
void | XVFrmbufWr_InterruptHandler (void *InstancePtr) |
This function is the interrupt handler for the frame buffer wrote core driver. More... | |
int | XVFrmbufWr_SetCallback (XV_FrmbufWr_l2 *InstancePtr, void *CallbackFunc, void *CallbackRef) |
This function installs an asynchronous callback function for Frame Buffer Write interrupt. More... | |
void | XVFrmbufWr_InterruptEnable (XV_FrmbufWr_l2 *InstancePtr) |
This function enables interrupts in the core. More... | |
void | XVFrmbufWr_InterruptDisable (XV_FrmbufWr_l2 *InstancePtr) |
This function disables interrupts in the core. More... | |