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

  /hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegBase.cpp 111 case V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE:
160 case V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE:
252 if ((eType == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) && \
387 t_v4l2StreamOff(t_iJpegFd, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE);
398 stBufInfo.buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
741 iRet = t_v4l2SetFmt(t_iJpegFd, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, &t_stJpegConfig);
748 stBufInfo.buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
782 stBufInfo.buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
795 iRet = t_v4l2StreamOn(t_iJpegFd, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE);
806 iRet = t_v4l2Dqbuf(t_iJpegFd, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, V4L2_MEMORY_MMAP, iOutBufPlanes)
    [all...]
ExynosJpegDecoder.cpp 119 int iRet = t_v4l2GetFmt(t_iJpegFd, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, &t_stJpegConfig);
    [all...]
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_stream.c 200 vb.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
233 crop.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
338 s_parm.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
389 buffer.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
427 bufreq.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
521 bufreq.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
572 bufreq.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
645 stream->fmt.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
811 buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
851 enum v4l2_buf_type buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_stream.c 754 enum v4l2_buf_type buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
780 enum v4l2_buf_type buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
838 vb.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
883 crop_info.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
ExynosVideoDecoder.c 726 fmt.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
768 fmt.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
774 crop.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
944 req.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
976 buf.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
1075 if (exynos_v4l2_streamon(pCtx->hDec, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) != 0) {
1135 if (exynos_v4l2_streamoff(pCtx->hDec, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) != 0) {
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCamera.cpp     [all...]
  /hardware/qcom/media/mm-video/vidc/venc/src/
video_encoder_device_copper.cpp 188 v4l2_buf.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
341 fdesc.type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
371 fmt.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
391 bufreq.type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
438 btype = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
583 fmt.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
591 fmt.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/
ExynosVideoEncoder.c     [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec_copper.cpp 150 v4l2_buf.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
    [all...]
  /hardware/samsung_slsi/exynos5/libv4l2/
exynos_v4l2.c 63 case V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE:
  /bionic/libc/kernel/common/linux/
videodev2.h 77 V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE = 9,
82 #define V4L2_TYPE_IS_MULTIPLANAR(type) ((type) == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
    [all...]
  /external/kernel-headers/original/linux/
videodev2.h 161 V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE = 9,
167 ((type) == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE \
    [all...]
  /hardware/samsung_slsi/exynos5/include/
videodev2.h 161 V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE = 9,
167 ((type) == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE \
    [all...]
  /hardware/samsung_slsi/exynos5/libgscaler/
exynos_gscaler.c 725 gsc_handle->dst.buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
904 gsc_handle->dst.buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
    [all...]
  /hardware/samsung_slsi/exynos5/librotator/
exynos_rotator.c 601 rotator_handle->dst.buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp 205 enum v4l2_buf_type type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
    [all...]

Completed in 1708 milliseconds