Searched defs:Libgav1DecoderBuffer (Results 1 – 1 of 1) sorted by relevance
118 typedef struct Libgav1DecoderBuffer { struct120 LIBGAV1_PUBLIC int NumPlanes() const { in NumPlanes()125 Libgav1ChromaSamplePosition chroma_sample_position;126 Libgav1ImageFormat image_format;127 Libgav1ColorRange color_range;128 Libgav1ColorPrimary color_primary;129 Libgav1TransferCharacteristics transfer_characteristics;130 Libgav1MatrixCoefficients matrix_coefficients;136 int bitdepth; // Stored image bitdepth.161 } Libgav1DecoderBuffer; argument