
Data Structures | |
| struct | kmsDisplayHandle |
Macros | |
| #define | KMS_DISPLAY_DEFAULT_WIDTH 1920 |
| #define | KMS_DISPLAY_DEFAULT_HEIGHT 1080 |
| #define | KMS_DISPLAY_DEFAULT_PIX_FMT DRM_FORMAT_NV12 |
| #define | KMS_DISPLAY_DEFAULT_BUFQ_DEPTH 4 |
| #define | KMS_DISPLAY_MAX_BUFQ_DEPTH 8 |
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... | |
| #define KMS_DISPLAY_DEFAULT_WIDTH 1920 |
| #define KMS_DISPLAY_DEFAULT_HEIGHT 1080 |
| #define KMS_DISPLAY_DEFAULT_PIX_FMT DRM_FORMAT_NV12 |
| #define KMS_DISPLAY_DEFAULT_BUFQ_DEPTH 4 |
| #define KMS_DISPLAY_MAX_BUFQ_DEPTH 8 |