Searched refs:mix (Results 26 - 31 of 31) sorted by relevance

12

/frameworks/rs/script_api/include/
H A Drs_math.rsh3547 * mix: Mixes two values
3552 * 40% color1 and 60% color2, use mix(color1, color2, 0.6f).
3555 mix(float start, float stop, float fraction);
3558 mix(float2 start, float2 stop, float2 fraction);
3561 mix(float3 start, float3 stop, float3 fraction);
3564 mix(float4 start, float4 stop, float4 fraction);
3568 mix(half start, half stop, half fraction);
3573 mix(half2 start, half2 stop, half2 fraction);
3578 mix(half3 start, half3 stop, half3 fraction);
3583 mix(half
[all...]
/frameworks/av/media/libaudioclient/
H A DIAudioPolicyService.cpp1396 AudioMix mix; local
1397 if (mix.readFromParcel((Parcel*)&data) == NO_ERROR) {
1398 mixes.add(mix);
/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp751 nAudioPortConfig->type == AUDIO_PORT_TYPE_DEVICE ? "device" : "mix");
758 // constructed by java code with correct class type (device, mix etc...)
875 ALOGV("convertAudioPortConfigFromNative building a mix config");
1104 ALOGV("convertAudioPortFromNative is a mix");
1106 jHandle, nAudioPort->ext.mix.handle,
1489 nPatches[i].sources[j].type == AUDIO_PORT_TYPE_DEVICE ? "device" : "mix",
1514 nPatches[i].sinks[j].type == AUDIO_PORT_TYPE_DEVICE ? "device" : "mix",
1732 AudioMix mix; local
1733 jStatus = convertAudioMixToNative(env, &mix, jAudioMix);
1739 mixes.add(mix);
[all...]
/frameworks/rs/script_api/
H A Drs_math.spec1700 function: mix
1714 40% color1 and 60% color2, use <code>mix(color1, color2, 0.6f)</code>.
1717 function: mix
1728 function: mix
1739 function: mix
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp451 patch.sources[1].ext.mix.usecase.stream = AUDIO_STREAM_PATCH;
494 patch.sources[1].ext.mix.usecase.stream = AUDIO_STREAM_PATCH;
814 ALOGW("getOutputForAttr() no policy mix found for usage AUDIO_USAGE_VIRTUAL_SOURCE");
1225 // Automatically enable the remote submix input when output is started on a re routing mix
1360 // re routing mix of type MIX_TYPE_RECORDERS
1597 // there is an external policy, but this input is attached to a mix of recorders,
1602 // recording a mix of players defined by an external policy, we're rerouting for
2045 // used by a policy mix of type MIX_TYPE_RECORDERS
2108 // used by a policy mix of type MIX_TYPE_RECORDERS
2438 // When a mix i
[all...]
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java6861 // TODO implement clearing mix attribute matching info in native audio policy
6926 for (AudioMix mix : policy.getMixes()) {
6927 if (mix.getRegistration().equals(regId)) {

Completed in 1675 milliseconds

12