Home
last modified time | relevance | path

Searched defs:mix (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dfunc_common.inl564 GLM_FUNC_QUALIFIER genTypeT mix(genTypeT x, genTypeT y, genTypeU a) function
570 GLM_FUNC_QUALIFIER vecType<T, P> mix(vecType<T, P> const & x, vecType<T, P> const & y, U a) function
576 …GLM_FUNC_QUALIFIER vecType<T, P> mix(vecType<T, P> const & x, vecType<T, P> const & y, vecType<U, … function
/hardware/interfaces/audio/common/all-versions/default/7.0/
DHidlUtils.cpp636 const struct audio_port_config_mix_ext& mix, in audioUsageFromHal()
680 struct audio_port_config_mix_ext* mix, in audioUsageFromHal()
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dsimd_quat.inl414 GLM_FUNC_QUALIFIER detail::fquatSIMD mix function
Dsimd_vec4.inl440 GLM_FUNC_QUALIFIER detail::fvec4SIMD mix function
/hardware/interfaces/audio/aidl/vts/
DModuleConfig.cpp330 auto make_pair = [isInput](auto& device, auto& mix) { in getNonRoutableSrcSinkPair()
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dquaternion.inl475 GLM_FUNC_QUALIFIER tquat<T, P> mix(tquat<T, P> const & x, tquat<T, P> const & y, T a) function
/hardware/interfaces/audio/aidl/default/
DModule.cpp1028 for (auto mix : mixPortConfigs) { in setAudioPatch() local