Home
last modified time | relevance | path

Searched refs:databuf_strides_ (Results 1 – 4 of 4) sorted by relevance

/external/libyuv/files/source/
Dmjpeg_decoder.cc72 databuf_strides_(NULL) { in MJpegDecoder()
142 if (databuf_strides_[i] != databuf_stride) { in LoadFrame()
147 databuf_strides_[i] = databuf_stride; in LoadFrame()
384 (*fn)(opaque, databuf_, databuf_strides_, scanlines_to_copy); in DecodeToCallback()
401 (*fn)(opaque, databuf_, databuf_strides_, GetImageScanlinesPerImcuRow()); in DecodeToCallback()
409 (*fn)(opaque, databuf_, databuf_strides_, lines_left); in DecodeToCallback()
471 databuf_strides_ = new int[num_outbufs]; in AllocOutputBuffers()
477 databuf_strides_[i] = 0; in AllocOutputBuffers()
492 delete [] databuf_strides_; in DestroyOutputBuffers()
496 databuf_strides_ = NULL; in DestroyOutputBuffers()
/external/libvpx/libvpx/third_party/libyuv/source/
Dmjpeg_decoder.cc73 databuf_strides_(NULL) { in MJpegDecoder()
143 if (databuf_strides_[i] != databuf_stride) { in LoadFrame()
148 databuf_strides_[i] = databuf_stride; in LoadFrame()
385 (*fn)(opaque, databuf_, databuf_strides_, scanlines_to_copy); in DecodeToCallback()
402 (*fn)(opaque, databuf_, databuf_strides_, GetImageScanlinesPerImcuRow()); in DecodeToCallback()
410 (*fn)(opaque, databuf_, databuf_strides_, lines_left); in DecodeToCallback()
473 databuf_strides_ = new int[num_outbufs]; in AllocOutputBuffers()
479 databuf_strides_[i] = 0; in AllocOutputBuffers()
494 delete [] databuf_strides_; in DestroyOutputBuffers()
498 databuf_strides_ = NULL; in DestroyOutputBuffers()
/external/libyuv/files/include/libyuv/
Dmjpeg_decoder.h186 int* databuf_strides_; variable
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dmjpeg_decoder.h186 int* databuf_strides_; variable