OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getChannelConfig
(Results
1 - 2
of
2
) sorted by null
/external/aac/libMpegTPEnc/src/
tpenc_asc.cpp
183
int
getChannelConfig
( CHANNEL_MODE channel_mode )
381
if (
getChannelConfig
(config->channelMode) == 0) {
493
FDKwriteBits( asc,
getChannelConfig
(config->channelMode), 4 );
/frameworks/base/core/java/android/speech/tts/
BlockingAudioTrack.java
175
static int
getChannelConfig
(int channelCount) {
212
final int channelConfig =
getChannelConfig
(mChannelCount);
Completed in 76 milliseconds