Home
last modified time | relevance | path

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

/external/pdfium/samples/
Dimage_diff_png.cc89 output_channels(0), in PngDecoderState()
99 int output_channels; member in image_diff_png::__anonbe6eb0fd0211::PngDecoderState
212 state->output_channels = 3; in DecodeInfoCallback()
216 state->output_channels = 4; in DecodeInfoCallback()
220 state->output_channels = 4; in DecodeInfoCallback()
230 state->output_channels = 3; in DecodeInfoCallback()
234 state->output_channels = 4; in DecodeInfoCallback()
238 state->output_channels = 4; in DecodeInfoCallback()
250 state->width * state->output_channels * state->height); in DecodeInfoCallback()
266 unsigned char* dest = &base[state->width * state->output_channels * row_num]; in DecodeRowCallback()
[all …]
/external/flac/libFLAC/
Dstream_decoder.c151 unsigned output_capacity, output_channels; member
299 decoder->private_->output_channels = 0; in FLAC__stream_decoder_new()
681 decoder->private_->output_channels = 0; in FLAC__stream_decoder_finish()
1287 if(size <= decoder->private_->output_capacity && channels <= decoder->private_->output_channels) in allocate_output_()
1325 decoder->private_->output_channels = channels; in allocate_output_()