H.264 Codec for ESP32-S3
Loading...
Searching...
No Matches
Functions
esp_h264_cache.c File Reference
#include "esp_cache.h"
#include "esp_h264_cache.h"
Include dependency graph for esp_h264_cache.c:

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