Searched refs:Hz (Results 1 – 25 of 339) sorted by relevance
12345678910>>...14
69 unsigned long long Hz; in HzToHuman() local71 Hz = hz; in HzToHuman()74 sprintf(buffer,_("%9lli"), Hz); in HzToHuman()76 if (Hz>1000) in HzToHuman()77 sprintf(buffer, _("%6lli Mhz"), (Hz+500)/1000); in HzToHuman()79 if (Hz>1500000) in HzToHuman()80 sprintf(buffer, _("%6.2f Ghz"), (Hz+5000.0)/1000000); in HzToHuman()
49 [2018/03/29 12:19:31:3938] USER: Foreign 1Hz timer50 [2018/03/29 12:19:32:4011] USER: Foreign 1Hz timer51 [2018/03/29 12:19:33:4024] USER: Foreign 1Hz timer
11609 <<< ㎓ / Hz11887 <<< ㎑ / Hz12092 <<< ㎒ / Hz12640 <<< ㎔ / Hz
11616 <<< ㎓ / Hz11894 <<< ㎑ / Hz12099 <<< ㎒ / Hz12647 <<< ㎔ / Hz
25 Here is an example of creating a stereo resampler that will convert from 44100 to 48000 Hz.41 For example, suppose you are converting from 44100 Hz to 48000 Hz and using an input buffer with 96…
32 Usage: opus_demo [-e] <application> <sampling rate (Hz)> <channels (1/2)>34 opus_demo -d <sampling rate (Hz)> <channels (1/2)> [options]
5 sample_rate: 8000 Hz
7 `sample_rate` is the audio sample rate is Hz.