Home | History | Annotate | Download | only in camera2proxy

Lines Matching defs:mImage

88     private final android.media.Image mImage;
100 mImage = image;
105 mFormat = mImage.getFormat();
106 mWidth = mImage.getWidth();
107 mHeight = mImage.getHeight();
108 mTimestamp = mImage.getTimestamp();
111 planes = mImage.getPlanes();
130 mCropRect = mImage.getCropRect();
147 mImage.setCropRect(cropRect);
200 mImage.close();