Home
last modified time | relevance | path

Searched refs:GSC_DST_FMT (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/media/platform/samsung/exynos-gsc/
Dgsc-m2m.c352 gsc_ctx_state_lock_set(GSC_PARAMS | GSC_DST_FMT, ctx); in gsc_m2m_s_fmt_mplane()
413 } else if (!gsc_ctx_state_is_set(GSC_DST_FMT, ctx)) { in gsc_m2m_streamon()
524 if (gsc_ctx_state_is_set(GSC_DST_FMT | GSC_SRC_FMT, ctx)) { in gsc_m2m_s_selection()
Dgsc-core.h44 #define GSC_DST_FMT (1 << 2) macro
Dgsc-core.c701 unsigned int flags = GSC_DST_FMT | GSC_SRC_FMT; in __gsc_s_ctrl()