Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264enc.h88 gboolean background_detection; member
Dgstopenh264enc.cpp403 openh264enc->background_detection = DEFAULT_BACKGROUND_DETECTION; in gst_openh264enc_init()
521 openh264enc->background_detection = g_value_get_boolean (value); in gst_openh264enc_set_property()
609 g_value_set_boolean (value, openh264enc->background_detection); in gst_openh264enc_get_property()
793 enc_params.bEnableBackgroundDetection = openh264enc->background_detection; in gst_openh264enc_set_format()