Home
last modified time | relevance | path

Searched defs:TemporalUnit (Results 1 – 1 of 1) sorted by relevance

/external/libgav1/libgav1/src/
Ddecoder_impl.h74 struct TemporalUnit : public Allocable { struct
79 TemporalUnit(const uint8_t* data, size_t size, int64_t user_private_data, in TemporalUnit() argument
93 const uint8_t* data;
94 size_t size;
95 int64_t user_private_data;
96 void* buffer_private_data;
99 bool decoded;
100 StatusCode status;
101 bool has_displayable_frame;
102 int output_frame_position;
[all …]