Searched refs:sample (Results 51 - 75 of 692) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Ddecode.c291 /* d->replaygain.dither_context gets initialized later once we know the sample resolution */
555 /* convert from mm:ss.sss to sample number if necessary */
566 flac__utils_printf(stderr, 1, "%s: ERROR, cannot use --until when FLAC metadata has total sample count of 0\n", inbasefilename);
611 flac__utils_printf(stderr, 1, "%s: WARNING, don't have accurate sample count available for %s header.\n", decoder_session->inbasefilename, fmt_desc);
771 if(!write_little_endian_uint16(f, (FLAC__uint16)(((bps+7)/8)*8))) /* bits per sample */
917 unsigned wide_samples = frame->header.blocksize, wide_sample, sample, channel, byte; local
932 /* sanity-check the bits-per-sample */
936 flac__utils_printf(stderr, 1, "%s: ERROR, bits-per-sample is %u in frame but %u in STREAMINFO\n", decoder_session->inbasefilename, bps, decoder_session->bps);
938 flac__utils_printf(stderr, 1, "%s: ERROR, bits-per-sample is %u in this frame but %u in previous frames\n", decoder_session->inbasefilename, bps, decoder_session->bps);
966 /* sanity-check the sample rat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_strip.c61 * Compute which strip a (row,sample) value is in.
64 TIFFComputeStrip(TIFF* tif, uint32 row, tsample_t sample) argument
71 if (sample >= td->td_samplesperpixel) {
74 sample, td->td_samplesperpixel);
77 strip += sample*td->td_stripsperimage;
H A Dtif_write.c52 TIFFWriteScanline(TIFF* tif, tdata_t buf, uint32 row, tsample_t sample) argument
86 if (sample >= td->td_samplesperpixel) {
89 sample, td->td_samplesperpixel);
92 strip = sample*td->td_stripsperimage + row/td->td_rowsperstrip;
117 if (!(*tif->tif_preencode)(tif, sample))
160 tif->tif_scanlinesize, sample);
179 tsample_t sample; local
233 sample = (tsample_t)(strip / td->td_stripsperimage);
234 if (!(*tif->tif_preencode)(tif, sample))
240 if (!(*tif->tif_encodestrip)(tif, (tidata_t) data, cc, sample))
339 tsample_t sample; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/windows/
H A DMakefile.doc40 SAMPLERCTEXI = sample.wgetrc.munged_for_texi_inclusion
52 $(SAMPLERCTEXI): sample.wgetrc
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dffv1.c441 int16_t *sample[2],
466 context= get_context(p, sample[0]+x, sample[1]+x, sample[2]+x);
467 diff= sample[0][x] - predict(sample[0]+x, sample[1]+x);
528 int16_t *sample[3]; local
535 sample[i]= s->sample_buffer + (w+6)*((h+i-y)%ring_size) + 3;
537 sample[
440 encode_line(FFV1Context *s, int w, int16_t *sample[2], int plane_index, int bits) argument
558 int16_t *sample[3][3]; local
1242 decode_line(FFV1Context *s, int w, int16_t *sample[2], int plane_index, int bits) argument
1305 int16_t *sample[2]; local
1340 int16_t *sample[3][2]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvima.c166 int sample; local
168 for (sample = 0; sample < samples; sample++) {
H A Dffv1dec.c98 int16_t *sample[2],
116 sample[1][x] = v;
124 context = get_context(p, sample[1] + x, sample[0] + x, sample[1] + x);
175 sample[1][x] = (predict(sample[1] + x, sample[0] + x) + diff) &
185 int16_t *sample[2]; local
186 sample[
97 decode_line(FFV1Context *s, int w, int16_t *sample[2], int plane_index, int bits) argument
226 int16_t *sample[4][2]; local
[all...]
H A Dffv1enc.c267 int16_t *sample[3],
292 int v = sample[0][x];
304 context = get_context(p, sample[0] + x, sample[1] + x, sample[2] + x);
305 diff = sample[0][x] - predict(sample[0] + x, sample[1] + x);
373 int16_t *sample[3]; local
380 sample[
266 encode_line(FFV1Context *s, int w, int16_t *sample[3], int plane_index, int bits) argument
412 int16_t *sample[4][3]; local
1037 int16_t *sample[3]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dlossless-video.mak2 fate-cllc-argb: CMD = framecrc -i $(TARGET_SAMPLES)/cllc/sample-cllc-argb.avi
5 fate-cllc-rgb: CMD = framecrc -i $(TARGET_SAMPLES)/cllc/sample-cllc-rgb.avi
8 fate-cllc-yuy2-noblock: CMD = framecrc -i $(TARGET_SAMPLES)/cllc/sample-cllc-yuy2-noblock.avi
50 fate-zerocodec: CMD = framecrc -i $(TARGET_SAMPLES)/zerocodec/sample-zeco.avi
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dsfnt_info.h56 #define SNDRV_SFNT_PROBE_DATA 8 /* optarg=sample */
72 unsigned short type; /* sample type */
77 #define SNDRV_SFNT_PAT_SHARED 0x200 /* sample is shared */
117 unsigned short sample; /* sample id */ member in struct:soundfont_voice_info
118 int start, end; /* sample offset correction */
120 short rate_offset; /* sample rate pitch offset */
121 unsigned short mode; /* sample mode */
135 unsigned char amplitude; /* sample volume (127 max) */
139 unsigned short sample_mode; /* sample mode_fla
162 unsigned short sample; /* sample id */ member in struct:soundfont_sample_info
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/index/
H A DSample.java20 * Sample is the main entry point for the sample program and may be run as
29 * the current directory where the sample is run. The home directory must exist
30 * before running the sample. To recreate the sample database from scratch,
31 * delete all files in the home directory before running the sample. </p>
41 * Run the sample program.
45 System.out.println("\nRunning sample: " + Sample.class);
61 // Run the sample.
63 Sample sample = null;
65 sample
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Dwm9705.c57 * Set adc sample delay.
70 MODULE_PARM_DESC(delay, "Set adc sample delay.");
104 * ADC sample delay times in uS
160 /* polling mode sample settling delay */
169 dev_dbg(wm->dev, "setting adc sample delay to %d u Secs.",
213 * Read a sample from the WM9705 adc in polling mode.
215 static int wm9705_poll_sample(struct wm97xx *wm, int adcsel, int *sample) argument
250 dev_dbg(wm->dev, "adc sample timeout");
254 *sample = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD);
258 /* check we have correct sample */
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/octeon/
H A Dcvmx-smix-defs.h53 uint64_t sample:4; member in struct:cvmx_smix_clk::cvmx_smix_clk_s
62 uint64_t sample:4; member in struct:cvmx_smix_clk::cvmx_smix_clk_cn30xx
76 uint64_t sample:4; member in struct:cvmx_smix_clk::cvmx_smix_clk_cn50xx
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/octeon/
H A Dcvmx-smix-defs.h53 uint64_t sample:4; member in struct:cvmx_smix_clk::cvmx_smix_clk_s
62 uint64_t sample:4; member in struct:cvmx_smix_clk::cvmx_smix_clk_cn30xx
76 uint64_t sample:4; member in struct:cvmx_smix_clk::cvmx_smix_clk_cn50xx
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/oprofile/
H A Dbuffer_sync.c244 /* Convert the EIP value of a sample into a persistent dentry/offset
370 * Add a sample to the global event buffer. If possible the
371 * sample is converted into a persistent dentry/offset pair
385 /* add userspace sample */
507 struct op_sample *sample; local
517 sample = op_cpu_buffer_read_entry(&entry, cpu);
518 if (!sample)
521 if (is_code(sample->eip)) {
522 flags = sample->event;
551 /* ignore sample */
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/ipc/
H A Dmakefile.dmc50 $(OBJS)\ipcclient_sample.res : .\..\..\samples\sample.rc
51 rcc .\..\..\samples\sample.rc -o$@ -D_WIN32_WINNT=0x0400 -D__WXMSW__ -D__WXDEBUG__ -I$(SETUPHDIR) -I.\..\..\include -I. -I.\..\..\samples -DNOPCH -32 -v-
56 $(OBJS)\ipcserver_sample.res : .\..\..\samples\sample.rc
57 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/components/opensource/linux/linux-2.6.36/drivers/staging/cxt1e1/
H A Dcomet.c380 ** Write register, (F2), from the sample and unit inputs.
385 WrtXmtWaveform (ci_t * ci, comet_t * comet, u_int32_t sample, u_int32_t unit, u_int8_t data) argument
389 WaveformAddr = (sample << 3) + (unit & 7);
406 u_int32_t sample, unit; local
408 for (sample = 0; sample < COMET_NUM_SAMPLES; sample++)
411 WrtXmtWaveform (ci, comet, sample, unit, table[sample][unit]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/fate/
H A Dvoice.mak12 fate-gsm-toast: CMD = framecrc -i $(SAMPLES)/gsm/sample-gsm-8000.mov -t 10
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Ddsp_cmx.c1307 register s32 sample; local
1486 sample = dsp_audio_law_to_s32[p[t]] +
1489 if (sample < -32768)
1490 sample = -32768;
1491 else if (sample > 32767)
1492 sample = 32767;
1493 *d++ = dsp_audio_s16_to_law[sample & 0xffff];
1519 sample = dsp_audio_law_to_s32[p[t]] + *c++ -
1521 if (sample < -32768)
1522 sample
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/sample/
H A DMakefile.in65 subdir = sample
277 sample-plugins \
278 sample-config-files \
279 sample-windows \
280 sample-keys \
281 sample-scripts
286 @WIN32_TRUE@ sample-windows/sample.ovpn
300 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu sample/Makefile'; \
302 $(AUTOMAKE) --gnu sample/Makefil
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A Da1-encapsulation-ogg.tex117 The granule position of a page represents the end PCM sample
119 page. The 'last PCM sample' is the last complete sample returned by
120 decode, not an internal sample awaiting lapping with a
126 Note that the last decoded (fully lapped) PCM sample from a packet
127 is not necessarily the middle sample from that block. If, eg, the
129 packet encodes a "short block", the last decodable sample from the
153 decoding; this technique is used to allow sample-granularity
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/popup/
H A Dmakefile.dmc43 $(OBJS)\popup_sample.res : .\..\sample.rc
44 rcc .\..\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/power/
H A Dmakefile.dmc40 $(OBJS)\power_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/render/
H A Dmakefile.dmc40 $(OBJS)\render_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/richtext/
H A Dmakefile.dmc43 $(OBJS)\richtext_sample.res : .\..\sample.rc
44 rcc .\..\sample.rc -o$@ -D_WIN32_WINNT=0x0400 -D__WXMSW__ -D__WXDEBUG__ -I$(SETUPHDIR) -I.\..\..\include -I. -I.\..\..\samples -DNOPCH -32 -v-

Completed in 144 milliseconds

1234567891011>>