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.java142 private List<CamcorderProfile> mCamcorderProfiles; field in TestingCamera
754 int width = mCamcorderProfiles.get(pos).videoFrameWidth;
755 int height = mCamcorderProfiles.get(pos).videoFrameHeight;
1312 mCamcorderProfiles = new ArrayList<CamcorderProfile>(); in updateCamcorderProfile()
1317 mCamcorderProfiles.add(CamcorderProfile.get(cameraId, PROFILES[i])); in updateCamcorderProfile()
1611 mRecorder.setProfile(mCamcorderProfiles.get(mCamcorderProfile)); in startRecording()