Lines Matching refs:stream_on
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()
1896 if (gsc_handle->dst.stream_on == false) { in exynos_gsc_m2m_run_core()
1901 gsc_handle->dst.stream_on = true; in exynos_gsc_m2m_run_core()
1926 if ((gsc_handle->src.stream_on == false) || (gsc_handle->dst.stream_on == false)) { in exynos_gsc_m2m_wait_frame_done()
1962 if (!gsc_handle->src.stream_on && !gsc_handle->dst.stream_on) { in exynos_gsc_m2m_stop()
1965 } else if (gsc_handle->src.stream_on != gsc_handle->dst.stream_on) { in exynos_gsc_m2m_stop()
1967 __func__, gsc_handle->src.stream_on, gsc_handle->dst.stream_on); in exynos_gsc_m2m_stop()
1978 if (gsc_handle->src.stream_on == true) { in exynos_gsc_m2m_stop()
1983 gsc_handle->src.stream_on = false; in exynos_gsc_m2m_stop()
1987 if (gsc_handle->dst.stream_on == true) { in exynos_gsc_m2m_stop()
1992 gsc_handle->dst.stream_on = false; in exynos_gsc_m2m_stop()