Searched refs:V4L2_CID_ROTATE (Results 1 - 3 of 3) sorted by relevance

/hardware/samsung_slsi/exynos5/librotator/
H A Dexynos_rotator.c482 if (exynos_v4l2_g_ctrl(fd, V4L2_CID_ROTATE, &value) < 0) {
483 ALOGE("%s::exynos_v4l2_g_ctrl(V4L2_CID_ROTATE) fail");
507 if (exynos_v4l2_s_ctrl(fd, V4L2_CID_ROTATE, info->rotation) < 0) {
508 ALOGE("%s::exynos_v4l2_s_ctrl(V4L2_CID_ROTATE) fail", __func__);
/hardware/samsung_slsi/exynos5/libgscaler/
H A Dexynos_gscaler.c608 if (exynos_v4l2_s_ctrl(fd, V4L2_CID_ROTATE, info->rotation) < 0) {
609 ALOGE("%s::exynos_v4l2_s_ctrl(V4L2_CID_ROTATE) fail", __func__);
1548 if (exynos_v4l2_s_ctrl(gsc_handle->gsc_vd_entity->fd, V4L2_CID_ROTATE, rotate) < 0) {
1549 ALOGE("%s:: exynos_v4l2_s_ctrl (V4L2_CID_ROTATE: %d) failed", __func__, rotate);
/hardware/samsung_slsi/exynos5/include/
H A Dvideodev2.h1292 #define V4L2_CID_ROTATE (V4L2_CID_BASE+34) macro

Completed in 72 milliseconds