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

/hardware/samsung_slsi/exynos5/include/
H A Dexynos_v4l2.h76 int exynos_v4l2_streamon(int fd, enum v4l2_buf_type type);
/hardware/samsung_slsi/exynos5/librotator/
H A Dexynos_rotator.c901 if (exynos_v4l2_streamon(rotator_handle->rotator_fd, rotator_handle->src.buf_type) < 0) {
902 ALOGE("%s::exynos_v4l2_streamon(src) fail", __func__);
909 if (exynos_v4l2_streamon(rotator_handle->rotator_fd, rotator_handle->dst.buf_type) < 0) {
910 ALOGE("%s::exynos_v4l2_streamon(dst) fail", __func__);
928 ALOGE("%s::exynos_v4l2_streamon(src) fail", __func__);
936 ALOGE("%s::exynos_v4l2_streamon(dst) fail", __func__);
/hardware/samsung_slsi/exynos5/libgscaler/
H A Dexynos_gscaler.c1699 if (exynos_v4l2_streamon(gsc_handle->gsc_vd_entity->fd, buf.type) < 0) {
1874 if (exynos_v4l2_streamon(gsc_handle->gsc_fd, gsc_handle->src.buf_type) < 0) {
1875 ALOGE("%s::exynos_v4l2_streamon(src) fail", __func__);
1882 if (exynos_v4l2_streamon(gsc_handle->gsc_fd, gsc_handle->dst.buf_type) < 0) {
1883 ALOGE("%s::exynos_v4l2_streamon(dst) fail", __func__);
/hardware/samsung_slsi/exynos5/libv4l2/
H A Dexynos_v4l2.c553 int exynos_v4l2_streamon(int fd, enum v4l2_buf_type type) function
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
H A DExynosVideoDecoder.c1088 if (exynos_v4l2_streamon(pCtx->hDec, V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) != 0) {
1115 if (exynos_v4l2_streamon(pCtx->hDec, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) != 0) {
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/
H A DExynosVideoEncoder.c1423 if (exynos_v4l2_streamon(pCtx->hEnc, V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) != 0) {
1450 if (exynos_v4l2_streamon(pCtx->hEnc, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) != 0) {
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCamera.cpp1185 if (exynos_v4l2_streamon(m_previewDev->fd, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) < 0) {
1186 ALOGE("ERR(%s):exynos_v4l2_streamon() fail", __func__);
1440 if (exynos_v4l2_streamon(m_videoDev->fd, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) < 0) {
1441 ALOGE("ERR(%s):exynos_v4l2_streamon() fail", __func__);
1623 if (exynos_v4l2_streamon(m_pictureDev->fd, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) < 0) {
1624 ALOGE("ERR(%s):exynos_v4l2_streamon() fail", __func__);
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp749 if (exynos_v4l2_streamon(hl.fd, buffer.type) < 0) {
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp193 ret = exynos_v4l2_streamon(node->fd, type);

Completed in 397 milliseconds