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

1 2

  /hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegBase.cpp 103 case V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE:
152 case V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE:
386 t_v4l2StreamOff(t_iJpegFd, V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE);
394 stBufInfo.buf_type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
722 iRet = t_v4l2SetFmt(t_iJpegFd, V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, &t_stJpegConfig);
731 stBufInfo.buf_type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
771 stBufInfo.buf_type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
790 iRet = t_v4l2StreamOn(t_iJpegFd, V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE);
801 iRet = t_v4l2Dqbuf(t_iJpegFd, V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, V4L2_MEMORY_MMAP, iInBufPlanes);
  /external/chromium_org/content/common/gpu/media/
v4l2_video_encode_accelerator.cc 454 __u32 type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
493 dqbuf.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
600 qbuf.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
702 __u32 type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
816 parms.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
881 format.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
899 format.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
    [all...]
v4l2_image_processor.cc 243 format.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
263 crop.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
273 reqbufs.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
356 reqbufs.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
455 __u32 type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
495 dqbuf.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
596 qbuf.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
678 __u32 type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
v4l2_video_decode_accelerator.cc     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
video_encoder_device_copper.cpp 204 v4l2_buf.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
347 fdesc.type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
359 fmt.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
383 bufreq.type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
430 btype = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
546 fmt.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
557 bufreq.type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 342 v4l2_buf.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
    [all...]
  /hardware/samsung_slsi/exynos5/libgscaler/
exynos_gscaler.c 724 gsc_handle->src.buf_type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
903 gsc_handle->src.buf_type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/
ExynosVideoEncoder.c     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
ExynosVideoDecoder.c 723 fmt.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
863 req.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
895 buf.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
1088 if (exynos_v4l2_streamon(pCtx->hDec, V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) != 0) {
1143 if (exynos_v4l2_streamoff(pCtx->hDec, V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) != 0) {
    [all...]
  /bionic/libc/kernel/uapi/linux/
videodev2.h 64 V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE = 10,
67 #define V4L2_TYPE_IS_MULTIPLANAR(type) ((type) == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
69 #define V4L2_TYPE_IS_OUTPUT(type) ((type) == V4L2_BUF_TYPE_VIDEO_OUTPUT || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OVERLAY || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY || (type) == V4L2_BUF_TYPE_VBI_OUTPUT || (type) == V4L2_BUF_TYPE_SLICED_VBI_OUTPUT)
    [all...]
  /development/ndk/platforms/android-L/include/linux/
videodev2.h 64 V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE = 10,
67 #define V4L2_TYPE_IS_MULTIPLANAR(type) ((type) == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
69 #define V4L2_TYPE_IS_OUTPUT(type) ((type) == V4L2_BUF_TYPE_VIDEO_OUTPUT || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OVERLAY || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY || (type) == V4L2_BUF_TYPE_VBI_OUTPUT || (type) == V4L2_BUF_TYPE_SLICED_VBI_OUTPUT)
    [all...]
  /external/kernel-headers/original/uapi/linux/
videodev2.h 141 V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE = 10,
148 || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
152 || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE \
    [all...]
  /hardware/samsung_slsi/exynos5/librotator/
exynos_rotator.c 462 if (info->buf_type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
523 if (info->buf_type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
600 rotator_handle->src.buf_type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
videodev2.h 64 V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE = 10,
67 #define V4L2_TYPE_IS_MULTIPLANAR(type) ((type) == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
69 #define V4L2_TYPE_IS_OUTPUT(type) ((type) == V4L2_BUF_TYPE_VIDEO_OUTPUT || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OVERLAY || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY || (type) == V4L2_BUF_TYPE_VBI_OUTPUT || (type) == V4L2_BUF_TYPE_SLICED_VBI_OUTPUT)
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
videodev2.h 64 V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE = 10,
67 #define V4L2_TYPE_IS_MULTIPLANAR(type) ((type) == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
69 #define V4L2_TYPE_IS_OUTPUT(type) ((type) == V4L2_BUF_TYPE_VIDEO_OUTPUT || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OVERLAY || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY || (type) == V4L2_BUF_TYPE_VBI_OUTPUT || (type) == V4L2_BUF_TYPE_SLICED_VBI_OUTPUT)
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
videodev2.h 64 V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE = 10,
67 #define V4L2_TYPE_IS_MULTIPLANAR(type) ((type) == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
69 #define V4L2_TYPE_IS_OUTPUT(type) ((type) == V4L2_BUF_TYPE_VIDEO_OUTPUT || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OVERLAY || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY || (type) == V4L2_BUF_TYPE_VBI_OUTPUT || (type) == V4L2_BUF_TYPE_SLICED_VBI_OUTPUT)
    [all...]
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 490 reqbuf.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
522 if (exynos_v4l2_streamoff(hl.fd, V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) < 0)
529 reqbuf.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
671 fmt.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
712 buffer.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
727 buffer.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/linux/
videodev2.h 64 V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE = 10,
67 #define V4L2_TYPE_IS_MULTIPLANAR(type) ((type) == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
69 #define V4L2_TYPE_IS_OUTPUT(type) ((type) == V4L2_BUF_TYPE_VIDEO_OUTPUT || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OVERLAY || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY || (type) == V4L2_BUF_TYPE_VBI_OUTPUT || (type) == V4L2_BUF_TYPE_SLICED_VBI_OUTPUT)
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
videodev2.h 141 V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE = 10,
148 || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
152 || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE \
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 192 v4l2_buf.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
    [all...]
  /hardware/qcom/msm8960/kernel-headers/linux/
videodev2.h 79 V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE = 10,
82 #define V4L2_TYPE_IS_MULTIPLANAR(type) ((type) == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
84 #define V4L2_TYPE_IS_OUTPUT(type) ((type) == V4L2_BUF_TYPE_VIDEO_OUTPUT || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OVERLAY || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY || (type) == V4L2_BUF_TYPE_VBI_OUTPUT || (type) == V4L2_BUF_TYPE_SLICED_VBI_OUTPUT)
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/linux/
videodev2.h 162 V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE = 10,
168 || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
172 || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE \
    [all...]
  /hardware/qcom/msm8x74/kernel-headers/linux/
videodev2.h 79 V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE = 10,
82 #define V4L2_TYPE_IS_MULTIPLANAR(type) ((type) == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
84 #define V4L2_TYPE_IS_OUTPUT(type) ((type) == V4L2_BUF_TYPE_VIDEO_OUTPUT || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OVERLAY || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY || (type) == V4L2_BUF_TYPE_VBI_OUTPUT || (type) == V4L2_BUF_TYPE_SLICED_VBI_OUTPUT)
    [all...]
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
videodev2.h 162 V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE = 10,
168 || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
172 || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE \
    [all...]
  /hardware/samsung_slsi/exynos5/include/linux/
videodev2.h 162 V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE = 10,
168 || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
172 || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE \
    [all...]

Completed in 220 milliseconds

1 2