Lines Matching defs:sample_buffer
397 static int read_samples_pcm(FILE * musicin, int sample_buffer[2304], int samples_to_read);
1287 out: sample_buffer (must be allocated up to samples_to_read upon call)
1292 const int swap_order, int *sample_buffer, FILE * pcm_in)
1297 unsigned char *ip = (unsigned char *) sample_buffer; /* input pointer */
1301 size_t samples_read_ = fread(sample_buffer, bytes_per_sample, samples_to_read, pcm_in);
1305 op = sample_buffer + samples_read;
1339 ieee754_float32_t *x = (ieee754_float32_t *) sample_buffer;
1356 sample_buffer[i] = v;
1372 * into #sample_buffer[]#. Returns the number of samples read.
1377 read_samples_pcm(FILE * musicin, int sample_buffer[2304], int samples_to_read)
1416 sample_buffer, musicin);