Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.h68 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormatInfo; member
DC2SoftVpxDec.cpp448 mPixelFormatInfo = mIntf->getPixelFormat_l(); in initDecoder()
707 mPixelFormatInfo->value != HAL_PIXEL_FORMAT_YCBCR_420_888) { in outputBuffer()
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.h56 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormatInfo; member
DC2SoftGav1Dec.cpp424 mPixelFormatInfo = mIntf->getPixelFormat_l(); in initDecoder()
650 if (buffer->bitdepth == 10 && mPixelFormatInfo->value != HAL_PIXEL_FORMAT_YCBCR_420_888) { in outputBuffer()