Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/utils/
DCodec2BufferUtils.cpp69 const size_t bpp = divUp(img->mBitDepthAllocated, 8u); in _ImageCopy()
79 || plane.allocatedDepth != img->mBitDepthAllocated in _ImageCopy()
246 && img->mBitDepthAllocated == 8 in IsYUV420()
281 .mBitDepthAllocated = 8, in CreateYUV420PlanarMediaImage2()
316 .mBitDepthAllocated = 8, in CreateYUV420SemiPlanarMediaImage2()
/frameworks/av/media/libstagefright/omx/
DOMXUtils.cpp101 mBitDepthAllocated = 8; in initFromV1()
254 image.mBitDepthAllocated = 8; in DescribeDefaultColorFormat()
/frameworks/native/headers/media_plugin/media/hardware/
DVideoAPI.h86 uint32_t mBitDepthAllocated; // bits per component (must be 8 or 16) member
/frameworks/av/media/codec2/sfplugin/tests/
DMediaCodec_sanity_test.cpp354 EXPECT_EQ(img->mBitDepthAllocated, 8u); in TEST_P()
/frameworks/av/media/codec2/sfplugin/
DCodec2Buffer.cpp402 mediaImage->mBitDepthAllocated = mAllocatedDepth; in GraphicView2MediaImageConverter()
/frameworks/av/services/camera/libcameraservice/api2/
DHeicCompositeStream.cpp1410 imageInfo->mBitDepthAllocated != 8 || in copyOneYuvTile()
1415 imageInfo->mBitDepthAllocated, imageInfo->mNumPlanes); in copyOneYuvTile()