HomeSort by relevance Sort by last modified time
    Searched defs:buf_type (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_stream.c 802 enum v4l2_buf_type buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; local
817 rc = ioctl(my_obj->fd, VIDIOC_STREAMON, &buf_type);
831 enum v4l2_buf_type buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; local
841 rc = ioctl(my_obj->fd, VIDIOC_STREAMOFF, &buf_type);
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 862 enum v4l2_buf_type buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; local
867 rc = ioctl(my_obj->fd, VIDIOC_STREAMON, &buf_type);
893 enum v4l2_buf_type buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; local
911 rc = ioctl(my_obj->fd, VIDIOC_STREAMOFF, &buf_type);
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 964 enum v4l2_buf_type buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; local
995 enum v4l2_buf_type buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; local
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 964 enum v4l2_buf_type buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; local
995 enum v4l2_buf_type buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; local
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 1145 enum v4l2_buf_type buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; local
1206 enum v4l2_buf_type buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; local
    [all...]
  /bionic/libc/kernel/uapi/drm/
exynos_drm.h 189 enum drm_exynos_ipp_buf_type buf_type; member in struct:drm_exynos_ipp_queue_buf
  /device/huawei/angler/camera/QCamera2/stack/common/
mm_camera_interface.h 123 cam_stream_buf_type buf_type; member in struct:mm_camera_buf_def
385 * @buf_type : type of mapping buffers, can be value of
395 uint8_t buf_type,
402 * @buf_type : type of mapping buffers, can be value of
410 uint8_t buf_type);
573 * @buf_type : type of mapping buffers, can be value of
589 uint8_t buf_type,
600 * @buf_type : type of mapping buffers, can be value of
614 uint8_t buf_type,
  /device/lge/bullhead/camera/QCamera2/stack/common/
mm_camera_interface.h 123 cam_stream_buf_type buf_type; member in struct:mm_camera_buf_def
385 * @buf_type : type of mapping buffers, can be value of
395 uint8_t buf_type,
402 * @buf_type : type of mapping buffers, can be value of
410 uint8_t buf_type);
573 * @buf_type : type of mapping buffers, can be value of
589 uint8_t buf_type,
600 * @buf_type : type of mapping buffers, can be value of
614 uint8_t buf_type,
  /external/kernel-headers/original/uapi/drm/
exynos_drm.h 251 * @buf_type: definition of buffer.
259 enum drm_exynos_ipp_buf_type buf_type; member in struct:drm_exynos_ipp_queue_buf
  /hardware/qcom/camera/QCamera2/stack/common/
mm_camera_interface.h 127 cam_stream_buf_type buf_type; member in struct:mm_camera_buf_def
427 * @buf_type : type of mapping buffers, can be value of
437 uint8_t buf_type,
454 * @buf_type : type of mapping buffers, can be value of
462 uint8_t buf_type);
625 * @buf_type : type of mapping buffers, can be value of
641 uint8_t buf_type,
664 * @buf_type : type of mapping buffers, can be value of
678 uint8_t buf_type,
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
video_encoder_device_copper.cpp 1180 enum v4l2_buf_type buf_type; local
1619 enum v4l2_buf_type buf_type; local
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 306 uint8_t buf_type; member in struct:__anon5614
315 uint8_t buf_type; member in struct:__anon5615
487 uint8_t buf_type,
491 uint8_t buf_type);
550 uint8_t buf_type,
558 uint8_t buf_type,
594 uint8_t buf_type,
600 uint8_t buf_type,
  /external/libdrm/exynos/
exynos_fimg2d.h 283 enum e_g2d_buf_type buf_type; member in struct:g2d_image
  /external/opencv3/modules/imgproc/src/
imgwarp.cpp 1513 typedef WT buf_type; typedef in struct:cv::HResizeCubic
1565 typedef WT buf_type; typedef in struct:cv::VResizeCubic
1586 typedef WT buf_type; typedef in struct:cv::HResizeLanczos4
1640 typedef WT buf_type; typedef in struct:cv::VResizeLanczos4
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 2279 enum v4l2_buf_type buf_type; local
2808 enum v4l2_buf_type buf_type; local
    [all...]
  /hardware/qcom/media/msm8996/videopp/src/
omx_vdpp.cpp 231 enum v4l2_buf_type buf_type; local
232 memcpy(&buf_type, dqevent.u.data, sizeof(buf_type));
233 if(V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE == buf_type)
243 else if(V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE == buf_type)
255 DEBUG_PRINT_HIGH(" Wrong buf_type recieved %d\n", buf_type);
2393 enum v4l2_buf_type buf_type; local
4043 enum v4l2_buf_type buf_type; local
5020 enum v4l2_buf_type buf_type; local
5641 enum v4l2_buf_type buf_type; local
    [all...]
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_q6vdec.h 204 u32 buf_type; member in struct:vdec_buf_info
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_q6vdec.h 173 u32 buf_type; member in struct:vdec_buf_info
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_q6vdec.h 204 u32 buf_type; member in struct:vdec_buf_info
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_q6vdec.h 173 u32 buf_type; member in struct:vdec_buf_info
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 334 uint8_t buf_type; member in struct:__anon3559
343 uint8_t buf_type; member in struct:__anon3560
538 uint8_t buf_type,
542 uint8_t buf_type);
605 uint8_t buf_type,
613 uint8_t buf_type,
648 uint8_t buf_type,
654 uint8_t buf_type,
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 334 uint8_t buf_type; member in struct:__anon4470
343 uint8_t buf_type; member in struct:__anon4471
538 uint8_t buf_type,
542 uint8_t buf_type);
605 uint8_t buf_type,
613 uint8_t buf_type,
648 uint8_t buf_type,
654 uint8_t buf_type,
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec_copper.cpp 4809 enum v4l2_buf_type buf_type; local
5410 enum v4l2_buf_type buf_type; local
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 2767 enum v4l2_buf_type buf_type; local
3385 enum v4l2_buf_type buf_type; local
3510 enum v4l2_buf_type buf_type; local
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/media/
msmb_isp.h 366 enum msm_isp_buf_type buf_type; member in struct:msm_isp_buf_request

Completed in 1390 milliseconds

1 2 3 4