Searched refs:sample_buffer (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/kernel/
H A Dprofile.c11 static char* sample_buffer; variable
29 if (sample_buffer_pos == sample_buffer + SAMPLE_BUFFER_SIZE)
30 sample_buffer_pos = sample_buffer;
44 if (copy_to_user(buf, sample_buffer + p,count))
47 memset(sample_buffer + p, 0, count);
57 sample_buffer_pos = sample_buffer;
58 memset(sample_buffer, 0, SAMPLE_BUFFER_SIZE);
71 sample_buffer = kmalloc(SAMPLE_BUFFER_SIZE, GFP_KERNEL);
72 if (!sample_buffer) {
76 sample_buffer_pos = sample_buffer;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/
H A Dplayback.h85 unsigned FLAC_plugin__decode(FLAC__StreamDecoder *decoder, stream_data_struct *stream_data, char *sample_buffer);
H A Dplayback.c211 unsigned FLAC_plugin__decode(FLAC__StreamDecoder *decoder, stream_data_struct *stream_data, char *sample_buffer) argument
241 sample_buffer,
258 sample_buffer,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Diff.c171 uint8_t sample_buffer[PACKET_SIZE]; local
173 ret = get_buffer(pb, sample_buffer, PACKET_SIZE);
178 interleave_stereo(sample_buffer, pkt->data, PACKET_SIZE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dffv1.c435 int_fast16_t sample_buffer[ring_size][w+6], *sample[ring_size]; local
438 memset(sample_buffer, 0, sizeof(sample_buffer));
442 sample[i]= sample_buffer[(h+i-y)%ring_size]+3;
458 int_fast16_t sample_buffer[3][ring_size][w+6], *sample[3][ring_size]; local
461 memset(sample_buffer, 0, sizeof(sample_buffer));
466 sample[p][i]= sample_buffer[p][(h+i-y)%ring_size]+3;
766 int_fast16_t sample_buffer[2][w+6]; local
768 sample[0]=sample_buffer[
795 int_fast16_t sample_buffer[3][2][w+6]; local
[all...]
H A Dmlpdec.c137 int32_t sample_buffer[MAX_BLOCKSIZE][MAX_CHANNELS+2]; member in struct:MLPDecodeContext
210 m->sample_buffer[pos + s->blockpos][channel] = result;
642 int32_t residual = m->sample_buffer[i + s->blockpos][channel];
662 m->sample_buffer[i + s->blockpos][channel] = result;
754 m->sample_buffer[i][maxchan+1] = ((int8_t)(seed >> 15)) << s->noise_shift;
755 m->sample_buffer[i][maxchan+2] = ((int8_t) seed_shr7) << s->noise_shift;
808 accum += (int64_t)m->sample_buffer[i][src_ch]
816 m->sample_buffer[i][dest_ch] = ((accum >> 14) & mask)
837 int32_t sample = m->sample_buffer[i][ch] << s->output_shift[ch];
H A Dlibfaad.c74 short *sample_buffer,
157 short *sample_buffer = NULL; local

Completed in 388 milliseconds