Lines Matching refs:profile
289 MediaProfiles::CamcorderProfile *profile = new MediaProfiles::CamcorderProfile;
290 profile->mCameraId = cameraId;
291 profile->mFileFormat = static_cast<output_format>(fileFormat);
292 profile->mQuality = static_cast<camcorder_quality>(quality);
293 profile->mDuration = atoi(atts[5]);
294 return profile;
420 CamcorderProfile *profile = new MediaProfiles::CamcorderProfile;
421 profile->mCameraId = 0;
422 profile->mFileFormat = OUTPUT_FORMAT_THREE_GPP;
423 profile->mQuality = CAMCORDER_QUALITY_HIGH;
424 profile->mDuration = 60;
425 profile->mVideoCodec = videoCodec;
426 profile->mAudioCodec = audioCodec;
427 return profile;
439 MediaProfiles::CamcorderProfile *profile = new MediaProfiles::CamcorderProfile;
440 profile->mCameraId = 0;
441 profile->mFileFormat = OUTPUT_FORMAT_THREE_GPP;
442 profile->mQuality = CAMCORDER_QUALITY_LOW;
443 profile->mDuration = 30;
444 profile->mVideoCodec = videoCodec;
445 profile->mAudioCodec = audioCodec;
446 return profile;
687 LOGE("The given camcorder profile camera %d quality %d is not found",
704 LOGE("The given camcorder profile param id %d name %s is not found", cameraId, name);