Home
last modified time | relevance | path

Searched refs:chType (Results 1 – 4 of 4) sorted by relevance

/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp491 AUDIO_CHANNEL_TYPE *chType, in getImplicitAudioChannelTypeAndIndex() argument
498 *chType = ACT_FRONT; in getImplicitAudioChannelTypeAndIndex()
508 *chType = ACT_BACK; in getImplicitAudioChannelTypeAndIndex()
512 *chType = ACT_LFE; in getImplicitAudioChannelTypeAndIndex()
521 *chType = ACT_FRONT; in getImplicitAudioChannelTypeAndIndex()
526 *chType = ACT_BACK; in getImplicitAudioChannelTypeAndIndex()
530 *chType = ACT_LFE; in getImplicitAudioChannelTypeAndIndex()
537 *chType = ACT_BACK; in getImplicitAudioChannelTypeAndIndex()
540 *chType = ACT_LFE; in getImplicitAudioChannelTypeAndIndex()
546 *chType = ACT_BACK; in getImplicitAudioChannelTypeAndIndex()
[all …]
/external/aac/libMpegTPDec/include/
Dtpdec_lib.h235 AUDIO_CHANNEL_TYPE chType[],
/external/webrtc/webrtc/modules/audio_device/
Daudio_device_impl.cc1080 ChannelType chType; in RecordingChannel() local
1082 if (_audioDeviceBuffer.RecordingChannel(chType) == -1) in RecordingChannel()
1087 *channel = chType; in RecordingChannel()
/external/webrtc/webrtc/modules/audio_device/test/
Dfunc_test_manager.cc317 chType(AudioDeviceModule::kChannelLeft); in RecordedDataIsAvailable() local
318 EXPECT_EQ(0, _audioDevice->RecordingChannel(&chType)); in RecordedDataIsAvailable()
319 if (chType == AudioDeviceModule::kChannelLeft) in RecordedDataIsAvailable()