Searched defs:channelConfig (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
H A DARTPAssembler.cpp75 unsigned channelConfig,
104 | (channelConfig >> 2);
106 dst[3] = ((channelConfig & 3) << 6) | (frameLength >> 11);
72 MakeADTSCompoundFromAACFrames( unsigned profile, unsigned samplingFreqIndex, unsigned channelConfig, const List<sp<ABuffer> > &frames) argument
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAudioConfig.java35 public BluetoothAudioConfig(int sampleRate, int channelConfig, int audioFormat) { argument
37 mChannelConfig = channelConfig;
71 int channelConfig = in.readInt();
73 return new BluetoothAudioConfig(sampleRate, channelConfig, audioFormat);
/frameworks/base/media/java/android/media/projection/
H A DMediaProjection.java145 int sampleRateInHz, int channelConfig,
144 createAudioRecord( int sampleRateInHz, int channelConfig, int audioFormat, int bufferSizeInBytes) argument
/frameworks/base/media/java/android/media/
H A DAudioRecord.java209 * @param channelConfig describes the configuration of the audio channels.
223 public AudioRecord(int audioSource, int sampleRateInHz, int channelConfig, int audioFormat, argument
230 .setChannelMask(getChannelMaskFromLegacyConfig(channelConfig,
535 * @param channelConfig describes the configuration of the audio channels.
547 static public int getMinBufferSize(int sampleRateInHz, int channelConfig, int audioFormat) { argument
549 switch (channelConfig) {
H A DAudioTrack.java293 * @param channelConfig describes the configuration of the audio channels.
313 public AudioTrack(int streamType, int sampleRateInHz, int channelConfig, int audioFormat, argument
316 this(streamType, sampleRateInHz, channelConfig, audioFormat,
337 * @param channelConfig describes the configuration of the audio channels.
355 public AudioTrack(int streamType, int sampleRateInHz, int channelConfig, int audioFormat, argument
363 .setChannelMask(channelConfig)
484 int channelConfig, int audioFormat, int mode) {
495 mChannelConfiguration = channelConfig;
497 switch (channelConfig) {
510 if (!isMultichannelConfigSupported(channelConfig)) {
483 audioParamCheck(int sampleRateInHz, int channelConfig, int audioFormat, int mode) argument
543 isMultichannelConfigSupported(int channelConfig) argument
811 getMinBufferSize(int sampleRateInHz, int channelConfig, int audioFormat) argument
1693 native_get_min_buff_size( int sampleRateInHz, int channelConfig, int audioFormat) argument
[all...]

Completed in 104 milliseconds