Home
last modified time | relevance | path

Searched refs:io_ (Results 1 – 8 of 8) sorted by relevance

/external/webp/src/dec/
Didec.c70 VP8Io io_; member
115 idec->io_.data = new_base; in DoRemap()
116 idec->io_.data_size = MemDataSize(mem); in DoRemap()
277 VP8Io* const io = &idec->io_; in IDecError()
292 idec->io_.data = mem->buf_ + mem->start_; in ChangeState()
293 idec->io_.data_size = MemDataSize(mem); in ChangeState()
353 idec->io_.data = data; in DecodeVP8FrameHeader()
354 idec->io_.data_size = curr_size; in DecodeVP8FrameHeader()
391 VP8Io* const io = &idec->io_; in DecodePartition0()
444 VP8Io* const io = &idec->io_; in DecodeRemaining()
[all …]
Dalphai.h34 VP8Io io_; member
Dvp8l.c661 uint8_t* rows_out = (uint8_t*)dec->io_->opaque + dec->io_->width * start_row; in ApplyInverseTransformsAlpha()
680 VP8Io* const io = dec->io_; in ProcessRows()
1238 const int width = dec->io_->width; // the final width (!= dec->width_) in ExtractAlphaRows()
1240 uint8_t* const dst = (uint8_t*)dec->io_->opaque + width * dec->last_row_; in ExtractAlphaRows()
1261 dec->io_ = &alph_dec->io_; in VP8LDecodeAlphaHeader()
1262 io = dec->io_; in VP8LDecodeAlphaHeader()
1332 dec->io_ = io; in VP8LDecodeHeader()
1364 io = dec->io_; in VP8LDecodeImage()
Dvp8li.h60 VP8Io *io_; member
Dvp8i.h209 VP8Io io_; // copy of the VP8Io to pass to put() member
Dframe.c362 ctx->io_ = *io; in VP8ProcessRow()
496 worker->data2 = (void*)&dec->thread_ctx_.io_; in InitThreadContext()
/external/strace/
DNEWS238 * Corrected io_* syscall entries on ARM.
DChangeLog-CVS2207 * linux/syscallent.h: Use those for io_* syscalls.