Home
last modified time | relevance | path

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

/aosp_15_r20/external/libgav1/src/gav1/
H A Ddecoder_buffer.h149 typedef struct Libgav1DecoderBuffer { struct
151 LIBGAV1_PUBLIC int NumPlanes() const { in NumPlanes()
156 Libgav1ChromaSamplePosition chroma_sample_position;
157 Libgav1ImageFormat image_format;
158 Libgav1ColorRange color_range;
159 Libgav1ColorPrimary color_primary;
160 Libgav1TransferCharacteristics transfer_characteristics;
161 Libgav1MatrixCoefficients matrix_coefficients;
163 int bitdepth; // Stored image bitdepth.
166 int displayed_width[3]; // Displayed image width.
[all …]
/aosp_15_r20/external/rust/crabbyavif/src/codecs/
Dlibgav1.rs88 let mut next_frame: *const Libgav1DecoderBuffer = std::ptr::null_mut(); in get_next_image() constant