H.264 Codec for ESP32-S3
Loading...
Searching...
No Matches
Functions
esp_h264_cache.h File Reference
#include <stdint.h>
Include dependency graph for esp_h264_cache.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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.
 

Function Documentation

◆ 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]addrThe check address
[in]lengthThe 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]addrThe check address
[in]lengthThe length of addr