Go to the source code of this file.
|
| u32 | h264bsdInit (h264bsd_hd_t hd, u32 noOutputReordering) |
| |
| u32 | h264bsdDecode (h264bsd_hd_t hd, u8 *byteStrm, u32 *len, u8 **picture, u32 *width, u32 *height) |
| |
| void | h264bsdShutdown (h264bsd_hd_t hd) |
| |
| u32 | h264bsdDecodeInternal (h264bsd_hd_t hd, u8 *byteStrm, u32 len, u32 *readBytes, u32 *width, u32 *height) |
| |
| h264bsd_hd_t | h264bsdAlloc (h264bsd_cfg_t *cfg) |
| |
| void | h264bsdFree (h264bsd_hd_t hd) |
| |
| const char * | esp_tinyh264_get_version (void) |
| |
◆ H264BSD_CFG_DEFAULT
| #define H264BSD_CFG_DEFAULT |
( |
| ) |
|
Value:{ \
.dualTaskEnable = 0, \
.dualTaskCore = 1, \
.dualTaskPriority = 17, \
}
◆ h264bsd_hd_t
◆ anonymous enum
| Enumerator |
|---|
| H264BSD_RDY | |
| H264BSD_PIC_RDY | |
| H264BSD_HDRS_RDY | |
| H264BSD_ERROR | |
| H264BSD_PARAM_SET_ERROR | |
| H264BSD_MEMALLOC_ERROR | |
◆ esp_tinyh264_get_version()
| const char * esp_tinyh264_get_version |
( |
void |
| ) |
|
◆ h264bsdAlloc()
◆ h264bsdDecode()
◆ h264bsdDecodeInternal()
◆ h264bsdFree()
◆ h264bsdInit()
◆ h264bsdShutdown()