Home
last modified time | relevance | path

Searched refs:exynos_v4l2_streamon (Results 1 – 9 of 9) sorted by relevance

/hardware/samsung_slsi/exynos5/include/
Dexynos_v4l2.h76 int exynos_v4l2_streamon(int fd, enum v4l2_buf_type type);
/hardware/samsung_slsi/exynos5/librotator/
Dexynos_rotator.c901 if (exynos_v4l2_streamon(rotator_handle->rotator_fd, rotator_handle->src.buf_type) < 0) { in exynos_rotator_convert()
909 if (exynos_v4l2_streamon(rotator_handle->rotator_fd, rotator_handle->dst.buf_type) < 0) { in exynos_rotator_convert()
/hardware/samsung_slsi/exynos5/libv4l2/
Dexynos_v4l2.c553 int exynos_v4l2_streamon(int fd, enum v4l2_buf_type type) in exynos_v4l2_streamon() function
/hardware/samsung_slsi/exynos5/libgscaler/
Dexynos_gscaler.c1714 if (exynos_v4l2_streamon(gsc_handle->gsc_vd_entity->fd, buf.type) < 0) { in exynos_gsc_out_run()
1889 if (exynos_v4l2_streamon(gsc_handle->gsc_fd, gsc_handle->src.buf_type) < 0) { in exynos_gsc_m2m_run_core()
1897 if (exynos_v4l2_streamon(gsc_handle->gsc_fd, gsc_handle->dst.buf_type) < 0) { in exynos_gsc_m2m_run_core()
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
DExynosVideoDecoder.c1088 if (exynos_v4l2_streamon(pCtx->hDec, V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) != 0) { in MFC_Decoder_Run_Inbuf()
1115 if (exynos_v4l2_streamon(pCtx->hDec, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) != 0) { in MFC_Decoder_Run_Outbuf()
/hardware/samsung_slsi/exynos5/libcamera/
DExynosCamera.cpp1185 if (exynos_v4l2_streamon(m_previewDev->fd, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) < 0) { in startPreview()
1440 if (exynos_v4l2_streamon(m_videoDev->fd, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) < 0) { in startVideo()
1623 if (exynos_v4l2_streamon(m_pictureDev->fd, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) < 0) { in startPicture()
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/
DExynosVideoEncoder.c1423 if (exynos_v4l2_streamon(pCtx->hEnc, V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) != 0) { in MFC_Encoder_Run_Inbuf()
1450 if (exynos_v4l2_streamon(pCtx->hEnc, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) != 0) { in MFC_Encoder_Run_Outbuf()
/hardware/samsung_slsi/exynos5/libhwc/
Dhwc.cpp749 if (exynos_v4l2_streamon(hl.fd, buffer.type) < 0) { in hdmi_output()
/hardware/samsung_slsi/exynos5/libcamera2/
DExynosCameraHWInterface2.cpp194 ret = exynos_v4l2_streamon(node->fd, type); in cam_int_streamon()