Searched defs:channelConfig (Results 1 - 3 of 3) 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/media/java/android/media/
H A DAudioRecord.java203 * @param channelConfig describes the configuration of the audio channels.
217 public AudioRecord(int audioSource, int sampleRateInHz, int channelConfig, int audioFormat, argument
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) { argument
462 switch(channelConfig) {
259 audioParamCheck(int audioSource, int sampleRateInHz, int channelConfig, int audioFormat) argument
H A DAudioTrack.java248 * @param channelConfig describes the configuration of the audio channels.
264 public AudioTrack(int streamType, int sampleRateInHz, int channelConfig, int audioFormat, argument
267 this(streamType, sampleRateInHz, channelConfig, audioFormat,
288 * @param channelConfig describes the configuration of the audio channels.
305 public AudioTrack(int streamType, int sampleRateInHz, int channelConfig, int audioFormat, argument
315 audioParamCheck(streamType, sampleRateInHz, channelConfig, audioFormat, mode);
363 int channelConfig, int audioFormat, int mode) {
389 mChannelConfiguration = channelConfig;
391 switch (channelConfig) {
404 if (!isMultichannelConfigSupported(channelConfig)) {
362 audioParamCheck(int streamType, int sampleRateInHz, int channelConfig, int audioFormat, int mode) argument
446 isMultichannelConfigSupported(int channelConfig) argument
660 getMinBufferSize(int sampleRateInHz, int channelConfig, int audioFormat) argument
1249 native_get_min_buff_size( int sampleRateInHz, int channelConfig, int audioFormat) argument
[all...]

Completed in 652 milliseconds