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

  /external/iputils/ninfod/
ni_ifaddrs.c 115 char reqbuf[NLMSG_ALIGN(sizeof(struct nlmsghdr)) + NLMSG_ALIGN(sizeof(struct rtgenmsg))]; local
123 memset(&reqbuf, 0, sizeof(reqbuf));
124 req_hdr = (struct nlmsghdr *) reqbuf;
  /hardware/samsung_slsi/exynos5/libgscaler/
exynos_gscaler.c 1387 struct v4l2_requestbuffers reqbuf; local
1713 struct v4l2_requestbuffers reqbuf; local
    [all...]
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 487 struct v4l2_requestbuffers reqbuf; local
488 memset(&reqbuf, 0, sizeof(reqbuf));
489 reqbuf.count = NUM_HDMI_BUFFERS;
490 reqbuf.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
491 reqbuf.memory = V4L2_MEMORY_DMABUF;
492 if (exynos_v4l2_reqbufs(hl.fd, &reqbuf) < 0) {
497 if (reqbuf.count != NUM_HDMI_BUFFERS) {
527 struct v4l2_requestbuffers reqbuf; local
528 memset(&reqbuf, 0, sizeof(reqbuf))
    [all...]

Completed in 166 milliseconds