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

  /external/libaom/libaom/third_party/libyuv/source/
mjpeg_decoder.cc 142 int databuf_size = scanlines_size * databuf_stride; local
147 databuf_[i] = new uint8[databuf_size];
  /external/libvpx/libvpx/third_party/libyuv/source/
mjpeg_decoder.cc 143 int databuf_size = scanlines_size * databuf_stride; local
148 databuf_[i] = new uint8_t[databuf_size];
  /external/libyuv/files/source/
mjpeg_decoder.cc 143 int databuf_size = scanlines_size * databuf_stride; local
148 databuf_[i] = new uint8[databuf_size];

Completed in 57 milliseconds