Searched refs:mix (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/scriptc/
H A Drs_cl.rsh823 _RS_RUNTIME float __attribute__((overloadable)) mix(float start, float stop, float amount);
824 FN_FUNC_FN_FN_FN(mix)
825 FN_FUNC_FN_FN_F(mix)
/frameworks/support/renderscript/v8/rs_support/scriptc/
H A Drs_cl.rsh823 _RS_RUNTIME float __attribute__((overloadable)) mix(float start, float stop, float amount);
824 FN_FUNC_FN_FN_FN(mix)
825 FN_FUNC_FN_FN_F(mix)
/frameworks/compile/libbcc/lib/Renderscript/runtime/
H A Drs_cl.c724 extern float __attribute__((overloadable)) mix(float start, float stop, float amount) { function
727 extern float2 __attribute__((overloadable)) mix(float2 start, float2 stop, float2 amount) { function
730 extern float3 __attribute__((overloadable)) mix(float3 start, float3 stop, float3 amount) { function
733 extern float4 __attribute__((overloadable)) mix(float4 start, float4 stop, float4 amount) { function
736 extern float2 __attribute__((overloadable)) mix(float2 start, float2 stop, float amount) { function
739 extern float3 __attribute__((overloadable)) mix(float3 start, float3 stop, float amount) { function
742 extern float4 __attribute__((overloadable)) mix(float4 start, float4 stop, float amount) { function
/frameworks/base/voip/jni/rtp/
H A DAudioGroup.cpp72 // nothing to mix. However, this causes some problems with certain firewalls and
104 bool mix(int32_t *output, int head, int tail, int sampleRate);
234 bool AudioStream::mix(int32_t *output, int head, int tail, int sampleRate) function in class:__anon1172::AudioStream
310 data |= chain->mix(buffer, tick - mInterval, tick, mSampleRate);

Completed in 262 milliseconds