Home
last modified time | relevance | path

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

/external/flac/libFLAC/
Dstream_decoder.c143 unsigned output_capacity, output_channels; member
288 decoder->private_->output_capacity = 0; in FLAC__stream_decoder_new()
667 decoder->private_->output_capacity = 0; in FLAC__stream_decoder_finish()
1271 if(size <= decoder->private_->output_capacity && channels <= decoder->private_->output_channels) in allocate_output_()
1308 decoder->private_->output_capacity = size; in allocate_output_()