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

  /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...]
  /dalvik/tests/044-proxy/src/
WrappedThrow.java 29 WTMix mix = new WTMix(); local
30 InvocationHandler handler = new WTInvocationHandler(mix);
  /frameworks/base/voip/jni/rtp/
AudioGroup.cpp 89 bool mix(int32_t *output, int head, int tail, int sampleRate);
219 bool AudioStream::mix(int32_t *output, int head, int tail, int sampleRate) function in class:__anon9547::AudioStream
292 // It is time to mix streams.
298 chain->mix(buffer, tick - mInterval, tick, mSampleRate)) {
  /external/webkit/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 213 function $mixin(mix){
218 var op = object[key], mp = mix[key];
219 mix[key] = (mp && $type(op) == 'object' && $type(mp) == 'object') ? $mixin(mp, op) : $unlink(op);
222 return mix;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java     [all...]

Completed in 518 milliseconds