HomeSort by relevance Sort by last modified time
    Searched refs:channelConfig (Results 1 - 11 of 11) sorted by null

  /frameworks/base/media/java/android/media/
AudioTrack.java 247 * @param channelConfig describes the configuration of the audio channels.
263 public AudioTrack(int streamType, int sampleRateInHz, int channelConfig, int audioFormat,
266 this(streamType, sampleRateInHz, channelConfig, audioFormat,
286 * @param channelConfig describes the configuration of the audio channels.
303 public AudioTrack(int streamType, int sampleRateInHz, int channelConfig, int audioFormat,
313 audioParamCheck(streamType, sampleRateInHz, channelConfig, audioFormat, mode);
352 int channelConfig, int audioFormat, int mode) {
378 mChannelConfiguration = channelConfig;
380 switch (channelConfig) {
600 * @param channelConfig describes the configuration of the audio channels.
    [all...]
AudioRecord.java 203 * @param channelConfig describes the configuration of the audio channels.
217 public AudioRecord(int audioSource, int sampleRateInHz, int channelConfig, int audioFormat,
228 audioParamCheck(audioSource, sampleRateInHz, channelConfig, audioFormat);
260 int channelConfig, int audioFormat) {
282 mChannelConfiguration = channelConfig;
284 switch (channelConfig) {
447 * @param channelConfig describes the configuration of the audio channels.
460 static public int getMinBufferSize(int sampleRateInHz, int channelConfig, int audioFormat) {
462 switch(channelConfig) {
  /frameworks/base/core/java/android/speech/tts/
PlaybackSynthesisCallback.java 135 int channelConfig = AudioPlaybackHandler.getChannelConfig(channelCount);
136 if (channelConfig == 0) {
AudioPlaybackHandler.java 559 final int channelConfig = getChannelConfig(params.mChannelCount);
564 = AudioTrack.getMinBufferSize(sampleRateInHz, channelConfig, audioFormat);
567 AudioTrack audioTrack = new AudioTrack(params.mStreamType, sampleRateInHz, channelConfig,
  /cts/tests/tests/media/src/android/media/cts/
AudioTrackTest.java 95 + ", channelConfig="
    [all...]
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/12/
android.jar 

Completed in 691 milliseconds