Skip to content

Class ILLIXR::decode::decoded_frame_cache

ClassList > ILLIXR > decode > decoded_frame_cache

  • #include <decoder_cache.hpp>

Classes

Type Name
struct Entry

Public Static Attributes

Type Name
constexpr size_t CAPACITY = 256

Public Functions

Type Name
std::optional< Entry > latest () const
void store (int32_t frame_number, int32_t w, int32_t h, const uint8_t * rgb_data)

Public Static Attributes Documentation

variable CAPACITY

constexpr size_t ILLIXR::decode::decoded_frame_cache::CAPACITY;

Public Functions Documentation

function latest

inline std::optional< Entry > ILLIXR::decode::decoded_frame_cache::latest () const

function store

inline void ILLIXR::decode::decoded_frame_cache::store (
    int32_t frame_number,
    int32_t w,
    int32_t h,
    const  uint8_t * rgb_data
) 


The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR/illixr_release/ILLIXR/plugins/semantic_python/decoder_cache.hpp