Searched refs:databuf_strides_ (Results 1 – 2 of 2) sorted by relevance
52 databuf_strides_(NULL) { in MJpegDecoder()154 if (databuf_strides_[i] != databuf_stride) { in LoadFrame()159 databuf_strides_[i] = databuf_stride; in LoadFrame()402 (*fn)(opaque, databuf_, databuf_strides_, scanlines_to_copy); in DecodeToCallback()419 (*fn)(opaque, databuf_, databuf_strides_, GetImageScanlinesPerImcuRow()); in DecodeToCallback()427 (*fn)(opaque, databuf_, databuf_strides_, lines_left); in DecodeToCallback()487 databuf_strides_ = new int[num_outbufs]; in AllocOutputBuffers()493 databuf_strides_[i] = 0; in AllocOutputBuffers()508 delete [] databuf_strides_; in DestroyOutputBuffers()512 databuf_strides_ = NULL; in DestroyOutputBuffers()
183 int* databuf_strides_; variable