Searched refs:profileId (Results 1 – 2 of 2) sorted by relevance
294 for (int profileId : mCamcorderProfileList) { in testRecordingFramerateLowToHigh()295 if (!CamcorderProfile.hasProfile(cameraId, profileId)) { in testRecordingFramerateLowToHigh()298 CamcorderProfile profile = CamcorderProfile.get(cameraId, profileId); in testRecordingFramerateLowToHigh()300 minFpsProfileId = profileId; in testRecordingFramerateLowToHigh()304 maxFpsProfileId = profileId; in testRecordingFramerateLowToHigh()598 for (int profileId : camcorderProfileList) { in basicRecordingTestByCamera()599 if (!CamcorderProfile.hasProfile(cameraId, profileId) || in basicRecordingTestByCamera()600 allowedUnsupported(cameraId, profileId)) { in basicRecordingTestByCamera()604 CamcorderProfile profile = CamcorderProfile.get(cameraId, profileId); in basicRecordingTestByCamera()613 assertTrue("Video size " + videoSz.toString() + " for profile ID " + profileId + in basicRecordingTestByCamera()[all …]
3033 for (int profileId: mCamcorderProfileList) {3034 if (!CamcorderProfile.hasProfile(cameraId, profileId)) {3040 profileId);