Lines Matching refs:getHeight
191 mCameraInfoCache.getYuvStream1Size().getHeight(), in InitializeAllTheThings()
199 mCameraInfoCache.getYuvStream1Size().getHeight(), in InitializeAllTheThings()
208 mCameraInfoCache.getYuvStream2Size().getHeight(), in InitializeAllTheThings()
242 mCameraInfoCache.getRawStreamSize().getHeight(), in InitializeAllTheThings()
389 " x " + mCameraInfoCache.getPreviewSize().getHeight()); in startCaptureSession()
393 " x " + mCameraInfoCache.getYuvStream1Size().getHeight()); in startCaptureSession()
398 " x " + mCameraInfoCache.getYuvStream2Size().getHeight()); in startCaptureSession()
409 " x " + mCameraInfoCache.getRawStreamSize().getHeight()); in startCaptureSession()
415 " x " + mCameraInfoCache.getJpegStreamSize().getHeight()); in startCaptureSession()
421 mCameraInfoCache.getYuvStream1Size().getHeight(), ImageFormat.YUV_420_888); in startCaptureSession()
598 …e, Frame #=" + mYuv1ImageCounter + " w=" + img.getWidth() + " h=" + img.getHeight() + " time=" + i…
618 … img.getWidth(), img.getHeight(), img.getTimestamp(), buffer.capacity(), 0.000001 * dt, mLastIso));
627 mMyCameraCallback.jpegAvailable(jpegBuf, img.getWidth(), img.getHeight());
647 …e, Frame #=" + mYuv2ImageCounter + " w=" + img.getWidth() + " h=" + img.getHeight() + " time=" + i…
667 + " h=" + img.getHeight()