HomeSort by relevance Sort by last modified time
    Searched refs:V4L2_MEMORY_MMAP (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /hardware/ti/omap4xxx/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 134 mVideoInfo->buf.memory = V4L2_MEMORY_MMAP;
237 mVideoInfo->rb.memory = V4L2_MEMORY_MMAP;
252 mVideoInfo->buf.memory = V4L2_MEMORY_MMAP;
300 mVideoInfo->buf.memory = V4L2_MEMORY_MMAP;
362 mVideoInfo->buf.memory = V4L2_MEMORY_MMAP;
386 mVideoInfo->buf.memory = V4L2_MEMORY_MMAP;
  /external/chromium_org/third_party/v4l2capture/
v4l2capture.c 299 reqbuf.memory = V4L2_MEMORY_MMAP;
327 buffer.memory = V4L2_MEMORY_MMAP;
367 buffer.memory = V4L2_MEMORY_MMAP;
389 buffer.memory = V4L2_MEMORY_MMAP;
  /external/chromium_org/media/video/capture/linux/
video_capture_device_linux.cc 409 buffer.memory = V4L2_MEMORY_MMAP;
442 r_buffer.memory = V4L2_MEMORY_MMAP;
461 buffer.memory = V4L2_MEMORY_MMAP;
495 r_buffer.memory = V4L2_MEMORY_MMAP;
  /hardware/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 93 mVideoInfo->rb.memory = V4L2_MEMORY_MMAP;
109 mVideoInfo->buf.memory = V4L2_MEMORY_MMAP;
183 mVideoInfo->buf.memory = V4L2_MEMORY_MMAP;
192 mVideoInfo->rb.memory = V4L2_MEMORY_MMAP;
272 mVideoInfo->buf.memory = V4L2_MEMORY_MMAP;
367 mVideoInfo->buf.memory = V4L2_MEMORY_MMAP;
584 mVideoInfo->buf.memory = V4L2_MEMORY_MMAP;
711 mVideoInfo->buf.memory = V4L2_MEMORY_MMAP;
775 mVideoInfo->buf.memory = V4L2_MEMORY_MMAP;
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_capture/linux/
video_capture_linux.cc 340 rbuffer.memory = V4L2_MEMORY_MMAP;
363 buffer.memory = V4L2_MEMORY_MMAP;
458 buf.memory = V4L2_MEMORY_MMAP;
  /hardware/samsung_slsi/exynos5/libv4l2/
exynos_v4l2.c 408 if ((req->memory != V4L2_MEMORY_MMAP) &&
453 if ((buf->memory != V4L2_MEMORY_MMAP) &&
491 if ((buf->memory != V4L2_MEMORY_MMAP) &&
530 if ((buf->memory != V4L2_MEMORY_MMAP) &&
  /external/chromium_org/content/common/gpu/media/
v4l2_video_encode_accelerator.cc 499 dqbuf.memory = V4L2_MEMORY_MMAP;
527 dqbuf.memory = V4L2_MEMORY_MMAP;
662 qbuf.memory = V4L2_MEMORY_MMAP;
    [all...]
v4l2_video_decode_accelerator.cc     [all...]
v4l2_image_processor.cc 327 reqbufs.memory = V4L2_MEMORY_MMAP;
381 reqbufs.memory = V4L2_MEMORY_MMAP;
634 qbuf.memory = V4L2_MEMORY_MMAP;
  /hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegBase.cpp 185 //if (pstBufInfo->memory == V4L2_MEMORY_MMAP)
392 stBufInfo.memory = V4L2_MEMORY_MMAP;
801 iRet = t_v4l2Dqbuf(t_iJpegFd, V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, V4L2_MEMORY_MMAP, iInBufPlanes);
806 iRet = t_v4l2Dqbuf(t_iJpegFd, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, V4L2_MEMORY_MMAP, iOutBufPlanes);
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
ExynosVideoDecoder.c 869 req.memory = V4L2_MEMORY_MMAP;
896 buf.memory = V4L2_MEMORY_MMAP;
987 req.memory = V4L2_MEMORY_MMAP;
1014 buf.memory = V4L2_MEMORY_MMAP;
    [all...]
  /external/qemu/android/camera/
camera-capture-linux.c 327 req.memory = V4L2_MEMORY_MMAP;
358 buf.memory = V4L2_MEMORY_MMAP;
378 buf.memory = V4L2_MEMORY_MMAP;
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/
ExynosVideoEncoder.c     [all...]
  /device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
QualcommUsbCamera.cpp     [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_main_menu.c 212 int memoryType = V4L2_MEMORY_MMAP; /* default */
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_main_menu.c 222 int memoryType = V4L2_MEMORY_MMAP; /* default */
    [all...]
  /bionic/libc/kernel/uapi/linux/
videodev2.h 77 V4L2_MEMORY_MMAP = 1,
    [all...]
  /development/ndk/platforms/android-3/include/linux/
videodev2.h 78 V4L2_MEMORY_MMAP = 1,
  /development/ndk/platforms/android-L/include/linux/
videodev2.h 77 V4L2_MEMORY_MMAP = 1,
    [all...]
  /external/kernel-headers/original/uapi/linux/
videodev2.h 165 V4L2_MEMORY_MMAP = 1,
590 * V4L2_MEMORY_MMAP, equals the offset from the start of
631 * @offset: for non-multiplanar buffers with memory == V4L2_MEMORY_MMAP;
    [all...]