Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp561 static void getImplicitAudioChannelTypeAndIndex(AUDIO_CHANNEL_TYPE *chType, in getImplicitAudioChannelTypeAndIndex() argument
566 *chType = ACT_FRONT; in getImplicitAudioChannelTypeAndIndex()
576 *chType = ACT_BACK; in getImplicitAudioChannelTypeAndIndex()
580 *chType = ACT_LFE; in getImplicitAudioChannelTypeAndIndex()
589 *chType = ACT_FRONT; in getImplicitAudioChannelTypeAndIndex()
594 *chType = ACT_BACK; in getImplicitAudioChannelTypeAndIndex()
598 *chType = ACT_LFE; in getImplicitAudioChannelTypeAndIndex()
605 *chType = ACT_BACK; in getImplicitAudioChannelTypeAndIndex()
608 *chType = ACT_LFE; in getImplicitAudioChannelTypeAndIndex()
614 *chType = ACT_BACK; in getImplicitAudioChannelTypeAndIndex()
[all …]
/external/aac/libMpegTPDec/include/
Dtpdec_lib.h243 UCHAR chMapping[], AUDIO_CHANNEL_TYPE chType[],
286 AUDIO_CHANNEL_TYPE chType[],
/external/aac/libPCMutils/src/
Dpcmdmx_lib.cpp398 static PCM_DMX_SPEAKER_POSITION getSpeakerPos(AUDIO_CHANNEL_TYPE chType, in getSpeakerPos() argument
405 AUDIO_CHANNEL_TYPE chGrp = (AUDIO_CHANNEL_TYPE)(chType & 0x0F); in getSpeakerPos()
409 unsigned fIsLfe = (chType == ACT_LFE) ? 1 : 0; in getSpeakerPos()
423 if ((chGrp > ACT_FRONT) && (chType != ACT_SIDE) && !fIsLfe) { in getSpeakerPos()
434 if (chType == ACT_SIDE) { in getSpeakerPos()
448 spkrPos.z = (SCHAR)chType >> 4; in getSpeakerPos()
/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()