Home
last modified time | relevance | path

Searched refs:mCamcorderProfiles (Results 1 – 1 of 1) sorted by relevance

/pdk/apps/TestingCamera/src/com/android/testingcamera/
DTestingCamera.java143 private List<CamcorderProfile> mCamcorderProfiles; field in TestingCamera
786 int width = mCamcorderProfiles.get(pos).videoFrameWidth;
787 int height = mCamcorderProfiles.get(pos).videoFrameHeight;
1346 mCamcorderProfiles = new ArrayList<CamcorderProfile>(); in updateCamcorderProfile()
1351 mCamcorderProfiles.add(CamcorderProfile.get(cameraId, PROFILES[i])); in updateCamcorderProfile()
1695 mRecorder.setProfile(mCamcorderProfiles.get(mCamcorderProfile)); in startRecording()