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

1 2 3 4

  /external/tensorflow/tensorflow/core/kernels/
stateless_random_ops.cc 76 const auto mix = random::PhiloxRandom(counter, key)(); variable
77 key[0] = mix[0];
78 key[1] = mix[1];
80 counter[2] = mix[2];
81 counter[3] = mix[3];
  /external/adhd/cras/src/server/
buffer_share.c 12 static inline struct id_offset *find_unused(const struct buffer_share *mix)
16 for (i = 0; i < mix->id_sz; i++) {
17 if (!mix->wr_idx[i].used)
18 return &mix->wr_idx[i];
25 static inline struct id_offset *find_id(const struct buffer_share *mix,
30 for (i = 0; i < mix->id_sz; i++) {
31 if (mix->wr_idx[i].used && id == mix->wr_idx[i].id)
32 return &mix->wr_idx[i];
38 static void alloc_more_ids(struct buffer_share *mix)
53 struct buffer_share *mix; local
    [all...]
  /external/clang/test/CXX/except/except.spec/
p1.cpp 44 namespace mix { namespace
  /external/libnl/lib/
hash.c 11 hash_word(), hashlittle(), hashlittle2(), hashbig(), mix(), and final()
25 mix(a,b,c);
27 mix(a,b,c);
33 a mix of things, see the comments above hashlittle().
36 then mix those integers. This is fast (you can do a lot more thorough
59 mix -- mix 3 32-bit values reversibly.
61 This is reversible, so any information in (a,b,c) before mix() is
62 still in (a,b,c) after mix().
64 If four pairs of (a,b,c) inputs are run through mix(), or throug
101 #define mix macro
    [all...]
  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/synth/
SynthVoice.java 50 public void mix(float[] outputBuffer, int samplesPerFrame, float level) { method in class:SynthVoice
SynthEngine.java 192 voice.mix(mBuffer, SAMPLES_PER_FRAME, 0.25f);
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/synth/
SynthVoice.java 50 public void mix(float[] outputBuffer, int samplesPerFrame, float level) { method in class:SynthVoice
SynthEngine.java 192 voice.mix(mBuffer, SAMPLES_PER_FRAME, 0.25f);
  /developers/samples/android/common/src/java/com/example/android/common/midi/synth/
SynthVoice.java 50 public void mix(float[] outputBuffer, int samplesPerFrame, float level) { method in class:SynthVoice
  /development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/
SynthVoice.java 50 public void mix(float[] outputBuffer, int samplesPerFrame, float level) { method in class:SynthVoice
  /development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/
SynthVoice.java 50 public void mix(float[] outputBuffer, int samplesPerFrame, float level) { method in class:SynthVoice
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/
ConcreteSyntaxModel.java 61 * Build a mix collecting all the elements specified.
63 private static CsmElement mix(CsmElement... elements) { method in class:ConcreteSyntaxModel
211 mix(memberAnnotations(), modifiers()),
    [all...]
  /frameworks/av/services/oboeservice/
AAudioMixer.cpp 52 int32_t AAudioMixer::mix(int streamIndex, FifoBuffer *fifo, bool allowUnderflow) { function in class:AAudioMixer
84 // Mix data in one or two parts.
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat.c 17 static MIX_RESULT mix_videofmt_getcaps_default(MixVideoFormat *mix,
19 static MIX_RESULT mix_videofmt_initialize_default(MixVideoFormat *mix,
26 mix_videofmt_decode_default(MixVideoFormat *mix,
29 static MIX_RESULT mix_videofmt_flush_default(MixVideoFormat *mix);
30 static MIX_RESULT mix_videofmt_eos_default(MixVideoFormat *mix);
31 static MIX_RESULT mix_videofmt_deinitialize_default(MixVideoFormat *mix);
91 MixVideoFormat *mix = MIX_VIDEOFORMAT(obj); local
94 if(mix->objectlock) {
95 g_mutex_free(mix->objectlock);
96 mix->objectlock = NULL
    [all...]
mixvideoformatenc.c 15 static MIX_RESULT mix_videofmtenc_getcaps_default(MixVideoFormatEnc *mix,
17 static MIX_RESULT mix_videofmtenc_initialize_default(MixVideoFormatEnc *mix,
25 mix_videofmtenc_encode_default(MixVideoFormatEnc *mix, MixBuffer * bufin[],
28 static MIX_RESULT mix_videofmtenc_flush_default(MixVideoFormatEnc *mix);
29 static MIX_RESULT mix_videofmtenc_eos_default(MixVideoFormatEnc *mix);
30 static MIX_RESULT mix_videofmtenc_deinitialize_default(MixVideoFormatEnc *mix);
32 MixVideoFormatEnc *mix, guint *max_size);
111 MixVideoFormatEnc *mix = MIX_VIDEOFORMATENC(obj); local
115 if(mix->objectlock) {
116 g_mutex_free(mix->objectlock)
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioPolicyMix.cpp 45 void AudioPolicyMix::setMix(AudioMix &mix)
47 mMix = mix;
61 snprintf(buffer, SIZE, "%*sAudio Policy Mix %d:\n", spaces, "", index+1);
65 ALOGE("%s: failed to convert mix type %d", __FUNCTION__, mMix.mMixType);
68 snprintf(buffer, SIZE, "%*s- mix type: %s\n", spaces, "", mixTypeLiteral.c_str());
115 status_t AudioPolicyMixCollection::registerMix(const String8& address, AudioMix mix,
120 ALOGE("registerPolicyMixes(): mix for address %s already registered", address.string());
124 policyMix->setMix(mix);
138 ALOGE("unregisterPolicyMixes(): mix for address %s not registered", address.string());
151 ALOGE("unregisterPolicyMixes(): mix for address %s not registered", address.string())
175 AudioMix *mix = policyMix->getMix(); local
297 AudioMix *mix = valueAt(i)->getMix(); local
331 AudioMix *mix = policyMix->getMix(); local
342 AudioMix *mix = audioPolicyMix->getMix(); local
    [all...]
  /art/test/044-proxy/src/
WrappedThrow.java 29 WTMix mix = new WTMix(); local
30 InvocationHandler handler = new WTInvocationHandler(mix);
  /external/clang/test/CodeGen/
pragma-weak.c 96 void mix(void);
97 #pragma weak mix macro
98 __attribute((weak)) void mix(void) { } function
99 // CHECK-LABEL: define weak void @mix()
  /external/deqp/framework/common/
tcuVectorUtil.hpp 69 inline float mix (float x, float y, float a) { return x * (1.0f - a) + y * a; } function in namespace:tcu
79 inline double mix (double x, double y, double a) { return x * (1.0 - a) + y * a; } function in namespace:tcu
205 Vector<float, Size> mix (const Vector<float, Size>& x, const Vector<float, Size>& y, float a) function in namespace:tcu
214 Vector<double, Size> mix (const Vector<double, Size>& x, const Vector<double, Size>& y, double a) function in namespace:tcu
459 TCU_DECLARE_VECTOR_TERNARY_FUNC(mix, deFloatMix)
  /external/selinux/libsepol/src/
avtab.c 66 #define mix(input) { \ macro
76 mix(keyp->target_class);
77 mix(keyp->target_type);
78 mix(keyp->source_type);
80 #undef mix macro
  /external/swiftshader/third_party/LLVM/lib/Support/
APInt.cpp 684 #define mix(a,b,c) \ macro
723 mix(a,b,c);
755 #undef mix macro
    [all...]
  /frameworks/base/libs/hwui/
GradientCache.cpp 229 ChannelMixer mix = gMixers[mUseFloatTexture]; local
255 (this->*mix)(start, end, amount, dst);
  /frameworks/base/media/java/android/media/audiopolicy/
AudioPolicyConfig.java 61 * @param mix a non-null {@link AudioMix} to be part of the audio policy.
65 public void addMix(AudioMix mix) throws IllegalArgumentException {
66 if (mix == null) {
69 mMixes.add(mix);
89 for (AudioMix mix : mMixes) {
90 // write mix route flags
91 dest.writeInt(mix.getRouteFlags());
93 dest.writeInt(mix.mCallbackFlags);
95 dest.writeInt(mix.mDeviceSystemType);
96 dest.writeString(mix.mDeviceAddress)
    [all...]
  /hardware/qcom/msm8998/json-c/
linkhash.c 59 hashword(), hashlittle(), hashlittle2(), hashbig(), mix(), and final()
73 mix(a,b,c);
75 mix(a,b,c);
81 a mix of things, see the comments above hashlittle().
84 then mix those integers. This is fast (you can do a lot more thorough
116 mix -- mix 3 32-bit values reversibly.
118 This is reversible, so any information in (a,b,c) before mix() is
119 still in (a,b,c) after mix().
121 If four pairs of (a,b,c) inputs are run through mix(), or throug
158 #define mix macro
    [all...]
  /system/extras/ksmutils/
lookup3.c 6 hashword(), hashlittle(), hashlittle2(), hashbig(), mix(), and final()
20 mix(a,b,c);
22 mix(a,b,c);
28 a mix of things, see the comments above hashlittle().
31 then mix those integers. This is fast (you can do a lot more thorough
73 mix -- mix 3 32-bit values reversibly.
75 This is reversible, so any information in (a,b,c) before mix() is
76 still in (a,b,c) after mix().
78 If four pairs of (a,b,c) inputs are run through mix(), or throug
115 #define mix macro
    [all...]

Completed in 1838 milliseconds

1 2 3 4