Searched refs:mCamcorderProfiles (Results 1 – 1 of 1) sorted by relevance
143 private List<CamcorderProfile> mCamcorderProfiles; field in TestingCamera786 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()