Searched refs:mNumPlanes (Results 1 – 15 of 15) sorted by relevance
/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() 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()
|
D | NdkImagePriv.h | 103 const int32_t mNumPlanes; member
|
D | NdkImageReaderPriv.h | 126 const int32_t mNumPlanes; member
|
D | NdkImageReader.cpp | 272 mNumPlanes(getNumPlanesForFormat(format)), in AImageReader() 489 readerWidth, readerHeight, mNumPlanes); in acquireImageLocked() 492 bufferWidth, bufferHeight, mNumPlanes); in acquireImageLocked()
|
/frameworks/base/media/java/android/media/ |
D | ImageReader.java | 304 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/ |
D | VideoAPI.h | 42 uint32_t mNumPlanes; // number of planes member 82 uint32_t mNumPlanes; // number of planes member
|
/frameworks/av/media/codec2/sfplugin/utils/ |
D | Codec2BufferUtils.cpp | 332 && img->mNumPlanes == 3 in IsYUV420() 444 .mNumPlanes = 3, in CreateYUV420PlanarMediaImage2() 479 .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 | 96 if (img->mNumPlanes > 0 && img->mType != img->MEDIA_IMAGE_TYPE_UNKNOWN) { in handleImageData() 100 if (img->mNumPlanes > 1 && stride > 0) { in handleImageData()
|
D | Codec2Buffer.cpp | 511 mediaImage->mNumPlanes = layout.numPlanes; in GraphicView2MediaImageConverter()
|
D | CCodec.cpp | 1404 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/ |
D | HeicCompositeStream.cpp | 1500 imageInfo->mNumPlanes != 3) { in copyOneYuvTile() 1504 imageInfo->mBitDepthAllocated, imageInfo->mNumPlanes); in copyOneYuvTile()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 29179 Landroid/media/ImageReader;->mNumPlanes:I
|