Home
last modified time | relevance | path

Searched refs:getHalPixelFormatForBitDepth10 (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/codec2/components/base/include/
DSimpleC2Component.h221 int getHalPixelFormatForBitDepth10(bool allowRGBA1010102);
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp752 format = getHalPixelFormatForBitDepth10(allowRGBA1010102); in outputBuffer()
/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp1196 int SimpleC2Component::getHalPixelFormatForBitDepth10(bool allowRGBA1010102) { in getHalPixelFormatForBitDepth10() function in android::SimpleC2Component
/frameworks/av/media/codec2/components/dav1d/
DC2SoftDav1dDec.cpp983 format = getHalPixelFormatForBitDepth10(allowRGBA1010102); in outputBuffer()
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp859 format = getHalPixelFormatForBitDepth10(allowRGBA1010102); in outputBuffer()