Searched refs:mCamcorderProfile (Results 1 – 1 of 1) sorted by relevance
43 private final CamcorderProfile mCamcorderProfile; field in MmsVideoRecorder48 mCamcorderProfile = in MmsVideoRecorder()60 int audioBitRate = mCamcorderProfile.audioBitRate; in MmsVideoRecorder()61 int videoBitRate = mCamcorderProfile.videoBitRate; in MmsVideoRecorder()77 setOutputFormat(mCamcorderProfile.fileFormat); in MmsVideoRecorder()84 setAudioChannels(mCamcorderProfile.audioChannels); in MmsVideoRecorder()85 setAudioEncoder(mCamcorderProfile.audioCodec); in MmsVideoRecorder()86 setAudioSamplingRate(mCamcorderProfile.audioSampleRate); in MmsVideoRecorder()88 setVideoEncoder(mCamcorderProfile.videoCodec); in MmsVideoRecorder()89 setVideoFrameRate(mCamcorderProfile.videoFrameRate); in MmsVideoRecorder()[all …]