Home
last modified time | relevance | path

Searched refs:delay_step (Results 1 – 4 of 4) sorted by relevance

/external/speex/libspeexdsp/
Djitter.c148 …spx_int32_t delay_step; /**< Size of the steps when adjusting … member
230 latest = ROUND_DOWN(latest, jitter->delay_step); in compute_opt_delay()
279 jitter->delay_step = step_size; in jitter_buffer_init()
408 …if (jitter->reset_state || GE32(packet->timestamp+packet->span+jitter->delay_step, jitter->pointer… in jitter_buffer_put()
808 jitter->delay_step = *(spx_int32_t*)ptr; in jitter_buffer_ctl()
811 *(spx_int32_t*)ptr = jitter->delay_step; in jitter_buffer_ctl()
/external/u-boot/arch/x86/cpu/
Dmp_init.c78 int delay_step) in wait_for_aps() argument
84 udelay(delay_step); in wait_for_aps()
85 delayed += delay_step; in wait_for_aps()
/external/u-boot/arch/x86/cpu/broadwell/
Dcpu.c167 const int delay_step = 10; in pcode_ready() local
174 wait_count += delay_step; in pcode_ready()
175 udelay(delay_step); in pcode_ready()
/external/u-boot/drivers/ddr/altera/
Dsequencer.c2581 const u32 delay_step = iocfg->io_in_delay_max / in rw_mgr_mem_calibrate_dqs_enable_calibration() local
2593 i++, p++, d += delay_step) { in rw_mgr_mem_calibrate_dqs_enable_calibration()