Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/utils/
DCodec2BufferUtils.cpp70 const size_t bpp = divUp(img->mBitDepthAllocated, 8u); in _ImageCopy()
80 || plane.allocatedDepth != img->mBitDepthAllocated in _ImageCopy()
334 && img->mBitDepthAllocated == 8 in IsYUV420()
448 .mBitDepthAllocated = 8, in CreateYUV420PlanarMediaImage2()
483 .mBitDepthAllocated = 8, in CreateYUV420SemiPlanarMediaImage2()
/frameworks/av/media/libstagefright/omx/
DOMXUtils.cpp101 mBitDepthAllocated = 8; in initFromV1()
256 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/
DCCodecBuffers_test.cpp255 ASSERT_EQ(8u, img->mBitDepthAllocated); in TEST()
395 ASSERT_EQ(16u, img->mBitDepthAllocated); in TEST()
DMediaCodec_sanity_test.cpp354 EXPECT_EQ(img->mBitDepthAllocated, 8u); in TEST_P()
/frameworks/av/services/camera/libcameraservice/api2/
DHeicCompositeStream.cpp1499 imageInfo->mBitDepthAllocated != 8 || in copyOneYuvTile()
1504 imageInfo->mBitDepthAllocated, imageInfo->mNumPlanes); in copyOneYuvTile()
/frameworks/av/media/codec2/sfplugin/
DCodec2Buffer.cpp515 mediaImage->mBitDepthAllocated = mAllocatedDepth; in GraphicView2MediaImageConverter()