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

  /external/chromium_org/third_party/libwebp/dec/
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...]
vp8li.h 64 VP8Io *io_; member in struct:__anon14820
vp8i.h 179 VP8Io io_; // copy of the VP8Io to pass to put() member in struct:__anon14815
vp8l.c 637 uint8_t* rows_out = (uint8_t*)dec->io_->opaque + dec->io_->width * start_row;
656 VP8Io* const io = dec->io_;
    [all...]
frame.c 269 ctx->io_ = *io;
394 worker->data2 = (void*)&dec->thread_ctx_.io_;
  /external/webp/src/dec/
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...]
vp8li.h 64 VP8Io *io_; member in struct:__anon31264
vp8i.h 179 VP8Io io_; // copy of the VP8Io to pass to put() member in struct:__anon31259
vp8l.c 636 uint8_t* rows_out = (uint8_t*)dec->io_->opaque + dec->io_->width * start_row;
655 VP8Io* const io = dec->io_;
    [all...]
frame.c 269 ctx->io_ = *io;
394 worker->data2 = (void*)&dec->thread_ctx_.io_;
  /external/chromium_org/chrome/browser/extensions/api/declarative/
rules_registry_service_unittest.cc 42 io_(content::BrowserThread::IO, &message_loop_) {}
54 content::TestBrowserThread io_; member in class:extensions::RulesRegistryServiceTest
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_rules_registry_unittest.cc 86 io_(content::BrowserThread::IO, &message_loop_) {}
228 content::TestBrowserThread io_; member in class:extensions::WebRequestRulesRegistryTest
    [all...]

Completed in 830 milliseconds