Searched refs:mNumPlanes (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/ndk/
H A DNdkImagePriv.h83 const int32_t mNumPlanes; member in struct:AImage
H A DNdkImage.cpp37 mTimestamp(timestamp), mWidth(width), mHeight(height), mNumPlanes(numPlanes) {
155 *numPlanes = mNumPlanes;
244 if (planeIdx < 0 || planeIdx >= mNumPlanes) {
246 planeIdx, mNumPlanes - 1);
304 if (planeIdx < 0 || planeIdx >= mNumPlanes) {
306 planeIdx, mNumPlanes - 1);
421 if (planeIdx < 0 || planeIdx >= mNumPlanes) {
423 planeIdx, mNumPlanes - 1);
H A DNdkImageReaderPriv.h123 const int32_t mNumPlanes; member in struct:AImageReader
H A DNdkImageReader.cpp248 mNumPlanes(getNumPlanesForFormat(format)),
441 readerWidth, readerHeight, mNumPlanes);
444 bufferWidth, bufferHeight, mNumPlanes);
/frameworks/av/media/libstagefright/omx/
H A DOMXUtils.cpp86 for (size_t ix = 0; ix < image.mNumPlanes; ++ix) {
95 mNumPlanes = image.mNumPlanes;
100 for (size_t ix = 0; ix < image.mNumPlanes; ++ix) {
204 image.mNumPlanes = 0;
239 image.mNumPlanes = 3;
358 if (img.mNumPlanes != 3
/frameworks/native/include/media/hardware/
H A DVideoAPI.h42 uint32_t mNumPlanes; // number of planes member in struct:android::MediaImage
82 uint32_t mNumPlanes; // number of planes member in namespace:android
/frameworks/base/media/java/android/media/
H A DImageReader.java249 mNumPlanes = ImageUtils.getNumPlanesForFormat(mFormat);
772 private final int mNumPlanes; field in class:ImageReader
890 mPlanes = nativeCreatePlanes(ImageReader.this.mNumPlanes, ImageReader.this.mFormat);
/frameworks/av/media/libstagefright/codec2/include/
H A DC2Buffer.h871 uint32_t mNumPlanes; // number of planes variable

Completed in 5384 milliseconds