Searched refs:stream_on (Results 1 – 3 of 3) sorted by relevance
74 bool stream_on; member364 if (rotator_handle->src.stream_on == true) { in m_exynos_rotator_destroy()368 rotator_handle->src.stream_on = false; in m_exynos_rotator_destroy()371 if (rotator_handle->dst.stream_on == true) { in m_exynos_rotator_destroy()375 rotator_handle->dst.stream_on = false; in m_exynos_rotator_destroy()499 if (info->stream_on == true) { in m_exynos_rotator_set_format()504 info->stream_on = false; in m_exynos_rotator_set_format()900 if (rotator_handle->src.stream_on == false) { in exynos_rotator_convert()905 rotator_handle->src.stream_on = true; in exynos_rotator_convert()908 if (rotator_handle->dst.stream_on == false) { in exynos_rotator_convert()[all …]
483 if (gsc_handle->src.stream_on == true) { in m_exynos_gsc_out_destroy()487 gsc_handle->src.stream_on = false; in m_exynos_gsc_out_destroy()1426 if (gsc_handle->src.stream_on != false) { in exynos_gsc_out_config()1713 if (gsc_handle->src.stream_on == false) { in exynos_gsc_out_run()1718 gsc_handle->src.stream_on = true; in exynos_gsc_out_run()1741 if (gsc_handle->src.stream_on == true) { in exynos_gsc_out_stop()1747 gsc_handle->src.stream_on = false; in exynos_gsc_out_stop()1814 if (gsc_handle->src.stream_on == true) { in exynos_gsc_m2m_run_core()1888 if (gsc_handle->src.stream_on == false) { in exynos_gsc_m2m_run_core()1893 gsc_handle->src.stream_on = true; in exynos_gsc_m2m_run_core()[all …]
109 bool stream_on; member