|
H.264 Codec for ESP32-S3
|

Functions | |
| void | esp_h264_cache_check_and_writeback (uint8_t *addr, uint32_t length) |
| Check the address is in cache or not. If it is in cache, it will be wrote back. | |
| void | esp_h264_cache_check_and_invalidate (uint8_t *addr, uint32_t length) |
| Check the address is in cache or not. If it is in cache, it will be invalided. | |
| void esp_h264_cache_check_and_invalidate | ( | uint8_t * | addr, |
| uint32_t | length | ||
| ) |
Check the address is in cache or not. If it is in cache, it will be invalided.
| [in] | addr | The check address |
| [in] | length | The length of addr |
| void esp_h264_cache_check_and_writeback | ( | uint8_t * | addr, |
| uint32_t | length | ||
| ) |
Check the address is in cache or not. If it is in cache, it will be wrote back.
| [in] | addr | The check address |
| [in] | length | The length of addr |