Home
last modified time | relevance | path

Searched refs:req_buf (Results 1 – 2 of 2) sorted by relevance

/hardware/samsung_slsi/exynos5/libgscaler/
Dexynos_gscaler.c604 struct v4l2_requestbuffers req_buf; in m_exynos_gsc_set_format() local
660 req_buf.count = 1; in m_exynos_gsc_set_format()
661 req_buf.type = info->buf_type; in m_exynos_gsc_set_format()
662 req_buf.memory = V4L2_MEMORY_DMABUF; in m_exynos_gsc_set_format()
663 if (exynos_v4l2_reqbufs(fd, &req_buf) < 0) { in m_exynos_gsc_set_format()
1955 struct v4l2_requestbuffers req_buf; in exynos_gsc_m2m_stop() local
2016 req_buf.count = 0; in exynos_gsc_m2m_stop()
2017 req_buf.type = gsc_handle->src.buf_type; in exynos_gsc_m2m_stop()
2018 req_buf.memory = V4L2_MEMORY_DMABUF; in exynos_gsc_m2m_stop()
2019 if (exynos_v4l2_reqbufs(gsc_handle->gsc_fd, &req_buf) < 0) { in exynos_gsc_m2m_stop()
[all …]
/hardware/samsung_slsi/exynos5/librotator/
Dexynos_rotator.c437 struct v4l2_requestbuffers req_buf; in m_exynos_rotator_set_format() local
541 req_buf.count = 1; in m_exynos_rotator_set_format()
542 req_buf.type = info->buf_type; in m_exynos_rotator_set_format()
543 req_buf.memory = V4L2_MEMORY_USERPTR; in m_exynos_rotator_set_format()
544 if (exynos_v4l2_reqbufs(fd, &req_buf) < 0) { in m_exynos_rotator_set_format()