Searched refs:OBS_DEINTERLACE_MODE_DISABLE (Results 1 – 5 of 5) sorted by relevance
317 case OBS_DEINTERLACE_MODE_DISABLE: in get_effect()352 case OBS_DEINTERLACE_MODE_DISABLE: in deinterlace_linear_required()453 source->deinterlace_mode = OBS_DEINTERLACE_MODE_DISABLE; in disable_deinterlacing()469 if (source->deinterlace_mode == OBS_DEINTERLACE_MODE_DISABLE) { in obs_source_set_deinterlace_mode()471 } else if (mode == OBS_DEINTERLACE_MODE_DISABLE) { in obs_source_set_deinterlace_mode()486 : OBS_DEINTERLACE_MODE_DISABLE; in obs_source_get_deinterlace_mode()
1180 OBS_DEINTERLACE_MODE_DISABLE, enumerator
43 return source->deinterlace_mode != OBS_DEINTERLACE_MODE_DISABLE; in deinterlacing_enabled()
1084 :param mode: | OBS_DEINTERLACE_MODE_DISABLE - Disables deinterlacing
5158 ADD_MODE("Disable", OBS_DEINTERLACE_MODE_DISABLE);