HomeSort by relevance Sort by last modified time
    Searched defs:getChannelConfig (Results 1 - 2 of 2) sorted by null

  /external/aac/libMpegTPEnc/src/
tpenc_asc.cpp 187 int getChannelConfig( CHANNEL_MODE channel_mode )
385 if (getChannelConfig(config->channelMode) == 0) {
497 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 2420 milliseconds