Searched refs:rate (Results 1 – 7 of 7) sorted by relevance
1502 f32 rate; in PrintStats() local1535 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 …]
635 (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; \
118 void AISetDSPSampleRate (u32 rate);
887 f32 rate; // 0.1 - 2.f (Hz) member950 f32 rate; // 0.1f - 2.f (Hz) member
1030 s32 rate,
397 void DEMOWinSetRepeat (u32 threshold, u32 rate);
1893 void DEMOWinSetRepeat(u32 threshold, u32 rate) in DEMOWinSetRepeat() argument1896 __DEMOWIN_PAD_repeat_rate = rate; in DEMOWinSetRepeat()