Searched refs:time_ms (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_subtitles.c173 double time_ms = picref->pts * av_q2d(inlink->time_base) * 1000; local
175 time_ms, &detect_change);
178 av_log(ctx, AV_LOG_DEBUG, "Change happened at time ms:%f\n", time_ms);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmddihost.h215 void mddi_wait(uint16 time_ms);
H A Dmddihost.c339 void mddi_wait(uint16 time_ms) argument
341 mdelay(time_ms);
H A Dmddihosti.c439 unsigned long time_ms = MDDI_DEFAULT_TIMER_LENGTH; local
444 mddi_host_timer.expires = jiffies + ((time_ms * HZ) / 1000);
450 mddi_log_stats_counter += (uint32) time_ms;
452 pmhctl->rtd_counter += (uint32) time_ms;
453 pmhctl->client_status_cnt += (uint32) time_ms;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/asihpi/
H A Dhpi_internal.h1149 u32 time_ms; member in struct:hpi_watchdog_msg
1153 u32 time_ms; member in struct:hpi_watchdog_res
H A Dhpifunc.c3922 hm.u.w.time_ms = time_millisec;

Completed in 93 milliseconds