Home
last modified time | relevance | path

Searched refs:bitdepth (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp798 if (buffer->bitdepth > 10) { in outputBuffer()
799 ALOGE("bitdepth %d is not supported", buffer->bitdepth); in outputBuffer()
833 if (buffer->bitdepth == 10 && in outputBuffer()
850 if (buffer->bitdepth >= 10 && mPixelFormatInfo->value != HAL_PIXEL_FORMAT_YCBCR_420_888) { in outputBuffer()
863 (buffer->bitdepth == 10)) { in outputBuffer()
872 if (buffer->bitdepth == 12 && format == HAL_PIXEL_FORMAT_RGBA_1010102 && in outputBuffer()
879 if (buffer->bitdepth == 12 && format == HAL_PIXEL_FORMAT_YCBCR_P010) { in outputBuffer()
937 if (buffer->bitdepth == 12) { in outputBuffer()
971 } else if (buffer->bitdepth == 10) { in outputBuffer()
/frameworks/av/media/codec2/components/dav1d/
DC2SoftDav1dDec.cpp969 int bitdepth = img.p.bpc; in outputBuffer() local
974 if (bitdepth == 10 && mPixelFormatInfo->value != HAL_PIXEL_FORMAT_YCBCR_420_888) { in outputBuffer()
1051 if (bitdepth == 10) { in outputBuffer()