Searched refs:audioChannels (Results 1 – 8 of 8) sorted by relevance
385 public int audioChannels; field in CamcorderProfile550 int audioChannels) { in CamcorderProfile() argument563 this.audioChannels = audioChannels; in CamcorderProfile()
618 setAudioChannels(profile.audioChannels); in setProfile()
132 int32_t audioChannels = -1; in statsd_recorder() local133 if (item->getInt32("android.media.mediarecorder.audio-channels", &audioChannels)) { in statsd_recorder()134 metrics_proto.set_audio_channels(audioChannels); in statsd_recorder()
197 int audioChannels = sProfiles->getCamcorderProfileParamByName("aud.ch", id, q); in android_media_MediaProfiles_native_get_camcorder_profile() local202 audioBitRate == -1 || audioSampleRate == -1 || audioChannels == -1) { in android_media_MediaProfiles_native_get_camcorder_profile()223 audioChannels); in android_media_MediaProfiles_native_get_camcorder_profile()
318 int audioChannels = highQuality? audioCap.mMaxChannels: audioCap.mMinChannels ; in recordVideoWithPara() local344 Log.v(TAG, "audioChannel : " + audioChannels); in recordVideoWithPara()356 mMediaRecorder.setAudioChannels(audioChannels); in recordVideoWithPara()
1456 int audioChannels = mEncoderProfiles->getCamcorderProfileParamByName( in setDefaultProfileIfNecessary() local1469 audioChannels == mAudioChannels) { in setDefaultProfileIfNecessary()
14318 field public int audioChannels;
23785 field public int audioChannels;