HomeSort by relevance Sort by last modified time
    Searched full:chanmap (Results 1 - 4 of 4) sorted by null

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
EC3TrackImpl.java 91 chan_locs[bsi.substreamid] = ((bsi.chanmap >> 6) & 0x100) | ((bsi.chanmap >> 5) & 0xff);
235 entry.chanmap = brb.readBits(16);
413 public int chanmap; field in class:EC3TrackImpl.BitStreamInfo
423 ", chanmap=" + chanmap +
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
trident.h 398 unsigned int ChanMap[2]; /* allocation map for hardware channels */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
trident.h 398 unsigned int ChanMap[2]; /* allocation map for hardware channels */
  /hardware/qcom/audio/legacy/alsa_sound/
AudioStreamInALSA.cpp 64 const int chanMap[] = { 1, 2, 4, 3, 0, 5 };
720 (void) surround_filters_set_channel_map(mSurroundObj, chanMap);
    [all...]

Completed in 228 milliseconds