HomeSort by relevance Sort by last modified time
    Searched full:databuf_stride (Results 1 - 1 of 1) sorted by null

  /external/libyuv/files/source/
mjpeg_decoder.cc 152 int databuf_stride = GetComponentStride(i); local
153 int databuf_size = scanlines_size * databuf_stride;
154 if (databuf_strides_[i] != databuf_stride) {
159 databuf_strides_[i] = databuf_stride;

Completed in 754 milliseconds