Searched refs:audioChannels (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/media/java/android/media/
H A DCamcorderProfile.java252 public int audioChannels; field in class:CamcorderProfile
417 int audioChannels) {
430 this.audioChannels = audioChannels;
406 CamcorderProfile(int duration, int quality, int fileFormat, int videoCodec, int videoBitRate, int videoFrameRate, int videoWidth, int videoHeight, int audioCodec, int audioBitRate, int audioSampleRate, int audioChannels) argument
H A DMediaRecorder.java415 setAudioChannels(profile.audioChannels);
/frameworks/base/media/jni/
H A Dandroid_media_MediaProfiles.cpp194 int audioChannels = sProfiles->getCamcorderProfileParamByName("aud.ch", id, q); local
199 audioBitRate == -1 || audioSampleRate == -1 || audioChannels == -1) {
220 audioChannels);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
H A DMediaRecorderTest.java303 int audioChannels = highQuality? audioCap.mMaxChannels: audioCap.mMinChannels ;
329 Log.v(TAG, "audioChannel : " + audioChannels);
341 mMediaRecorder.setAudioChannels(audioChannels);
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp1231 int audioChannels = mEncoderProfiles->getCamcorderProfileParamByName( local
1244 audioChannels == mAudioChannels) {

Completed in 54 milliseconds