Home
last modified time | relevance | path

Searched refs:GSC_M2M_BUF_NUM (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/media/platform/exynos-gsc/
Dgsc-m2m.c185 gsc_hw_set_input_addr(gsc, &ctx->s_frame.addr, GSC_M2M_BUF_NUM); in gsc_m2m_device_run()
186 gsc_hw_set_output_addr(gsc, &ctx->d_frame.addr, GSC_M2M_BUF_NUM); in gsc_m2m_device_run()
189 gsc_hw_set_input_buf_masking(gsc, GSC_M2M_BUF_NUM, false); in gsc_m2m_device_run()
190 gsc_hw_set_output_buf_masking(gsc, GSC_M2M_BUF_NUM, false); in gsc_m2m_device_run()
Dgsc-core.h35 #define GSC_M2M_BUF_NUM 0 macro