Searched refs:Hs (Results 1 - 3 of 3) sorted by relevance
/third_party/pulseaudio/src/modules/ |
H A D | module-equalizer-sink.c | 114 float ***Hs;//thread updatable copies of the freq response filters (magnitude based) member 562 H = u->Hs[c][a_i]; in process_samples() 926 H = u->Hs[channel][a_i]; in save_profile() 964 H = u->Hs[c][a_i]; in save_state() 1006 memcpy(u->Hs[channel][a_i], profile + 1, FILTER_SIZE(u) * sizeof(float)); in load_profile() 1007 fix_filter(u->Hs[channel][a_i], u->fft_size); in load_profile() 1047 memcpy(u->Hs[c][a_i], H, FILTER_SIZE(u) * sizeof(float)); in load_state() 1168 u->Hs = pa_xnew0(float **, u->channels); in pa__init() 1172 u->Hs[c] = pa_xnew0(float *, 2); in pa__init() 1174 u->Hs[ in pa__init() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | Error.h | 518 Error handleErrors(Error E, HandlerTs &&... Hs) { in handleErrors() argument 530 handleErrorImpl(std::move(P), std::forward<HandlerTs>(Hs)...)); in handleErrors() 534 return handleErrorImpl(std::move(Payload), std::forward<HandlerTs>(Hs)...); in handleErrors()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | Error.h | 901 Error handleErrors(Error E, HandlerTs &&... Hs) { in handleErrors() argument 913 handleErrorImpl(std::move(P), std::forward<HandlerTs>(Hs)...)); in handleErrors() 917 return handleErrorImpl(std::move(Payload), std::forward<HandlerTs>(Hs)...); in handleErrors()
|
Completed in 7 milliseconds