EdgeAI TIOVX Apps Guide
kms_display_module.h File Reference
Include dependency graph for kms_display_module.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  kmsDisplayCfg
 Structure describing the configuration of kms display module. More...
 

Functions

void kms_display_init_cfg (kmsDisplayCfg *cfg)
 Function to initialize kms display config. More...
 
kmsDisplayHandle * kms_display_create_handle (kmsDisplayCfg *cfg)
 Function to create a kms display handle. More...
 
int kms_display_register_buf (kmsDisplayHandle *handle, Buf *tiovx_buffer)
 Function to register a Buffer tobe. More...
 
int kms_display_render_buf (kmsDisplayHandle *handle, Buf *tiovx_buffer)
 Function to render a Buffer. More...
 
int kms_display_delete_handle (kmsDisplayHandle *handle)
 Function to free a kms display handle. More...