Searched refs:latency (Results 51 - 53 of 53) sorted by last modified time

123

/haiku/headers/os/media/
H A DMediaEventLooper.h15 is time to handle an event. Report your event latency, push other events
88 void SetEventLatency(bigtime_t latency);
/haiku/headers/os/midi2/
H A DMidiConsumer.h46 void SetLatency(bigtime_t latency);
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_general.c173 * (CAS latency is dependant on MGA setup on some (DRAM) boards) */
177 uint8 latency = 0; local
194 LOG(4,("INIT: RAM access errors; tuning CAS latency if prudent...\n"));
205 for (latency = 4; latency >= 2; latency-- )
208 ACCW(MCTLWTST, ((si->ps.mctlwtst_reg & 0xfffffffc) | (latency - 2)));
237 LOG(4,("INIT: RAM access OK. CAS latency set to %d cycles.\n", latency));
239 LOG(4,("INIT: RAM access not fixable. CAS latency se
[all...]

Completed in 46 milliseconds

123