Searched refs:sample (Results 501 - 525 of 692) sorted by relevance

<<2122232425262728

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dartprov.tex43 constants in the \helpref{artprov}{sampleartprovider} sample):
118 See the \helpref{artprov}{sampleartprovider} sample for an example of wxArtProvider usage.
H A Dtcommdlg.tex94 underlining, strikeout and text foreground colour. A sample of the
106 a sample is shown upon a white background. The generic font selector
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/sample/
H A DMakefile.in18 # sample/Makefile.am for libevent
47 subdir = sample
265 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign sample/Makefile'; \
267 $(AUTOMAKE) --foreign sample/Makefile
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dadpcm.c503 /* validate coded sample count */
560 av_log(avctx, AV_LOG_WARNING, "mismatch in coded sample count\n");
808 src += 4; // skip sample count (already read)
837 src += 4; // skip sample count (already read)
894 int32_t sample = sign_extend(src[channel] >> i, 4) << shift[channel]; local
895 sample = (sample +
899 c->status[channel].sample1 = av_clip_int16(sample);
926 src += 4; // skip sample count (already read)
982 av_log(avctx, AV_LOG_WARNING, "per-channel sample coun
[all...]
H A Ddnxhdenc.c643 int const sample = (unsigned)pix[j] >> 6; local
644 sum += sample;
645 sqsum += sample * sample;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/sample/
H A DMakefile.in39 subdir = sample
211 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign sample/Makefile'; \
213 $(AUTOMAKE) --foreign sample/Makefile
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/
H A Dmaint.mk587 sample-test = tests/sample-test
590 # Do the same for the $(sample-test) and the main doc/.texi file.
598 @if test -f $(sample-test); then \
599 grep '# Copyright (C) '$$(date +%Y)' Free' $(sample-test) \
601 || { echo 'out of date copyright in $(sample-test); update it' 1>&2; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/ccids/
H A Dccid3.c305 * Use initial RTT sample when available: recommended by erratum
316 * Sender does not have RTT sample:
412 * Validate new RTT sample and update moving average
446 ccid3_pr_debug("%s(%p), RTT=%uus (sample=%uus), s=%u, "
820 const u32 sample = tfrc_rx_hist_sample_rtt(&hc->rx_hist, skb); local
826 if (sample != 0)
827 hc->rx_rtt = tfrc_ewma(hc->rx_rtt, sample, 9);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/cs46xx/
H A Ddsp_spos.c262 /* default SPDIF input sample rate
338 struct dsp_segment_desc *sample)
342 if (!sample) {
343 snd_printdd("dsp_spos: module got no sample segment\n");
347 doffset = (sample->offset * 4 + DSP_SAMPLE_BYTE_OFFSET);
348 dsize = sample->size * 4;
350 snd_printdd("dsp_spos: downloading sample data to chip (%08x-%08x)\n",
353 if (snd_cs46xx_download (chip,sample->data,doffset,dsize)) {
354 snd_printk(KERN_ERR "dsp_spos: failed to sample data to DSP\n");
385 snd_printdd("dsp_spos: clearing sample are
337 dsp_load_sample(struct snd_cs46xx *chip, struct dsp_segment_desc *sample) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dstream_decoder.c166 /* for use when the signal is <= 16 bits-per-sample, or <= 15 bits-per-sample on a side channel (which requires 1 extra bit): */
168 /* for use when the signal is <= 16 bits-per-sample, or <= 15 bits-per-sample on a side channel (which requires 1 extra bit), AND order <= 8: */
1167 FLAC_API FLAC__bool FLAC__stream_decoder_seek_absolute(FLAC__StreamDecoder *decoder, FLAC__uint64 sample) argument
1190 if(FLAC__stream_decoder_get_total_samples(decoder) > 0 && sample >= FLAC__stream_decoder_get_total_samples(decoder))
1215 if(FLAC__stream_decoder_get_total_samples(decoder) > 0 && sample >= FLAC__stream_decoder_get_total_samples(decoder)) {
1225 seek_to_absolute_sample_ogg_(decoder, length, sample) :
1227 seek_to_absolute_sample_(decoder, length, sample)
2019 * first figure the correct bits-per-sample o
2718 unsigned partition, sample, u; local
[all...]
H A Dstream_encoder.c342 unsigned subframe_bps[FLAC__MAX_CHANNELS]; /* the effective bits per sample of the input signal (stream bps - wasted bits) */
343 unsigned subframe_bps_mid_side[2]; /* the effective bits per sample of the mid-side input signal (stream bps - wasted bits + 0/1) */
437 unsigned sample; member in struct:FLAC__StreamEncoderPrivate::__anon3819::__anon3820
507 * even if the stream has a total sample count that is an integral multiple
697 /* @@@ need some data about how to set this here w.r.t. blocksize and sample rate */
887 /* sample rate can be up to 655350 Hz, and thus use 20 bits, so we do the multiply&divide by hand */
1021 encoder->private_->verify.error_stats.sample = 0;
1816 FLAC_API void FLAC__stream_encoder_get_verify_decoder_error_stats(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_sample, unsigned *frame_number, unsigned *channel, unsigned *sample, FLAC__int32 *expected, FLAC__int32 *got) argument
1827 if(0 != sample)
1828 *sample
4156 unsigned sample, wide_sample; local
4213 unsigned i, sample = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/build/bakefiles/
H A Dmake_dist.mk142 mkdir $(DISTDIR)/build/bakefiles/wxpresets/sample
144 $(CP_P) $(WXDIR)/build/bakefiles/wxpresets/sample/minimal* $(DISTDIR)/build/bakefiles/wxpresets/sample
145 $(CP_P) $(WXDIR)/build/bakefiles/wxpresets/sample/config* $(DISTDIR)/build/bakefiles/wxpresets/sample
526 $(CP_P) $(SAMPDIR)/sample.* $(DISTDIR)/samples
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Ddas1800.c115 #define FIFO_SIZE 1024 /* 1024 sample fifo */
1036 uint16_t sample)
1038 sample += 1 << (thisboard->resolution - 1);
1039 return sample;
1781 static const int sample_size = 2; /* size in bytes of one sample from board */
1035 munge_bipolar_sample(const struct comedi_device *dev, uint16_t sample) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmxfdec.c236 uint32_t sample = bytestream_get_le32(&buf_ptr); local
238 bytestream_put_le24(&data_ptr, (sample >> 4) & 0xffffff);
240 bytestream_put_le16(&data_ptr, (sample >> 12) & 0xffff);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_linear.c222 u_int32_t sample = 0; local
H A Dpcm_rate.c443 int16_t sample; local
463 *buf++ = sample;
481 int16_t sample; local
494 sample = *buf++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dlibmodplug.c157 ADD_META_MULTIPLE_ENTRIES(sample, ModPlug_SampleName);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/popup/
H A Dpopup.cpp3 // Purpose: Popup wxWidgets sample
43 #include "../sample.xpm"
322 SetIcon(wxICON(sample));
420 msg.Printf( _T("This is the About dialog of the popup sample.\n")
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/mdi/
H A Dmdi.cpp3 // Purpose: MDI sample
35 #include "../sample.xpm"
128 frame->SetIcon(wxICON(sample));
451 _T("MDI sample question"),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/
H A DMakefile.in199 test_gui$(EXEEXT) Carbon.r sample.r
421 test_gui_sample_rc.o: $(srcdir)/../samples/sample.rc $(TEST_GUI_ODEP)
H A Dmakefile.bcc467 $(OBJS)\test_gui_sample.res: .\..\samples\sample.rc
468 brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_3) $(__DEBUG_DEFINE_p_3) $(__NDEBUG_DEFINE_p_3) $(__EXCEPTIONS_DEFINE_p_3) $(__RTTI_DEFINE_p_3) $(__THREAD_DEFINE_p_3) $(__UNICODE_DEFINE_p_3) $(__MSLU_DEFINE_p_3) $(__GFXCTX_DEFINE_p_3) -i$(SETUPHDIR) -i.\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_3_p) -i. $(__DLLFLAG_p_3) -i.\..\samples -dNOPCH .\..\samples\sample.rc
H A Dmakefile.dmc244 $(OBJS)\test_gui_sample.res : .\..\samples\sample.rc $(TEST_GUI_ODEP)
245 rcc .\..\samples\sample.rc -o$@ -D_WIN32_WINNT=0x0400 -D__WXMSW__ -D__WXDEBUG__ -I$(SETUPHDIR) -I.\..\include -I. -I.\..\samples -DNOPCH -32 -v-
H A Dmakefile.dms373 $(OBJS)\test_gui_sample.res : .\..\samples\sample.rc $(TEST_GUI_ODEP)
374 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-
H A Dmakefile.vc609 $(OBJS)\test_gui_sample.res: .\..\samples\sample.rc
610 rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_20_p_1) $(__NO_VC_CRTDBG_p_3) /d __WXMSW__ $(__WXUNIV_DEFINE_p_3) $(__DEBUG_DEFINE_p_3) $(__NDEBUG_DEFINE_p_3) $(__EXCEPTIONS_DEFINE_p_3) $(__RTTI_DEFINE_p_3) $(__THREAD_DEFINE_p_3) $(__UNICODE_DEFINE_p_3) $(__MSLU_DEFINE_p_3) $(__GFXCTX_DEFINE_p_3) /i $(SETUPHDIR) /i .\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_3_p) /i . $(__DLLFLAG_p_3) /i .\..\samples /d NOPCH /d _CONSOLE .\..\samples\sample.rc
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A DWebServer.cpp1268 void CStatsData::PushSample(uint32 sample)
1272 m_data[m_start_index] = sample;
1274 if ( m_max_value < sample ) {
1275 m_max_value = sample;

Completed in 337 milliseconds

<<2122232425262728