HomeSort by relevance Sort by last modified time
    Searched defs:io_ (Results 1 - 9 of 9) sorted by null

  /external/webp/src/dec/
alphai.h 34 VP8Io io_; member in struct:ALPHDecoder
vp8li.h 61 VP8Io *io_; member in struct:VP8LDecoder
idec.c 70 VP8Io io_; member in struct:WebPIDecoder
113 // note: for VP8, setting up idec->io_ is only really needed at the beginning
115 idec->io_.data = new_base;
116 idec->io_.data_size = MemDataSize(mem);
279 VP8Io* const io = &idec->io_;
294 idec->io_.data = mem->buf_ + mem->start_;
295 idec->io_.data_size = MemDataSize(mem);
355 idec->io_.data = data;
356 idec->io_.data_size = curr_size;
392 VP8Io* const io = &idec->io_;
    [all...]
vp8i.h 172 VP8Io io_; // copy of the VP8Io to pass to put() member in struct:__anon26120
  /system/tpm/attestation/server/
database_impl.h 69 io_ = io;
81 DatabaseIO* io_; member in class:attestation::DatabaseImpl
  /external/autotest/client/site_tests/camera_V4L2/src/
media_v4l2_device.h 98 IOMethod io_; member in class:V4L2Device
  /external/opencv3/3rdparty/libwebp/dec/
vp8li.h 64 VP8Io *io_; member in struct:__anon20436
idec.c 71 VP8Io io_; member in struct:WebPIDecoder
122 // note: for VP8, setting up idec->io_ is only really needed at the beginning
124 idec->io_.data = new_base;
125 idec->io_.data_size = MemDataSize(mem);
270 VP8Io* const io = &idec->io_;
285 idec->io_.data = mem->buf_ + mem->start_;
286 idec->io_.data_size = MemDataSize(mem);
350 idec->io_.data = data;
351 idec->io_.data_size = curr_size;
385 VP8Io* const io = &idec->io_;
    [all...]
vp8i.h 179 VP8Io io_; // copy of the VP8Io to pass to put() member in struct:__anon20431

Completed in 161 milliseconds