Home
last modified time | relevance | path

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

/external/flac/libFLAC/
Dstream_decoder.c151 unsigned output_capacity, output_channels; member
298 decoder->private_->output_capacity = 0; in FLAC__stream_decoder_new()
680 decoder->private_->output_capacity = 0; in FLAC__stream_decoder_finish()
1287 if(size <= decoder->private_->output_capacity && channels <= decoder->private_->output_channels) in allocate_output_()
1324 decoder->private_->output_capacity = size; in allocate_output_()