Home
last modified time | relevance | path

Searched refs:io_ (Results 1 – 15 of 15) 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()
279 VP8Io* const io = &idec->io_; in IDecError()
294 idec->io_.data = mem->buf_ + mem->start_; in ChangeState()
295 idec->io_.data_size = MemDataSize(mem); in ChangeState()
355 idec->io_.data = data; in DecodeVP8FrameHeader()
356 idec->io_.data_size = curr_size; in DecodeVP8FrameHeader()
392 VP8Io* const io = &idec->io_; in DecodePartition0()
445 VP8Io* const io = &idec->io_; in DecodeRemaining()
[all …]
Dalphai.h34 VP8Io io_; member
Dvp8li.h61 VP8Io *io_; member
Dvp8l.c723 uint8_t* rows_out = (uint8_t*)dec->io_->opaque + dec->io_->width * start_row; in ApplyInverseTransformsAlpha()
742 VP8Io* const io = dec->io_; in ProcessRows()
1450 const int width = dec->io_->width; // the final width (!= dec->width_) in ExtractAlphaRows()
1452 uint8_t* const dst = (uint8_t*)dec->io_->opaque + width * dec->last_row_; in ExtractAlphaRows()
1473 dec->io_ = &alph_dec->io_; in VP8LDecodeAlphaHeader()
1474 io = dec->io_; in VP8LDecodeAlphaHeader()
1541 dec->io_ = io; in VP8LDecodeHeader()
1572 io = dec->io_; in VP8LDecodeImage()
Dvp8i.h172 VP8Io io_; // copy of the VP8Io to pass to put() member
Dframe.c529 ctx->io_ = *io; in VP8ProcessRow()
663 worker->data2 = (void*)&dec->thread_ctx_.io_; in InitThreadContext()
/external/opencv3/3rdparty/libwebp/dec/
Didec.c71 VP8Io io_; member
124 idec->io_.data = new_base; in DoRemap()
125 idec->io_.data_size = MemDataSize(mem); in DoRemap()
270 VP8Io* const io = &idec->io_; in IDecError()
285 idec->io_.data = mem->buf_ + mem->start_; in ChangeState()
286 idec->io_.data_size = MemDataSize(mem); in ChangeState()
350 idec->io_.data = data; in DecodeVP8FrameHeader()
351 idec->io_.data_size = curr_size; in DecodeVP8FrameHeader()
385 VP8Io* const io = &idec->io_; in DecodePartition0()
433 VP8Io* const io = &idec->io_; in DecodeRemaining()
[all …]
Dvp8l.c636 uint8_t* rows_out = (uint8_t*)dec->io_->opaque + dec->io_->width * start_row; in ApplyInverseTransformsAlpha()
655 VP8Io* const io = dec->io_; in ProcessRows()
1100 const int width = dec->io_->width; // the final width (!= dec->width_) in ExtractAlphaRows()
1102 uint8_t* const dst = (uint8_t*)dec->io_->opaque + width * dec->last_row_; in ExtractAlphaRows()
1131 dec->io_ = &io; in VP8LDecodeAlphaImageStream()
1181 dec->io_ = io; in VP8LDecodeHeader()
1210 io = dec->io_; in VP8LDecodeImage()
Dvp8li.h64 VP8Io *io_; member
Dvp8i.h179 VP8Io io_; // copy of the VP8Io to pass to put() member
Dframe.c269 ctx->io_ = *io; in VP8ProcessRow()
394 worker->data2 = (void*)&dec->thread_ctx_.io_; in InitThreadContext()
/external/autotest/client/site_tests/camera_V4L2/src/
Dmedia_v4l2_device.cc22 io_(io), in V4L2Device()
67 switch (io_) { in OpenDevice()
149 switch (io_) { in InitDevice()
161 switch (io_) { in UninitDevice()
186 switch (io_) { in StartCapture()
232 switch (io_) { in StopCapture()
314 switch (io_) { in ReadOneFrame()
Dmedia_v4l2_device.h98 IOMethod io_; variable
/external/strace/
DNEWS46 getdents64, getsockopt, io_*, mount, msgctl, prctl, quotactl, recvfrom,
324 * Corrected io_* syscall entries on ARM.
DChangeLog-CVS2207 * linux/syscallent.h: Use those for io_* syscalls.