Searched refs:exynos_v4l2_streamon (Results 1 – 9 of 9) sorted by relevance
/hardware/samsung_slsi/exynos5/include/ |
D | exynos_v4l2.h | 76 int exynos_v4l2_streamon(int fd, enum v4l2_buf_type type);
|
/hardware/samsung_slsi/exynos5/librotator/ |
D | exynos_rotator.c | 901 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/ |
D | exynos_v4l2.c | 553 int exynos_v4l2_streamon(int fd, enum v4l2_buf_type type) in exynos_v4l2_streamon() function
|
/hardware/samsung_slsi/exynos5/libgscaler/ |
D | exynos_gscaler.c | 1714 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/ |
D | ExynosVideoDecoder.c | 1088 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/ |
D | ExynosCamera.cpp | 1185 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/ |
D | ExynosVideoEncoder.c | 1423 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/ |
D | hwc.cpp | 749 if (exynos_v4l2_streamon(hl.fd, buffer.type) < 0) { in hdmi_output()
|
/hardware/samsung_slsi/exynos5/libcamera2/ |
D | ExynosCameraHWInterface2.cpp | 194 ret = exynos_v4l2_streamon(node->fd, type); in cam_int_streamon()
|