Home
last modified time | relevance | path

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

/external/flac/libFLAC/
Dstream_decoder.c177 unsigned output_capacity, output_channels; member
326 decoder->private_->output_capacity = 0; in FLAC__stream_decoder_new()
706 decoder->private_->output_capacity = 0; in FLAC__stream_decoder_finish()
1312 if(size <= decoder->private_->output_capacity && channels <= decoder->private_->output_channels) in allocate_output_()
1352 decoder->private_->output_capacity = size; in allocate_output_()