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

  /external/v4l2_codec2/vda/
v4l2_device.cc 242 struct v4l2_exportbuffer expbuf; local
243 memset(&expbuf, 0, sizeof(expbuf));
244 expbuf.type = buf_type;
245 expbuf.index = index;
246 expbuf.plane = i;
247 expbuf.flags = O_CLOEXEC;
248 if (Ioctl(VIDIOC_EXPBUF, &expbuf) != 0) {
253 dmabuf_fds.push_back(base::ScopedFD(expbuf.fd));
  /external/ltp/testcases/kernel/mem/mmapstress/
mmapstress09.c 100 int mapokay(uchar_t * expbuf);
437 int mapokay(uchar_t * expbuf)
448 if (*ptr != expbuf[j]) {
451 expbuf[j], *ptr);
mmapstress01.c 118 int fileokay(char *file, uchar_t * expbuf);
596 int fileokay(char *file, uchar_t * expbuf)
677 if (expbuf[j] != readbuf[j]) {
680 expbuf[j], readbuf[j]);
mmapstress10.c 130 int fileokay(char *file, uchar_t * expbuf);
785 int fileokay(char *file, uchar_t * expbuf)
857 if (expbuf[j] != readbuf[j] && readbuf[j] != 0) {
860 expbuf[j], readbuf[j]);
  /external/libkmsxx/utils/
kmscapture.cpp 56 struct v4l2_exportbuffer expbuf; local
58 memset(&expbuf, 0, sizeof(expbuf));
59 expbuf.type = bt;
60 expbuf.index = index;
61 if (ioctl(v4lfd, VIDIOC_EXPBUF, &expbuf) == -1) {
66 *dmafd = expbuf.fd;
  /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;
  /bionic/libc/stdio/
printf_common.h 132 CharT expbuf[MAXEXPDIG]; local
133 CharT* t = expbuf + MAXEXPDIG;
139 for (; t < expbuf + MAXEXPDIG; *p++ = *t++) /* nothing */;
  /external/swiftshader/third_party/LLVM/lib/Support/
APFloat.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
APFloat.cpp     [all...]
  /external/llvm/lib/Support/
APFloat.cpp     [all...]

Completed in 397 milliseconds