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

  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
CameraControlPane.java 141 private String mCurrentCameraId;
239 if (mCurrentCameraId != null) {
240 return mCameraOps.getCameraInfo(mCurrentCameraId);
255 mCurrentCameraId, template);
273 TLog.e("Unable to capture for camera %s.", e, mCurrentCameraId);
285 TLog.e("Unable to set repeating request for camera %s.", e, mCurrentCameraId);
379 boolean success = mCameraOps.openCamera(mCurrentCameraId, mCameraListener);
391 mInfoDisplayer.showCameraInfo(mCurrentCameraId);
402 TLog.e("Unable to stop repeating request for camera %s.", e, mCurrentCameraId);
415 TLog.e("Unable to flush camera %s.", e, mCurrentCameraId);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/orientation/
CameraOrientationActivity.java 72 private int mCurrentCameraId = -1;
130 mCurrentCameraId = settings.mCameraId;
134 + " " + (mCurrentCameraId+1) + " of " + mNumCameras);
156 setUpCamera(mCurrentCameraId);
162 setUpCamera(mCurrentCameraId);
180 mCurrentCameraId = id;
273 android.hardware.Camera.getCameraInfo(mCurrentCameraId, info);
493 android.hardware.Camera.getCameraInfo(mCurrentCameraId, info);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
CameraVideoActivity.java 79 private int mCurrentCameraId = -1;
156 mMediaRecorder.setProfile(CamcorderProfile.get(mCurrentCameraId, mCurrentVideoSizeId));
328 if (mCurrentCameraId != pos) {
405 String combination = "Camera " + mCurrentCameraId + ", " +
536 Size recordSize = findRecordSize(mCurrentCameraId);
573 mCurrentCameraId = id;
  /frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/
CameraPreviewActivity.java 73 private int mCurrentCameraId = -1;
164 if (mCurrentCameraId != pos) {
195 mCurrentCameraId = id;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
CameraFormatsActivity.java 77 private int mCurrentCameraId = -1;
262 if (mCurrentCameraId != pos) {
311 mCurrentCameraId = id;
567 String combination = "Camera " + mCurrentCameraId + ", "
  /frameworks/av/include/media/
MediaProfiles.h 499 int mCurrentCameraId;
  /frameworks/av/media/libmedia/
MediaProfiles.cpp 460 profiles->mCurrentCameraId = getCameraId(atts);
461 profiles->addStartTimeOffset(profiles->mCurrentCameraId, atts);
464 createCamcorderProfile(profiles->mCurrentCameraId, atts, profiles->mCameraIds));
466 profiles->addImageEncodingQualityLevel(profiles->mCurrentCameraId, atts);
    [all...]

Completed in 331 milliseconds