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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
AudioUtils.java 29 public static int countIndexChannels(int chanConfig) {
30 return Integer.bitCount(chanConfig & ~0x80000000);
  /external/aac/libAACenc/src/
metadata_compressor.cpp 170 CHANNEL_MODE chanConfig; /*!< Channel configuration. */
493 drcComp->chanConfig = channelMode;
    [all...]

Completed in 561 milliseconds