Searched refs:SAMPLE_BUFFER_SIZE (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/kernel/
H A Dprofile.c10 #define SAMPLE_BUFFER_SIZE 8192 macro
29 if (sample_buffer_pos == sample_buffer + SAMPLE_BUFFER_SIZE)
41 SAMPLE_BUFFER_SIZE);
55 memset(sample_buffer, 0, SAMPLE_BUFFER_SIZE);
56 return count < SAMPLE_BUFFER_SIZE ? count : SAMPLE_BUFFER_SIZE;
68 sample_buffer = kmalloc(SAMPLE_BUFFER_SIZE, GFP_KERNEL);
78 entry->size = SAMPLE_BUFFER_SIZE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A Dplugin.c128 #define SAMPLE_BUFFER_SIZE ((FLAC__MAX_BLOCK_SIZE + SAMPLES_PER_WRITE) * FLAC_PLUGIN__MAX_SUPPORTED_CHANNELS * (24/8)) macro
129 static FLAC__byte sample_buffer_[SAMPLE_BUFFER_SIZE];
605 if((sample_buffer_last_ + wide_samples) > (SAMPLE_BUFFER_SIZE / (channels * stream_data->sample_format_bytes_per_sample))) {

Completed in 66 milliseconds