Home
last modified time | relevance | path

Searched refs:mPixelFormatInfo (Results 1 – 6 of 6) 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()
743 mPixelFormatInfo->value != HAL_PIXEL_FORMAT_YCBCR_420_888) { in outputBuffer()
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.h58 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormatInfo; member
DC2SoftGav1Dec.cpp502 mPixelFormatInfo = mIntf->getPixelFormat_l(); in initDecoder()
850 if (buffer->bitdepth >= 10 && mPixelFormatInfo->value != HAL_PIXEL_FORMAT_YCBCR_420_888) { in outputBuffer()
/frameworks/av/media/codec2/components/dav1d/
DC2SoftDav1dDec.h64 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormatInfo; member
DC2SoftDav1dDec.cpp537 mPixelFormatInfo = mIntf->getPixelFormat_l(); in initDecoder()
974 if (bitdepth == 10 && mPixelFormatInfo->value != HAL_PIXEL_FORMAT_YCBCR_420_888) { in outputBuffer()