/frameworks/av/media/libstagefright/omx/ |
D | OMXUtils.cpp | 88 for (size_t ix = 0; ix < image.mNumPlanes; ++ix) { in initFromV1() 97 mNumPlanes = image.mNumPlanes; in initFromV1() 102 for (size_t ix = 0; ix < image.mNumPlanes; ++ix) { in initFromV1() 216 image.mNumPlanes = 0; in DescribeDefaultColorFormat() 254 image.mNumPlanes = 3; in DescribeDefaultColorFormat() 374 if (img.mNumPlanes != 3 in IsFlexibleColorFormat()
|
/frameworks/av/media/ndk/ |
D | NdkImage.cpp | 37 mTimestamp(timestamp), mWidth(width), mHeight(height), mNumPlanes(numPlanes) { in AImage() 144 *numPlanes = mNumPlanes; in getNumPlanes() 247 if (planeIdx < 0 || planeIdx >= mNumPlanes) { in getPlanePixelStride() 249 planeIdx, mNumPlanes - 1); in getPlanePixelStride() 314 if (planeIdx < 0 || planeIdx >= mNumPlanes) { in getPlaneRowStride() 316 planeIdx, mNumPlanes - 1); in getPlaneRowStride() 438 if (planeIdx < 0 || planeIdx >= mNumPlanes) { in getPlaneData() 440 planeIdx, mNumPlanes - 1); in getPlaneData()
|
D | NdkImagePriv.h | 104 const int32_t mNumPlanes; member
|
D | NdkImageReaderPriv.h | 127 const int32_t mNumPlanes; member
|
D | NdkImageReader.cpp | 279 mNumPlanes(getNumPlanesForFormat(format)), in AImageReader() 495 readerWidth, readerHeight, mNumPlanes); in acquireImageLocked() 498 bufferWidth, bufferHeight, mNumPlanes); in acquireImageLocked()
|
/frameworks/base/media/java/android/media/ |
D | ImageReader.java | 362 mNumPlanes = ImageUtils.getNumPlanesForFormat(mFormat); in ImageReader() 377 mNumPlanes = ImageUtils.getNumPlanesForHardwareBufferFormat(mHardwareBufferFormat); in ImageReader() 1109 private final int mNumPlanes; field in ImageReader 1254 return ImageReader.this.mNumPlanes; in getPlaneCount() 1292 mPlanes = nativeCreatePlanes(ImageReader.this.mNumPlanes, in getPlanes()
|
/frameworks/native/headers/media_plugin/media/hardware/ |
D | VideoAPI.h | 42 uint32_t mNumPlanes; // number of planes member 82 uint32_t mNumPlanes; // number of planes member
|
/frameworks/av/media/libstagefright/colorconversion/ |
D | ColorConverter.cpp | 150 .mNumPlanes = 3, in CreateYUV420PlanarMediaImage2() 187 .mNumPlanes = 3, in CreateYUV420SemiPlanarMediaImage2() 229 if (mImage.mNumPlanes != 3) { in Image() 289 if (mImage.mNumPlanes != 3) { in getYUVPlaneOffsetAndStride() 1216 || mSrcImage->getMediaImage2().mNumPlanes != 3) { in convertYUVMediaImage()
|
/frameworks/av/media/codec2/sfplugin/utils/ |
D | Codec2BufferUtils.cpp | 400 && img->mNumPlanes == 3 in IsYUV420() 512 .mNumPlanes = 3, in CreateYUV420PlanarMediaImage2() 547 .mNumPlanes = 3, in CreateYUV420SemiPlanarMediaImage2()
|
/frameworks/av/media/codec2/sfplugin/tests/ |
D | CCodecBuffers_test.cpp | 251 ASSERT_EQ(3u, img->mNumPlanes); in TEST() 391 ASSERT_EQ(3u, img->mNumPlanes); in TEST()
|
D | MediaCodec_sanity_test.cpp | 350 EXPECT_EQ(img->mNumPlanes, 3u); in TEST_P()
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodecBuffers.cpp | 107 if (img->mNumPlanes > 0 && img->mType != img->MEDIA_IMAGE_TYPE_UNKNOWN) { in handleImageData() 114 if (img->mNumPlanes > 1 && stride > 0) { in handleImageData()
|
D | Codec2Buffer.cpp | 595 mediaImage->mNumPlanes = layout.numPlanes; in GraphicView2MediaImageConverter()
|
D | CCodec.cpp | 1743 if (img && img->mNumPlanes > 0 && img->mType != img->MEDIA_IMAGE_TYPE_UNKNOWN) { in configure() 1746 if (img->mNumPlanes > 1 && stride > 0) { in configure()
|
/frameworks/av/services/camera/libcameraservice/api2/ |
D | HeicCompositeStream.cpp | 1540 imageInfo->mNumPlanes != 3) { in copyOneYuvTile() 1544 imageInfo->mBitDepthAllocated, imageInfo->mNumPlanes); in copyOneYuvTile()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 26301 Landroid/media/ImageReader;->mNumPlanes:I
|