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

  /dalvik/tests/044-proxy/src/
WrappedThrow.java 29 WTMix mix = new WTMix(); local
30 InvocationHandler handler = new WTInvocationHandler(mix);
  /external/sonivox/arm-fm-22k/lib_src/
eas_fmengine.c 277 EAS_BOOL mix,
344 if (mix)
388 EAS_BOOL mix,
442 if (mix)
558 EAS_BOOL mix; local
614 /* operator 4 is in mix mode in modes 0 and 1 */
615 mix = (mode < 2);
623 mix,
635 mix,
654 /* operator 1 is in mix mode in modes 0 and 5 *
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_fmengine.c 277 EAS_BOOL mix,
344 if (mix)
388 EAS_BOOL mix,
442 if (mix)
558 EAS_BOOL mix; local
614 /* operator 4 is in mix mode in modes 0 and 1 */
615 mix = (mode < 2);
623 mix,
635 mix,
654 /* operator 1 is in mix mode in modes 0 and 5 *
    [all...]
  /frameworks/base/voip/jni/rtp/
AudioGroup.cpp 68 // nothing to mix. However, this causes some problems with certain firewalls and
98 bool mix(int32_t *output, int head, int tail, int sampleRate);
228 bool AudioStream::mix(int32_t *output, int head, int tail, int sampleRate) function in class:__anon9392::AudioStream
306 // Mix all other streams.
311 chain->mix(buffer, tick - mInterval, tick, mSampleRate)) {

Completed in 883 milliseconds