Home
last modified time | relevance | path

Searched refs:rate (Results 1 – 7 of 7) sorted by relevance

/RvlSDK-3.2/build/demos/gxdemo/src/Performance/
Dperf-fill.c1502 f32 rate; in PrintStats() local
1535 rate = FLIPPER_CLOCK * (f32)(topPixIn + botPixIn) / in PrintStats()
1537 StatOSReport("%s: %8.2f\n", rate); in PrintStats()
1541 rate = FLIPPER_CLOCK * (f32)(tcReq*32) / in PrintStats()
1543 StatOSReport("%s: %8.2f\n", rate); in PrintStats()
1547 rate = (f32)(tcReq*32) / (topPixIn + botPixIn); in PrintStats()
1548 StatOSReport("%s: %8.2f\n", rate); in PrintStats()
1567 rate = (f32) Stat[i].stat / (f32) Stat[i].count; in PrintStats()
1568 StatOSReport("%s: %8.2f\n", rate); in PrintStats()
1686 rate = FLIPPER_CLOCK * (f32)(topPixIn + botPixIn) / in PrintStats()
[all …]
/RvlSDK-3.2/include/revolution/
Daxfx_presets.h635 (fx)->rate = 0.1f; \
648 (fx)->rate = 0.5f; \
661 (fx)->rate = 1.5f; \
679 (fx)->rate = 0.5f; \
692 (fx)->rate = 2.0f; \
705 (fx)->rate = 0.5f; \
718 (fx)->rate = 1.0f; \
731 (fx)->rate = 1.5f; \
744 (fx)->rate = 2.f; \
Dai.h118 void AISetDSPSampleRate (u32 rate);
Daxfx.h887 f32 rate; // 0.1 - 2.f (Hz) member
950 f32 rate; // 0.1f - 2.f (Hz) member
Dax.h1030 s32 rate,
/RvlSDK-3.2/include/demo/
DDEMOWin.h397 void DEMOWinSetRepeat (u32 threshold, u32 rate);
/RvlSDK-3.2/build/libraries/demo/src/
DDEMOWin.c1893 void DEMOWinSetRepeat(u32 threshold, u32 rate) in DEMOWinSetRepeat() argument
1896 __DEMOWIN_PAD_repeat_rate = rate; in DEMOWinSetRepeat()