HomeSort by relevance Sort by last modified time
    Searched refs:mNumPlanes (Results 1 - 3 of 3) sorted by null

  /frameworks/base/media/java/android/media/
ImageReader.java 125 mNumPlanes = getNumPlanesFromFormat();
520 private final int mNumPlanes;
643 mPlanes = new SurfacePlane[ImageReader.this.mNumPlanes];
644 for (int i = 0; i < ImageReader.this.mNumPlanes; i++) {
  /frameworks/native/include/media/hardware/
HardwareAPI.h 176 size_t mNumPlanes; // number of planes
202 // mNumPlanes to 0, and mType to MEDIA_IMAGE_TYPE_UNKNOWN.
  /frameworks/av/media/libstagefright/
ACodec.cpp     [all...]

Completed in 88 milliseconds