Searched refs:mCamcorderProfile (Results 1 – 1 of 1) sorted by relevance
47 private final CamcorderProfile mCamcorderProfile; field in MmsVideoRecorder52 mCamcorderProfile = in MmsVideoRecorder()64 int audioBitRate = mCamcorderProfile.audioBitRate; in MmsVideoRecorder()65 int videoBitRate = mCamcorderProfile.videoBitRate; in MmsVideoRecorder()81 setOutputFormat(mCamcorderProfile.fileFormat); in MmsVideoRecorder()88 setAudioChannels(mCamcorderProfile.audioChannels); in MmsVideoRecorder()89 setAudioEncoder(mCamcorderProfile.audioCodec); in MmsVideoRecorder()90 setAudioSamplingRate(mCamcorderProfile.audioSampleRate); in MmsVideoRecorder()92 setVideoEncoder(mCamcorderProfile.videoCodec); in MmsVideoRecorder()93 setVideoFrameRate(mCamcorderProfile.videoFrameRate); in MmsVideoRecorder()[all …]