Home
last modified time | relevance | path

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

/external/libyuv/files/source/
Dmjpeg_decoder.cc477 void MJpegDecoder::AllocOutputBuffers(int num_outbufs) { in AllocOutputBuffers() argument
478 if (num_outbufs != num_outbufs_) { in AllocOutputBuffers()
484 scanlines_ = new uint8** [num_outbufs]; in AllocOutputBuffers()
485 scanlines_sizes_ = new int[num_outbufs]; in AllocOutputBuffers()
486 databuf_ = new uint8* [num_outbufs]; in AllocOutputBuffers()
487 databuf_strides_ = new int[num_outbufs]; in AllocOutputBuffers()
489 for (int i = 0; i < num_outbufs; ++i) { in AllocOutputBuffers()
496 num_outbufs_ = num_outbufs; in AllocOutputBuffers()
/external/libyuv/files/include/libyuv/
Dmjpeg_decoder.h153 void AllocOutputBuffers(int num_outbufs);