Searched refs:realtime (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/oss/
H A Dseq_oss_timer.h33 int realtime; member in struct:seq_oss_timer
62 * is realtime event?
67 return timer->realtime;
H A Dseq_oss_timer.c56 rec->realtime = 0;
94 rec->realtime = 0;
98 rec->realtime = 1;
100 rec->realtime = 0;
116 rec->realtime = 0;
H A Dseq_oss_rw.c182 if (dp->timer->realtime || !dp->timer->running) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_hfsc.c1601 int realtime = 0; local
1614 realtime = 1;
1635 if (realtime)
1642 if (realtime)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dseq.h296 void snd_seq_port_info_set_timestamp_real(snd_seq_port_info_t *info, int realtime);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dmanage.c86 msg (M_CLIENT, "log [on|off] [N|all] : Turn on/off realtime log display");
538 bool *realtime,
546 *realtime = true;
551 *realtime = false;
534 man_history(struct management *man, const char *parm, const char *type, struct log_history *log, bool *realtime, const unsigned int lep_flags) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dsndbase.tex95 careful with realtime problems. Each time you call Read you must call Write.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffplay.c87 /* external clock speed adjustment constants for realtime sources based on buffer fullness */
185 int realtime; member in struct:VideoState
1365 if (!is->paused && get_master_sync_type(is) == AV_SYNC_EXTERNAL_CLOCK && is->realtime)
2852 is->realtime = is_realtime(ic);
2910 if (infinite_buffer < 0 && is->realtime)
3580 { "infbuf", OPT_BOOL | OPT_EXPERT, { &infinite_buffer }, "don't limit the input buffer size (useful with realtime streams)", "" },

Completed in 101 milliseconds