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

  /external/chromium_org/third_party/libwebp/dec/
alphai.h 34 VP8Io io_; member in struct:ALPHDecoder
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);
277 VP8Io* const io = &idec->io_;
292 idec->io_.data = mem->buf_ + mem->start_;
293 idec->io_.data_size = MemDataSize(mem);
353 idec->io_.data = data;
354 idec->io_.data_size = curr_size;
388 VP8Io* const io = &idec->io_;
    [all...]
vp8li.h 60 VP8Io *io_; member in struct:VP8LDecoder
vp8i.h 209 VP8Io io_; // copy of the VP8Io to pass to put() member in struct:__anon16869
vp8l.c 660 uint8_t* rows_out = (uint8_t*)dec->io_->opaque + dec->io_->width * start_row;
679 VP8Io* const io = dec->io_;
    [all...]
frame.c 362 ctx->io_ = *io;
496 worker->data2 = (void*)&dec->thread_ctx_.io_;
  /external/webp/src/dec/
alphai.h 34 VP8Io io_; member in struct:ALPHDecoder
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);
277 VP8Io* const io = &idec->io_;
292 idec->io_.data = mem->buf_ + mem->start_;
293 idec->io_.data_size = MemDataSize(mem);
353 idec->io_.data = data;
354 idec->io_.data_size = curr_size;
388 VP8Io* const io = &idec->io_;
    [all...]
vp8li.h 60 VP8Io *io_; member in struct:VP8LDecoder
vp8i.h 209 VP8Io io_; // copy of the VP8Io to pass to put() member in struct:__anon37035
vp8l.c 660 uint8_t* rows_out = (uint8_t*)dec->io_->opaque + dec->io_->width * start_row;
679 VP8Io* const io = dec->io_;
    [all...]
frame.c 362 ctx->io_ = *io;
496 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/third_party/skia/third_party/lua/src/
lobject.h 350 { TValue *io_=(obj); num_(io_)=(x); lua_assert(ttisnumber(io_)); }
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_rules_registry_unittest.cc 85 io_(content::BrowserThread::IO, &message_loop_) {}
227 content::TestBrowserThread io_; member in class:extensions::WebRequestRulesRegistryTest
    [all...]

Completed in 717 milliseconds