Home
last modified time | relevance | path

Searched defs:maxval (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DAudioResamplerFirGen.h150 static inline int64_t toint(double x, int64_t maxval, double& err) { in toint()
157 static inline int64_t toint(double x, int64_t maxval) { in toint()
/frameworks/av/tools/resampler_tools/
Dfir.cpp32 static inline int64_t toint(double x, int64_t maxval) { in toint()