Lines Matching defs:Libgav1DecoderBuffer
149 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.
167 int displayed_height[3]; // Displayed image height.
170 int stride[3]; // The width in bytes of one row of the |plane| buffer.
173 uint8_t* plane[3]; // The reconstructed image plane(s).
197 } Libgav1DecoderBuffer; argument