Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/omx/
DOMXUtils.cpp100 mBitDepth = image.mBitDepth; in initFromV1()
253 image.mBitDepth = 8; in DescribeDefaultColorFormat()
384 if (img.mBitDepth <= 8) { in IsFlexibleColorFormat()
/frameworks/native/headers/media_plugin/media/hardware/
DVideoAPI.h45 uint32_t mBitDepth; // useable bit depth member
85 uint32_t mBitDepth; // useable bit depth (always MSB) member
/frameworks/av/media/codec2/sfplugin/utils/
DCodec2BufferUtils.cpp245 && img->mBitDepth == 8 in IsYUV420()
280 .mBitDepth = 8, in CreateYUV420PlanarMediaImage2()
315 .mBitDepth = 8, in CreateYUV420SemiPlanarMediaImage2()
/frameworks/av/media/codec2/sfplugin/tests/
DMediaCodec_sanity_test.cpp353 EXPECT_EQ(img->mBitDepth, 8u); in TEST_P()
/frameworks/av/media/codec2/sfplugin/
DCodec2Buffer.cpp401 mediaImage->mBitDepth = bitDepth; in GraphicView2MediaImageConverter()
/frameworks/av/services/camera/libcameraservice/api2/
DHeicCompositeStream.cpp1409 imageInfo->mBitDepth != 8 || in copyOneYuvTile()
1414 imageInfo->mType, imageInfo->mBitDepth, in copyOneYuvTile()