TIOVX User Guide
|
The configuration data structure used by the TIVX_KERNEL_DISPLAY_M2M kernel. More...
#include <video_io_display_m2m.h>
Data Fields | |
uint32_t | instId |
uint32_t | numPipe |
uint32_t | pipeId [TIVX_DISPLAY_M2M_MAX_PIPE] |
uint32_t | overlayId |
The configuration data structure used by the TIVX_KERNEL_DISPLAY_M2M kernel.
Definition at line 112 of file video_io_display_m2m.h.
uint32_t tivx_display_m2m_params_t::instId |
Write-back pipeline to use. IDs=> 0: Write-back pipe-line1
Definition at line 114 of file video_io_display_m2m.h.
uint32_t tivx_display_m2m_params_t::numPipe |
Number of pipe-lines to be used, should be set to '1' as blending is not supported currently
Definition at line 117 of file video_io_display_m2m.h.
uint32_t tivx_display_m2m_params_t::pipeId[TIVX_DISPLAY_M2M_MAX_PIPE] |
IDs of pipe-lines to be used, IDs=> 0:VID1, 1:VIDL1, 2:VID2
Definition at line 120 of file video_io_display_m2m.h.
uint32_t tivx_display_m2m_params_t::overlayId |
Overlay to be used. IDs=> 0:Overlay1 1:Overlay2 2:Overlay3 3:Overlay4
Definition at line 122 of file video_io_display_m2m.h.