Home
last modified time | relevance | path

Searched refs:GetMaxBitdepth (Results 1 – 4 of 4) sorted by relevance

/external/libgav1/libgav1/src/
Ddecoder.cc77 return libgav1::Decoder::GetMaxBitdepth(); in Libgav1DecoderGetMaxBitdepth()
117 int Decoder::GetMaxBitdepth() { return DecoderImpl::GetMaxBitdepth(); } in GetMaxBitdepth() function in libgav1::Decoder
Ddecoder_impl.h143 static constexpr int GetMaxBitdepth() { in GetMaxBitdepth() function
/external/libgav1/libgav1/src/gav1/
Ddecoder.h137 static int GetMaxBitdepth();
/external/libgav1/libgav1/examples/
Dgav1_decode.cc125 printf("max bitdepth: %d\n", libgav1::Decoder::GetMaxBitdepth()); in ParseOptions()