OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chType
(Results
1 - 4
of
4
) sorted by null
/external/aac/libMpegTPDec/src/
tpdec_asc.cpp
476
AUDIO_CHANNEL_TYPE *
chType
,
483
*
chType
= ACT_FRONT;
493
*
chType
= ACT_BACK;
497
*
chType
= ACT_LFE;
506
*
chType
= ACT_FRONT;
511
*
chType
= ACT_BACK;
515
*
chType
= ACT_LFE;
522
*
chType
= ACT_BACK;
525
*
chType
= ACT_LFE;
531
*
chType
= ACT_BACK
[
all
...]
/external/aac/libMpegTPDec/include/
tpdec_lib.h
221
* \param
chType
Array to store the audio channel type.
235
AUDIO_CHANNEL_TYPE
chType
[],
/external/webrtc/webrtc/modules/audio_device/
audio_device_impl.cc
[
all
...]
/external/webrtc/webrtc/modules/audio_device/test/
func_test_manager.cc
317
chType
(AudioDeviceModule::kChannelLeft);
318
EXPECT_EQ(0, _audioDevice->RecordingChannel(&
chType
));
319
if (
chType
== AudioDeviceModule::kChannelLeft)
[
all
...]
Completed in 97 milliseconds