Home
last modified time | relevance | path

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

/external/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 …]
/external/webrtc/api/video/
Dframe_buffer.h80 struct TemporalUnit { struct
94 absl::optional<TemporalUnit> next_decodable_temporal_unit_; argument