#include <stdint.h>
Go to the source code of this file.
◆ esp_h264_cache_check_and_invalidate()
| 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.
- Parameters
-
| [in] | addr | The check address |
| [in] | length | The length of addr |
◆ esp_h264_cache_check_and_writeback()
| 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.
- Parameters
-
| [in] | addr | The check address |
| [in] | length | The length of addr |