Searched defs:audioChannels (Results 1 - 3 of 3) 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
/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/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp1282 int audioChannels = mEncoderProfiles->getCamcorderProfileParamByName( local
1295 audioChannels == mAudioChannels) {

Completed in 509 milliseconds