Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/media/codec2/components/base/include/
H A DSimpleC2Component.h242 int getHalPixelFormatForBitDepth10(bool allowRGBA1010102);
/aosp_15_r20/frameworks/av/media/codec2/components/vpx/
H A DC2SoftVpxDec.cpp752 format = getHalPixelFormatForBitDepth10(allowRGBA1010102); in outputBuffer()
/aosp_15_r20/frameworks/av/media/codec2/components/dav1d/
H A DC2SoftDav1dDec.cpp983 format = getHalPixelFormatForBitDepth10(allowRGBA1010102); in outputBuffer()
/aosp_15_r20/frameworks/av/media/codec2/components/gav1/
H A DC2SoftGav1Dec.cpp859 format = getHalPixelFormatForBitDepth10(allowRGBA1010102); in outputBuffer()
/aosp_15_r20/frameworks/av/media/codec2/components/base/
H A DSimpleC2Component.cpp1311 int SimpleC2Component::getHalPixelFormatForBitDepth10(bool allowRGBA1010102) { in getHalPixelFormatForBitDepth10() function in android::SimpleC2Component
/aosp_15_r20/frameworks/av/media/codec2/components/apv/
H A DC2SoftApvDec.cpp1098 format = getHalPixelFormatForBitDepth10(allowRGBA1010102); in outputBuffer()