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

/frameworks/base/media/java/android/media/
H A DCamcorderProfile.java316 public int audioChannels; field in class:CamcorderProfile
481 int audioChannels) {
494 this.audioChannels = audioChannels;
470 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.java497 setAudioChannels(profile.audioChannels);
/frameworks/base/media/jni/
H A Dandroid_media_MediaProfiles.cpp197 int audioChannels = sProfiles->getCamcorderProfileParamByName("aud.ch", id, q); local
202 audioBitRate == -1 || audioSampleRate == -1 || audioChannels == -1) {
223 audioChannels);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
H A DMediaRecorderTest.java318 int audioChannels = highQuality? audioCap.mMaxChannels: audioCap.mMinChannels ;
344 Log.v(TAG, "audioChannel : " + audioChannels);
356 mMediaRecorder.setAudioChannels(audioChannels);
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp1405 int audioChannels = mEncoderProfiles->getCamcorderProfileParamByName( local
1418 audioChannels == mAudioChannels) {

Completed in 1383 milliseconds