HomeSort by relevance Sort by last modified time
    Searched defs:AudioFormat (Results 1 - 25 of 34) sorted by null

1 2

  /external/webrtc/webrtc/common_audio/
wav_header.cc 38 uint16_t AudioFormat;
166 WriteLE16(&header.fmt.AudioFormat, format);
210 *format = static_cast<WavFormat>(ReadLE16(header.fmt.AudioFormat));
  /frameworks/base/media/java/android/media/
AudioDeviceInfo.java 260 * @return An array of channel position masks (e.g. {@link AudioFormat#CHANNEL_IN_STEREO},
261 * {@link AudioFormat#CHANNEL_OUT_7POINT1}) for which this audio device can be configured.
263 * @see AudioFormat
274 * @see AudioFormat
294 AudioFormat.channelCountFromOutChannelMask(mask)
295 : AudioFormat.channelCountFromInChannelMask(mask));
312 * @return An array of audio encodings (e.g. {@link AudioFormat#ENCODING_PCM_16BIT},
313 * {@link AudioFormat#ENCODING_PCM_FLOAT}) supported by the audio device.
315 * than 16 bits of integer precision. As there is no AudioFormat constant
320 * @see AudioFormat
    [all...]
AudioFormat.java 31 * The {@link AudioFormat} class is used to access a number of audio format and
35 * parameter is one of the <code>AudioFormat.ENCODING_*</code> constants.
36 * The <code>AudioFormat</code> constants are also used in {@link MediaFormat} to specify
38 * <p>The {@link AudioFormat.Builder} class can be used to create instances of
39 * the <code>AudioFormat</code> format class.
41 * {@link AudioFormat.Builder} for documentation on the mechanics of the configuration and building
42 * of such instances. Here we describe the main concepts that the <code>AudioFormat</code> class
49 * <p>Closely associated with the <code>AudioFormat</code> is the notion of an
54 * <p>Expressed in Hz, the sample rate in an <code>AudioFormat</code> instance expresses the number
216 public final class AudioFormat implements Parcelable
    [all...]
  /frameworks/base/media/java/android/media/audiofx/
Virtualizer.java 21 import android.media.AudioFormat;
186 if (inputChannelMask == AudioFormat.CHANNEL_INVALID) {
190 int channelMask = inputChannelMask == AudioFormat.CHANNEL_OUT_DEFAULT ?
191 AudioFormat.CHANNEL_OUT_STEREO : inputChannelMask;
192 int nbChannels = AudioFormat.channelCountFromOutChannelMask(channelMask);
205 paramsConverter.putInt(AudioFormat.convertChannelOutMaskToNativeMask(channelMask));
225 angles[3 * i] = AudioFormat.convertNativeChannelMaskToOutMask(
367 * mask such as {@link AudioFormat#CHANNEL_OUT_STEREO}
369 * {@link AudioFormat#CHANNEL_OUT_5POINT1}, but will downmix the content to stereo first, and
397 * identification (e.g. {@link AudioFormat#CHANNEL_OUT_FRONT_LEFT}),</li
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AudioTrackTest.java 23 import android.media.AudioFormat;
112 + ", audioFormat="
116 AudioFormat.ENCODING_PCM_16BIT) + ", mode=" + _inTest_mode);
137 AudioTrack.MODE_STREAM, AudioFormat.CHANNEL_CONFIGURATION_MONO,
138 AudioFormat.ENCODING_PCM_16BIT, AudioTrack.STATE_INITIALIZED);
148 AudioTrack.MODE_STREAM, AudioFormat.CHANNEL_CONFIGURATION_STEREO,
149 AudioFormat.ENCODING_PCM_16BIT, AudioTrack.STATE_INITIALIZED);
159 AudioTrack.MODE_STATIC, AudioFormat.CHANNEL_CONFIGURATION_MONO,
160 AudioFormat.ENCODING_PCM_16BIT, AudioTrack.STATE_NO_STATIC_DATA);
170 AudioTrack.MODE_STATIC, AudioFormat.CHANNEL_CONFIGURATION_STEREO
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
strmif.h     [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 

Completed in 128 milliseconds

1 2