Searched refs:sample (Results 101 - 125 of 692) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/mobile/styles/
H A Dmakefile.dmc44 $(OBJS)\styles_sample.res : .\..\..\..\samples\sample.rc
45 rcc .\..\..\..\samples\sample.rc -o$@ -D_WIN32_WINNT=0x0400 -D__WXMSW__ -D__WXDEBUG__ -I$(SETUPHDIR) -I.\..\..\..\include -I. -I.\..\..\..\samples -DNOPCH -32 -v-
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/mobile/wxedit/
H A Dmakefile.dmc40 $(OBJS)\wxedit_sample.res : .\..\..\..\samples\sample.rc
41 rcc .\..\..\..\samples\sample.rc -o$@ -D_WIN32_WINNT=0x0400 -D__WXMSW__ -D__WXDEBUG__ -I$(SETUPHDIR) -I.\..\..\..\include -I. -I.\..\..\..\samples -DNOPCH -32 -v-
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/multimon/
H A Dmakefile.dmc40 $(OBJS)\multimon_test_sample.res : .\..\..\samples\sample.rc
41 rcc .\..\..\samples\sample.rc -o$@ -D_WIN32_WINNT=0x0400 -D__WXMSW__ -D__WXDEBUG__ -I$(SETUPHDIR) -I.\..\..\include -I. -I.\..\..\samples -DNOPCH -32 -v-
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/notebook/
H A Dmakefile.dmc40 $(OBJS)\notebook_sample.res : .\..\..\samples\sample.rc
41 rcc .\..\..\samples\sample.rc -o$@ -D_WIN32_WINNT=0x0400 -D__WXMSW__ -D__WXDEBUG__ -I$(SETUPHDIR) -I.\..\..\include -I. -I.\..\..\samples -DNOPCH -32 -v-
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/emulator/src/
H A Dmakefile.dmc44 $(OBJS)\wxemulator_sample.res : .\..\..\..\samples\sample.rc
45 rcc .\..\..\..\samples\sample.rc -o$@ -D_WIN32_WINNT=0x0400 -D__WXMSW__ -D__WXDEBUG__ -I$(SETUPHDIR) -I.\..\..\..\include -I. -I.\..\..\..\samples -DNOPCH -32 -v-
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dchoicebk.tex21 use the \helpref{notebook sample}{samplenotebook} to see wxChoicebook in action.
56 \helpref{wxBookCtrl}{wxbookctrloverview}, \helpref{wxNotebook}{wxnotebook}, \helpref{notebook sample}{samplenotebook}
H A Dlistbook.tex21 use the \helpref{notebook sample}{samplenotebook} to see wxListbook in action.
51 \helpref{wxBookCtrl}{wxbookctrloverview}, \helpref{wxNotebook}{wxnotebook}, \helpref{notebook sample}{samplenotebook}
H A Dtoolbook.tex21 use the \helpref{notebook sample}{samplenotebook} to see wxToolbook in action.
47 \helpref{wxBookCtrl}{wxbookctrloverview}, \helpref{wxNotebook}{wxnotebook}, \helpref{notebook sample}{samplenotebook}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dwindfarm_pid.h12 * for CPU control with 2 input sample types (temp and power)
37 int index; /* index of current sample */
46 extern s32 wf_pid_run(struct wf_pid_state *st, s32 sample);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dbuild-id.c55 .sample = build_id__mark_dso_hit,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dttaenc.c49 av_log(avctx, AV_LOG_WARNING, "encoding as 24 bits-per-sample\n");
94 static int32_t get_sample(const AVFrame *frame, int sample, argument
100 ret = frame->data[0][sample] - 0x80;
103 ret = ptr[sample];
106 ret = ptr[sample] >> 8;
H A Ddcaenc.c528 int sample; local
531 for (sample = 0; sample < SUBBAND_SAMPLES; sample++) {
532 int32_t s = abs(c->subband[sample][band][ch]);
540 int sample; local
543 for (sample = 0; sample < DCA_LFE_SAMPLES; sample++)
544 if (m < abs(c->downsampled_lfe[sample]))
696 int sample, band, ch; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/
H A Dfskeleton.S61 | simply execute an "rte" as with the sample code below.
75 | The sample routine below simply clears the exception status bit and
94 | The sample routine below simply clears the exception status bit and
113 | The sample routine below simply clears the exception status bit and
132 | The sample routine below simply clears the exception status bit and
151 | The sample routine below simply clears the exception status bit and
170 | The sample routine below simply clears the exception status bit and
188 | The sample routine below clears the exception status bit, clears the NaN
226 | The sample code below enables the FPU, sets the PC field in the exception stack
249 | The sample cod
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Ddshow_pin.c301 libAVMemInputPin_Receive(libAVMemInputPin *this, IMediaSample *sample) argument
313 if (!sample)
322 IMediaSample_GetTime(sample, &curtime, &dummy);
326 buf_size = IMediaSample_GetActualDataLength(sample);
327 IMediaSample_GetPointer(sample, &buf);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Dwm9712.c70 * Set adc sample delay.
83 MODULE_PARM_DESC(delay, "Set adc sample delay.");
122 * ADC sample delay times in uS
192 /* polling mode sample settling delay */
199 dev_dbg(wm->dev, "setting adc sample delay to %d u Secs.",
253 * Read a sample from the WM9712 adc in polling mode.
255 static int wm9712_poll_sample(struct wm97xx *wm, int adcsel, int *sample) argument
290 dev_dbg(wm->dev, "adc sample timeout");
294 *sample = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD);
298 /* check we have correct sample */
[all...]
H A Dwm9713.c70 * Set adc sample delay.
83 MODULE_PARM_DESC(delay, "Set adc sample delay.");
122 * ADC sample delay times in uS
196 /* sample settling delay */
200 dev_info(wm->dev, "setting adc sample delay to %d u Secs.",
258 * Read a sample from the WM9713 adc in polling mode.
260 static int wm9713_poll_sample(struct wm97xx *wm, int adcsel, int *sample) argument
298 dev_dbg(wm->dev, "adc sample timeout");
302 *sample = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD);
306 /* check we have correct sample */
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/synth/emux/
H A Dsoundfont.c124 * the actual driver to write sample data to the board or whatever
331 /* probe sample in the current list -- nothing to be loaded */
337 /* search the specified sample by optarg */
377 * increment sample counter
389 * allocate a new sample list record
407 * delete sample list -- this is an exceptional job.
408 * only the last allocated sample can be deleted.
414 /* only last sample is accepted */
603 /* look up the sample */
604 zone->sample
661 struct snd_sf_sample *sample; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Ddv.c55 static inline uint16_t dv_audio_12to16(uint16_t sample) argument
59 sample = (sample < 0x800) ? sample : sample | 0xf000;
60 shift = (sample & 0xf00) >> 8;
63 result = sample;
66 result = (sample - (256 * shift)) << shift;
69 result = ((sample + ((256 * shift) + 1)) << shift) - 1;
240 "Unrecognized audio sample rat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Ddv.c51 static inline uint16_t dv_audio_12to16(uint16_t sample) argument
55 sample = (sample < 0x800) ? sample : sample | 0xf000;
56 shift = (sample & 0xf00) >> 8;
59 result = sample;
62 result = (sample - (256 * shift)) << shift;
65 result = ((sample + ((256 * shift) + 1)) << shift) - 1;
211 "Unrecognized audio sample rat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_route.c191 u_int32_t sample = 0; local
289 int32_t sample = 0; local
352 /* Get sample */
362 sum.as_sint32 += sample * ttp->as_int;
366 sum.as_sint32 += sample;
369 sum.as_sint64 += (int64_t) sample * ttp->as_int;
373 sum.as_sint64 += sample;
377 sum.as_float += sample * ttp->as_float;
381 sum.as_float += sample;
434 sample
[all...]
H A Dpcm_rate_linear.c85 int16_t sample = 0; local
115 new_sample = sample;
120 sample = (old_sample * old_weight + new_sample * new_weight) >> 16;
207 int16_t sample = 0; local
219 pos = LINEAR_DIV - get_increment; /* Force first sample to be copied */
233 new_sample = sample;
241 sample = (old_sample * old_weight + new_sample * new_weight) >> 16;
281 pos = LINEAR_DIV - get_increment; /* Force first sample to be copied */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Duwb.h706 void stats_add_sample(struct stats *stats, s8 sample) argument
721 if (sample < min) /* compute new values */
722 min = sample;
723 else if (sample > max)
724 max = sample;
725 sigma += sample;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/ipc/
H A Dmakefile.dms220 $(OBJS)\ipcclient_sample.res : .\..\..\samples\sample.rc
221 rcc .\..\..\samples\sample.rc -o$@ -D_WIN32_WINNT=0x0400 -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) $(__GFXCTX_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES) -I. $(__DLLFLAG_p) -I.\..\..\samples -DNOPCH -32 -v-
226 $(OBJS)\ipcserver_sample.res : .\..\..\samples\sample.rc
227 rcc .\..\..\samples\sample.rc -o$@ -D_WIN32_WINNT=0x0400 -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) $(__GFXCTX_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES) -I. $(__DLLFLAG_p) -I.\..\..\samples -DNOPCH -32 -v-
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/SGI/
H A Dsmb.conf6 ; This is a sample configuration for IRIX 6.x systems
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/windows/
H A DMakefile.top78 zip -Djl9 wget.zip AUTHORS COPYING INSTALL MAILING-LIST NEWS README doc/sample.wgetrc

Completed in 131 milliseconds

1234567891011>>