Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp476 AUDIO_CHANNEL_TYPE *chType, in getImplicitAudioChannelTypeAndIndex() argument
483 *chType = ACT_FRONT; in getImplicitAudioChannelTypeAndIndex()
493 *chType = ACT_BACK; in getImplicitAudioChannelTypeAndIndex()
497 *chType = ACT_LFE; in getImplicitAudioChannelTypeAndIndex()
506 *chType = ACT_FRONT; in getImplicitAudioChannelTypeAndIndex()
511 *chType = ACT_BACK; in getImplicitAudioChannelTypeAndIndex()
515 *chType = ACT_LFE; in getImplicitAudioChannelTypeAndIndex()
522 *chType = ACT_BACK; in getImplicitAudioChannelTypeAndIndex()
525 *chType = ACT_LFE; in getImplicitAudioChannelTypeAndIndex()
531 *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()