Searched refs:mBitDepthAllocated (Results 1 – 8 of 8) sorted by relevance
72 const size_t bpp = divUp(img->mBitDepthAllocated, 8u); in _ImageCopy()82 || plane.allocatedDepth != img->mBitDepthAllocated in _ImageCopy()402 && img->mBitDepthAllocated == 8 in IsYUV420()516 .mBitDepthAllocated = 8, in CreateYUV420PlanarMediaImage2()551 .mBitDepthAllocated = 8, in CreateYUV420SemiPlanarMediaImage2()
101 mBitDepthAllocated = 8; in initFromV1()256 image.mBitDepthAllocated = 8; in DescribeDefaultColorFormat()
86 uint32_t mBitDepthAllocated; // bits per component (must be 8 or 16) member
154 .mBitDepthAllocated = componentBytes * 8, in CreateYUV420PlanarMediaImage2()191 .mBitDepthAllocated = componentBytes * 8, in CreateYUV420SemiPlanarMediaImage2()320 int componentBytes = (mImage.mBitDepthAllocated) / 8; in isNV21()1063 if (image->mBitDepthAllocated == 8) { in getReadFromChromaHorizSubsampled2Image8b()1102 if (image->mBitDepthAllocated == 8) { in getReadFromImage()
255 ASSERT_EQ(8u, img->mBitDepthAllocated); in TEST()395 ASSERT_EQ(16u, img->mBitDepthAllocated); in TEST()
354 EXPECT_EQ(img->mBitDepthAllocated, 8u); in TEST_P()
1539 imageInfo->mBitDepthAllocated != 8 || in copyOneYuvTile()1544 imageInfo->mBitDepthAllocated, imageInfo->mNumPlanes); in copyOneYuvTile()
599 mediaImage->mBitDepthAllocated = mAllocatedDepth; in GraphicView2MediaImageConverter()