Lines Matching refs:profile
1148 CamcorderProfile profile = CamcorderProfile.get(cameraId, in testLockUnlockByCamera() local
1152 setPreviewSizeByProfile(parameters, profile); in testLockUnlockByCamera()
1159 recordVideo(profile, surfaceHolder); in testLockUnlockByCamera()
1173 recordVideo(profile, surfaceHolder); // should not throw exception in testLockUnlockByCamera()
1181 private void setPreviewSizeByProfile(Parameters parameters, CamcorderProfile profile) { in setPreviewSizeByProfile() argument
1183 parameters.setPreviewSize(profile.videoFrameWidth, in setPreviewSizeByProfile()
1184 profile.videoFrameHeight); in setPreviewSizeByProfile()
1198 private void recordVideo(CamcorderProfile profile, in recordVideo() argument
1206 recorder.setProfile(profile); in recordVideo()
2571 CamcorderProfile profile = CamcorderProfile.get(cameraId,
2574 setPreviewSizeByProfile(parameters, profile);
2581 recordVideoSimple(profile, holder);
2596 private void recordVideoSimple(CamcorderProfile profile,
2604 recorder.setProfile(profile);
3036 CamcorderProfile profile = CamcorderProfile.get(cameraId,
3038 setPreviewSizeByProfile(parameters, profile);
3057 recorder.setProfile(profile);
3063 profile.videoFrameWidth, profile.videoFrameHeight);
3066 profile.videoFrameWidth, profile.videoFrameHeight);