Home
last modified time | relevance | path

Searched refs:wide_samples (Results 1 – 1 of 1) sorted by relevance

/external/flac/libFLAC/
Dstream_encoder.c283 unsigned wide_samples
291 unsigned wide_samples
4340 …const FLAC__int32 * const input[], unsigned input_offset, unsigned channels, unsigned wide_samples) argument
4345 …ifo->data[channel][fifo->tail], &input[channel][input_offset], sizeof(FLAC__int32) * wide_samples);
4347 fifo->tail += wide_samples;
4352 … *fifo, const FLAC__int32 input[], unsigned input_offset, unsigned channels, unsigned wide_samples) argument
4359 for(wide_sample = 0; wide_sample < wide_samples; wide_sample++) {