Home
last modified time | relevance | path

Searched refs:speed_index (Results 1 - 4 of 4) sorted by relevance

/third_party/backends/backend/
H A Ddc210.c316 int speed_index; in init_dc210() local
318 for (speed_index = 0; speed_index < NELEMS (speeds); speed_index++) in init_dc210()
320 if (speeds[speed_index].baud == camera->baud) in init_dc210()
322 init_pck[2] = speeds[speed_index].pkt_code[0]; in init_dc210()
323 init_pck[3] = speeds[speed_index].pkt_code[1]; in init_dc210()
429 for (speed_index = NELEMS (speeds) - 1; speed_index > 0; speed_index in init_dc210()
[all...]
H A Ddc25.c397 int speed_index; in init_dc20() local
401 for (speed_index = 0; speed_index < NUM_OF_SPEEDS; speed_index++) in init_dc20()
403 if (speeds[speed_index].baud == speed) in init_dc20()
405 init_pck[2] = speeds[speed_index].pkt_code[0]; in init_dc20()
406 init_pck[3] = speeds[speed_index].pkt_code[1]; in init_dc20()
465 for (speed_index = NUM_OF_SPEEDS - 1; speed_index > 0; speed_index in init_dc20()
[all...]
H A Ddc240.c358 SANE_Int speed_index; in init_dc240() local
363 for (speed_index = 0; speed_index < NELEMS (speeds); speed_index++) in init_dc240()
365 if (speeds[speed_index].baud == camera->baud) in init_dc240()
367 init_pck[2] = speeds[speed_index].pkt_code[0]; in init_dc240()
368 init_pck[3] = speeds[speed_index].pkt_code[1]; in init_dc240()
/third_party/lame/frontend/
H A Dtimestatus.c58 double speed_index; /* speed relative to realtime coding [100%] */ member
87 tstime->speed_index = framesize * frameNum / (sample_freq * tstime->elapsed_time); in ts_calc_times()
91 tstime->speed_index = 0.; in ts_calc_times()
180 console_printf(proc_time->speed_index <= 1. ? in timestatus()
182 SPEED_MULT * proc_time->speed_index); in timestatus()

Completed in 6 milliseconds