Home
last modified time | relevance | path

Searched refs:hz (Results 1 – 6 of 6) sorted by relevance

/frameworks/wilhelm/tests/sandbox/
Dintbufq.c150 float hz = 441; in main() local
153 sine[i].left = sin((float) (i / (sr / hz)) * pi2 ) * 32000.0; in main()
157 square[i].left = (i % (unsigned) (sr / hz)) < 50 ? 32767 : -32768; in main()
161 sawtooth[i].left = ((((int) (i % (unsigned) (sr / hz))) - 50) / 100.0) * 60000.0 - 30000.0; in main()
/frameworks/native/cmds/dumpstate/
Dutils.cpp273 static long hz; // cache discovered hz in snprcent() local
275 if (hz <= 0) { in snprcent()
276 hz = sysconf(_SC_CLK_TCK); in snprcent()
277 if (hz <= 0) { in snprcent()
278 hz = 1000; in snprcent()
283 time = (time * 100 + (hz / 2)) / hz; in snprcent()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt12268 field public static final java.lang.String ANTIBANDING_50HZ = "50hz";
12269 field public static final java.lang.String ANTIBANDING_60HZ = "60hz";
/frameworks/base/api/
Dcurrent.txt13377 field public static final java.lang.String ANTIBANDING_50HZ = "50hz";
13378 field public static final java.lang.String ANTIBANDING_60HZ = "60hz";
Dtest-current.txt13390 field public static final java.lang.String ANTIBANDING_50HZ = "50hz";
13391 field public static final java.lang.String ANTIBANDING_60HZ = "60hz";
Dsystem-current.txt13816 field public static final java.lang.String ANTIBANDING_50HZ = "50hz";
13817 field public static final java.lang.String ANTIBANDING_60HZ = "60hz";