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

  /external/qemu/distrib/sdl-1.2.15/src/audio/nds/
soundcommon.h 39 MIX = 2,
  /external/chromium_org/third_party/smhasher/src/
MurmurHash2.cpp 49 // Mix 4 bytes at a time into the hash
391 #define MIX(h,k,m) { k *= m; k ^= k >> r; k *= m; h *= m; h ^= k; }
426 // Mix
435 MIX(h,k,m);
457 MIX(h,k,m);
497 MIX(h,k,m);
  /frameworks/av/services/audioflinger/
FastMixerState.h 64 size_t mFrameCount; // number of frames per fast mix buffer
72 MIX = 0x8, // mix tracks
74 MIX_WRITE = 0x18, // mix tracks and write to output sink

Completed in 1510 milliseconds