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

  /external/libxcam/xcore/
v4l2_device.cpp 496 struct v4l2_exportbuffer expbuf; local
497 xcam_mem_clear (expbuf);
498 expbuf.type = _capture_buf_type;
499 expbuf.index = index;
500 expbuf.flags = O_CLOEXEC;
501 if (io_control (VIDIOC_EXPBUF, &expbuf) < 0) {
505 v4l2_buf.m.fd = expbuf.fd;
  /external/v4l2_codec2/vda/
v4l2_device.cc 255 struct v4l2_exportbuffer expbuf; local
256 memset(&expbuf, 0, sizeof(expbuf));
257 expbuf.type = buf_type;
258 expbuf.index = index;
259 expbuf.plane = i;
260 expbuf.flags = O_CLOEXEC;
261 if (Ioctl(VIDIOC_EXPBUF, &expbuf) != 0) {
266 dmabuf_fds.push_back(base::ScopedFD(expbuf.fd));
  /bionic/libc/stdio/
printf_common.h 130 CharT expbuf[MAXEXPDIG]; local
131 CharT* t = expbuf + MAXEXPDIG;
137 for (; t < expbuf + MAXEXPDIG; *p++ = *t++) /* nothing */;
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vfwprintf.c 2022 CHAR_T expbuf[MAXEXPDIG]; local
    [all...]

Completed in 97 milliseconds