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

1 2

  /frameworks/base/core/java/android/bluetooth/
BluetoothAudioConfig.java 35 public BluetoothAudioConfig(int sampleRate, int channelConfig, int audioFormat) {
37 mChannelConfig = channelConfig;
71 int channelConfig = in.readInt();
73 return new BluetoothAudioConfig(sampleRate, channelConfig, audioFormat);
  /cts/tests/tests/media/src/android/media/cts/
NonBlockingAudioTrack.java 50 int channelConfig;
53 channelConfig = AudioFormat.CHANNEL_OUT_MONO;
56 channelConfig = AudioFormat.CHANNEL_OUT_STEREO;
59 channelConfig = AudioFormat.CHANNEL_OUT_5POINT1;
68 channelConfig,
77 channelConfig,
89 .setChannelMask(channelConfig)
AudioTrackSurroundTest.java 196 private static AudioTrack createAudioTrack(int sampleRate, int encoding, int channelConfig) {
199 sampleRate, channelConfig,
204 sampleRate, channelConfig,
326 SamplePlayerBase(int sampleRate, int encoding, int channelConfig) {
329 mChannelConfig = channelConfig;
455 SamplePlayerShorts(int sampleRate, int encoding, int channelConfig) {
456 super(sampleRate, encoding, channelConfig);
466 SamplePlayerShorts(int sampleRate, int encoding, int channelConfig, @RawRes int resourceId)
468 super(sampleRate, encoding, channelConfig);
495 SamplePlayerBytes(int sampleRate, int encoding, int channelConfig) {
    [all...]
MediaSyncTest.java 703 int channelConfig = (mediaFormat.getInteger(MediaFormat.KEY_CHANNEL_COUNT) == 1 ?
708 channelConfig,
711 final int frameSizeInBytes = Integer.bitCount(channelConfig)
719 channelConfig,
AudioRecordTest.java     [all...]
AudioTrackTest.java 105 + ", channelConfig="
    [all...]
  /external/aac/libMpegTPDec/include/
tp_data.h 328 static inline int getNumberOfTotalChannels(int channelConfig)
330 switch (channelConfig) {
333 return channelConfig;
344 int getNumberOfEffectiveChannels(const int channelConfig)
347 return n[channelConfig];
tpdec_lib.h 206 \param channelConfig MPEG-4 channel configuration.
210 const UINT channelConfig );
231 UINT channelConfig,
  /external/aac/libMpegTPEnc/include/
tp_data.h 328 static inline int getNumberOfTotalChannels(int channelConfig)
330 switch (channelConfig) {
333 return channelConfig;
344 int getNumberOfEffectiveChannels(const int channelConfig)
347 return n[channelConfig];
  /external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
WebRtcAudioManager.java 245 final int channelConfig;
247 channelConfig = AudioFormat.CHANNEL_OUT_MONO;
249 channelConfig = AudioFormat.CHANNEL_OUT_STEREO;
254 sampleRateInHz, channelConfig, AudioFormat.ENCODING_PCM_16BIT) /
  /frameworks/av/media/libstagefright/rtsp/
ARTPAssembler.h 52 unsigned channelConfig,
ARTPAssembler.cpp 75 unsigned channelConfig,
104 | (channelConfig >> 2);
106 dst[3] = ((channelConfig & 3) << 6) | (frameLength >> 11);
  /frameworks/base/media/java/android/media/
AudioTrack.java 398 * @param channelConfig describes the configuration of the audio channels.
428 public AudioTrack(int streamType, int sampleRateInHz, int channelConfig, int audioFormat,
431 this(streamType, sampleRateInHz, channelConfig, audioFormat,
454 * @param channelConfig describes the configuration of the audio channels.
486 public AudioTrack(int streamType, int sampleRateInHz, int channelConfig, int audioFormat,
494 .setChannelMask(channelConfig)
    [all...]
AudioRecord.java 261 * @param channelConfig describes the configuration of the audio channels.
275 public AudioRecord(int audioSource, int sampleRateInHz, int channelConfig, int audioFormat,
282 .setChannelMask(getChannelMaskFromLegacyConfig(channelConfig,
    [all...]
  /frameworks/base/core/java/android/speech/tts/
BlockingAudioTrack.java 211 final int channelConfig = getChannelConfig(mChannelCount);
214 = AudioTrack.getMinBufferSize(mSampleRateInHz, channelConfig, mAudioFormat);
218 .setChannelMask(channelConfig)
PlaybackSynthesisCallback.java 137 int channelConfig = BlockingAudioTrack.getChannelConfig(channelCount);
140 if (channelConfig == 0) {
  /external/aac/libMpegTPDec/src/
tpdec_asc.cpp 364 const UINT channelConfig )
372 switch (channelConfig) {
418 pPce->BackElementIsCpe[0] = (channelConfig>4) ? 1 : 0;
419 pPce->NumChannels += (channelConfig>4) ? 2 : 1;
420 pPce->NumEffectiveChannels += (channelConfig>4) ? 2 : 1;
469 * \brief get implicit audio channel type for given channelConfig and MPEG ordered channel index
470 * \param channelConfig MPEG channelConfiguration from 1 upto 14
478 UINT channelConfig,
486 switch (channelConfig) {
565 UINT channelConfig,
    [all...]
  /external/aac/libAACdec/src/
aacdecoder.cpp 401 \channelConfig Current channel configuration
410 const UINT channelConfig,
431 if ( !pce->isValid && (channelConfig > 0) ) {
433 CProgramConfig_GetDefault( pce, channelConfig );
445 if (channelConfig == 0) {
693 pStreamInfo->channelConfig = -1;
934 self->streamInfo.channelConfig = asc->m_channelConfiguration;
    [all...]
  /external/aac/libAACdec/include/
aacdecoder_lib.h     [all...]
  /frameworks/base/media/java/android/media/projection/
MediaProjection.java 147 int sampleRateInHz, int channelConfig,
  /frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/
SoundTriggerTestService.java 579 int channelConfig = AudioFormat.CHANNEL_OUT_MONO;
581 channelConfig = AudioFormat.CHANNEL_OUT_STEREO;
588 format.getSampleRate(), channelConfig, format.getEncoding(),
  /external/aac/libMpegTPEnc/src/
tpenc_lib.cpp 177 * \param channelConfig Channel Configuration derived from Channel Mode
185 const int channelConfig,
194 switch ( channelConfig ) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkStateMachine.java     [all...]
  /packages/apps/TV/libs/
exoplayer.jar 
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 

Completed in 570 milliseconds

1 2