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

  /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);
  /hardware/qcom/media/mm-video/vidc/venc/src/
video_encoder_device_copper.cpp 206 v4l2_buf.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
349 fdesc.type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
361 fmt.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
385 bufreq.type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
432 btype = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
548 fmt.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
559 bufreq.type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
ExynosVideoDecoder.c 685 fmt.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
825 req.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
857 buf.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
1048 if (exynos_v4l2_streamon(pCtx->hDec, V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) != 0) {
1103 if (exynos_v4l2_streamoff(pCtx->hDec, V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) != 0) {
    [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/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;
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 496 reqbuf.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
528 if (exynos_v4l2_streamoff(hl.fd, V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) < 0)
535 reqbuf.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
677 fmt.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
718 buffer.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
733 buffer.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
    [all...]
  /bionic/libc/kernel/common/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...]
  /external/kernel-headers/original/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/
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/libv4l2/
exynos_v4l2.c 65 case V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE:
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec_copper.cpp 167 v4l2_buf.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp 220 enum v4l2_buf_type type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
    [all...]

Completed in 179 milliseconds