HomeSort by relevance Sort by last modified time
    Searched refs:databuf_ (Results 1 - 2 of 2) sorted by null

  /external/libyuv/files/source/
mjpeg_decoder.cc 51 databuf_(NULL),
155 if (databuf_[i]) {
156 delete databuf_[i];
158 databuf_[i] = new uint8[databuf_size];
285 SetScanlinePointers(databuf_);
316 CopyRows(databuf_[i] + data_to_skip, GetComponentStride(i),
333 CopyRows(databuf_[i], GetComponentStride(i),
348 CopyRows(databuf_[i], GetComponentStride(i),
374 SetScanlinePointers(databuf_);
399 databuf_[i] += data_to_skip
    [all...]
  /external/libyuv/files/include/libyuv/
mjpeg_decoder.h 182 uint8** databuf_; member in class:libyuv::MJpegDecoder

Completed in 365 milliseconds