Home
last modified time | relevance | path

Searched refs:mNumPlanes (Results 1 – 15 of 15) sorted by relevance

/frameworks/av/media/libstagefright/omx/
DOMXUtils.cpp88 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/
DNdkImage.cpp37 mTimestamp(timestamp), mWidth(width), mHeight(height), mNumPlanes(numPlanes) { in AImage()
142 *numPlanes = mNumPlanes; in getNumPlanes()
231 if (planeIdx < 0 || planeIdx >= mNumPlanes) { in getPlanePixelStride()
233 planeIdx, mNumPlanes - 1); in getPlanePixelStride()
291 if (planeIdx < 0 || planeIdx >= mNumPlanes) { in getPlaneRowStride()
293 planeIdx, mNumPlanes - 1); in getPlaneRowStride()
408 if (planeIdx < 0 || planeIdx >= mNumPlanes) { in getPlaneData()
410 planeIdx, mNumPlanes - 1); in getPlaneData()
DNdkImagePriv.h103 const int32_t mNumPlanes; member
DNdkImageReaderPriv.h126 const int32_t mNumPlanes; member
DNdkImageReader.cpp272 mNumPlanes(getNumPlanesForFormat(format)), in AImageReader()
489 readerWidth, readerHeight, mNumPlanes); in acquireImageLocked()
492 bufferWidth, bufferHeight, mNumPlanes); in acquireImageLocked()
/frameworks/base/media/java/android/media/
DImageReader.java304 mNumPlanes = ImageUtils.getNumPlanesForFormat(mFormat); in ImageReader()
848 private final int mNumPlanes; field in ImageReader
978 return ImageReader.this.mNumPlanes; in getPlaneCount()
1004 mPlanes = nativeCreatePlanes(ImageReader.this.mNumPlanes, ImageReader.this.mFormat, in getPlanes()
/frameworks/native/headers/media_plugin/media/hardware/
DVideoAPI.h42 uint32_t mNumPlanes; // number of planes member
82 uint32_t mNumPlanes; // number of planes member
/frameworks/av/media/codec2/sfplugin/utils/
DCodec2BufferUtils.cpp332 && img->mNumPlanes == 3 in IsYUV420()
444 .mNumPlanes = 3, in CreateYUV420PlanarMediaImage2()
479 .mNumPlanes = 3, in CreateYUV420SemiPlanarMediaImage2()
/frameworks/av/media/codec2/sfplugin/tests/
DCCodecBuffers_test.cpp251 ASSERT_EQ(3u, img->mNumPlanes); in TEST()
391 ASSERT_EQ(3u, img->mNumPlanes); in TEST()
DMediaCodec_sanity_test.cpp350 EXPECT_EQ(img->mNumPlanes, 3u); in TEST_P()
/frameworks/av/media/codec2/sfplugin/
DCCodecBuffers.cpp96 if (img->mNumPlanes > 0 && img->mType != img->MEDIA_IMAGE_TYPE_UNKNOWN) { in handleImageData()
100 if (img->mNumPlanes > 1 && stride > 0) { in handleImageData()
DCodec2Buffer.cpp511 mediaImage->mNumPlanes = layout.numPlanes; in GraphicView2MediaImageConverter()
DCCodec.cpp1404 if (img && img->mNumPlanes > 0 && img->mType != img->MEDIA_IMAGE_TYPE_UNKNOWN) { in configure()
1407 if (img->mNumPlanes > 1 && stride > 0) { in configure()
/frameworks/av/services/camera/libcameraservice/api2/
DHeicCompositeStream.cpp1500 imageInfo->mNumPlanes != 3) { in copyOneYuvTile()
1504 imageInfo->mBitDepthAllocated, imageInfo->mNumPlanes); in copyOneYuvTile()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt29179 Landroid/media/ImageReader;->mNumPlanes:I