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

/hardware/samsung_slsi/exynos5/librotator/
H A Dexynos_rotator.c362 struct ROTATOR_HANDLE *rotator_handle)
364 if (rotator_handle->src.stream_on == true) {
365 if (exynos_v4l2_streamoff(rotator_handle->rotator_fd, rotator_handle->src.buf_type) < 0)
368 rotator_handle->src.stream_on = false;
371 if (rotator_handle->dst.stream_on == true) {
372 if (exynos_v4l2_streamoff(rotator_handle->rotator_fd, rotator_handle->dst.buf_type) < 0)
375 rotator_handle->dst.stream_on = false;
378 if (0 < rotator_handle
361 m_exynos_rotator_destroy( struct ROTATOR_HANDLE *rotator_handle) argument
385 m_exynos_rotator_find_and_trylock_and_create( struct ROTATOR_HANDLE *rotator_handle) argument
590 struct ROTATOR_HANDLE *rotator_handle = (struct ROTATOR_HANDLE *)malloc(sizeof(struct ROTATOR_HANDLE)); local
662 struct ROTATOR_HANDLE *rotator_handle = (struct ROTATOR_HANDLE *)handle; local
699 struct ROTATOR_HANDLE *rotator_handle; local
732 struct ROTATOR_HANDLE *rotator_handle; local
761 struct ROTATOR_HANDLE *rotator_handle; local
795 struct ROTATOR_HANDLE *rotator_handle; local
818 struct ROTATOR_HANDLE *rotator_handle; local
840 struct ROTATOR_HANDLE *rotator_handle; local
955 struct ROTATOR_HANDLE *rotator_handle; local
985 struct ROTATOR_HANDLE *rotator_handle; local
[all...]

Completed in 71 milliseconds