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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
CameraFormatsActivity.java 72 private int mCurrentCameraId = -1;
215 if (mCurrentCameraId != pos) {
264 mCurrentCameraId = id;
482 String combination = "Camera " + mCurrentCameraId + ", "
  /frameworks/av/include/media/
MediaProfiles.h 488 int mCurrentCameraId;
  /frameworks/av/media/libmedia/
MediaProfiles.cpp 445 profiles->mCurrentCameraId = getCameraId(atts);
446 profiles->addStartTimeOffset(profiles->mCurrentCameraId, atts);
449 createCamcorderProfile(profiles->mCurrentCameraId, atts, profiles->mCameraIds));
451 profiles->addImageEncodingQualityLevel(profiles->mCurrentCameraId, atts);
    [all...]

Completed in 51 milliseconds