![]() |
v_frmbuf_rd
Xilinx Vitis Drivers API Documentation
|
Functions | |
XVidC_ColorFormat | RdMemory2Live (XVidC_ColorFormat MemFmt) |
This function maps the memory video formats to the live/stream video formats. More... | |
int | XVFrmbufRd_Initialize (XV_FrmbufRd_l2 *InstancePtr, u16 DeviceId) |
This function initializes the core instance. More... | |
void | XVFrmbufRd_InterruptEnable (XV_FrmbufRd_l2 *InstancePtr, u32 IrqMask) |
This function enables interrupts in the core. More... | |
void | XVFrmbufRd_InterruptDisable (XV_FrmbufRd_l2 *InstancePtr, u32 IrqMask) |
This function disables interrupts in the core. More... | |
void | XVFrmbufRd_Start (XV_FrmbufRd_l2 *InstancePtr) |
This function starts the core instance. More... | |
int | XVFrmbufRd_Stop (XV_FrmbufRd_l2 *InstancePtr) |
This function stops the core instance. More... | |
int | XVFrmbufRd_WaitForIdle (XV_FrmbufRd_l2 *InstancePtr) |
This function Waits for the core to reach idle state. More... | |
int | XVFrmbufRd_SetMemFormat (XV_FrmbufRd_l2 *InstancePtr, u32 StrideInBytes, XVidC_ColorFormat MemFmt, const XVidC_VideoStream *StrmOut) |
This function configures the frame buffer read memory input. More... | |
XVidC_VideoStream * | XVFrmbufRd_GetVideoStream (XV_FrmbufRd_l2 *InstancePtr) |
This function reads the pointer to the output stream configuration. More... | |
int | XVFrmbufRd_SetBufferAddr (XV_FrmbufRd_l2 *InstancePtr, UINTPTR Addr) |
This function sets the buffer address. More... | |
UINTPTR | XVFrmbufRd_GetBufferAddr (XV_FrmbufRd_l2 *InstancePtr) |
This function reads the buffer address. More... | |
int | XVFrmbufRd_SetVChromaBufferAddr (XV_FrmbufRd_l2 *InstancePtr, UINTPTR Addr) |
This function sets the buffer address for the V plane for 3 planar formats. More... | |
UINTPTR | XVFrmbufRd_GetVChromaBufferAddr (XV_FrmbufRd_l2 *InstancePtr) |
This function reads the buffer address for the V plane for 3 planar formats. More... | |
int | XVFrmbufRd_SetChromaBufferAddr (XV_FrmbufRd_l2 *InstancePtr, UINTPTR Addr) |
This function sets the buffer address for the UV plane for semi-planar formats or Only U Plane for 3 planar formats. More... | |
UINTPTR | XVFrmbufRd_GetChromaBufferAddr (XV_FrmbufRd_l2 *InstancePtr) |
This function reads the buffer address for the UV plane for semi-planar formats or Only U plane for 3 planar formats. More... | |
int | XVFrmbufRd_SetFieldID (XV_FrmbufRd_l2 *InstancePtr, u32 FieldID) |
This function sets the field ID. More... | |
u32 | XVFrmbufRd_GetFieldID (XV_FrmbufRd_l2 *InstancePtr) |
This function reads the field ID. More... | |
int | XVFrmbufRd_Set_FidOutMode (XV_FrmbufRd_l2 *InstancePtr, u32 fidmodeval) |
This function sets the Fidout Mode Value. More... | |
u32 | XVFrmbufRd_Get_FidOutMode (XV_FrmbufRd_l2 *InstancePtr) |
This function reads the Fidout Mode Value. More... | |
u32 | XVFrmbufRd_Get_FidErrorOut (XV_FrmbufRd_l2 *InstancePtr) |
This function reads the Fid error Register and extract error flag. More... | |
u32 | XVFrmbufRd_Get_FidErrorCount (XV_FrmbufRd_l2 *InstancePtr) |
This function reads the Fid error Register and extract error count. More... | |
u32 | XVFrmbufRd_Get_FieldOut (XV_FrmbufRd_l2 *InstancePtr) |
This function reads the field Out. More... | |
void | XVFrmbufRd_DbgReportStatus (XV_FrmbufRd_l2 *InstancePtr) |
This function reports the frame buffer read status. More... | |