Searched refs:fx (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/audio/voice_processing/ |
D | voice_processing.c | 320 struct effect_s *fx) in session_release_effect() argument 322 ALOGW_IF(effect_release(fx) != 0, " session_release_effect() failed for id %d", fx->id); in session_release_effect() 324 session->created_msk &= ~(1<<fx->id); in session_release_effect() 727 struct effect_s *fx = (struct effect_s *)interface; in lib_release() local 731 if (session == fx->session) { in lib_release() 732 session_release_effect(fx->session, fx); in lib_release()
|
/hardware/google/aemu/host-common/ |
D | GoldfishSyncCommandQueue.cpp | 49 void GoldfishSyncCommandQueue::setQueueCommand(queue_device_command_t fx) { in setQueueCommand() argument 51 cmdQueue->tellSyncDevice = fx; in setQueueCommand()
|
/hardware/google/aemu/host-common/include/host-common/ |
D | GoldfishSyncCommandQueue.h | 75 static void setQueueCommand(queue_device_command_t fx);
|
/hardware/google/gfxstream/host/ |
D | PostWorkerGl.cpp | 230 float fx = 2.f * (m_viewportWidth - windowWidth * dpr) / (float)m_viewportWidth; in postWithOverlay() local 234 float dx = px * fx; in postWithOverlay()
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/ |
D | noise.inl | 32 tvec4<T, P> fx(Pf.x, Pf.z, Pf.x, Pf.z); local 53 T n00 = dot(g00, tvec2<T, P>(fx.x, fy.x)); 54 T n10 = dot(g10, tvec2<T, P>(fx.y, fy.y)); 55 T n01 = dot(g01, tvec2<T, P>(fx.z, fy.z)); 56 T n11 = dot(g11, tvec2<T, P>(fx.w, fy.w)); 354 tvec4<T, P> fx(Pf.x, Pf.z, Pf.x, Pf.z); local 375 T n00 = dot(g00, tvec2<T, P>(fx.x, fy.x)); 376 T n10 = dot(g10, tvec2<T, P>(fx.y, fy.y)); 377 T n01 = dot(g01, tvec2<T, P>(fx.z, fy.z)); 378 T n11 = dot(g11, tvec2<T, P>(fx.w, fy.w));
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | primsrast.adoc | 2183 upper-left corner of latexmath:[(fx,fy)] with a width of latexmath:[fw 2192 px = & fx + (\left\lfloor {cs \over fsc} \right\rfloor \text{ \% } fw) \\ 2206 px = & fx + cs \text{ \% } fw \\
|