Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfh264enc.cpp202 guint adaptive_mode; member
289 if (device_caps->adaptive_mode) { in gst_mf_h264_enc_class_init()
539 self->adaptive_mode = DEFAULT_ADAPTIVE_MODE; in gst_mf_h264_enc_init()
587 g_value_set_enum (value, self->adaptive_mode); in gst_mf_h264_enc_get_property()
672 self->adaptive_mode = g_value_get_enum (value); in gst_mf_h264_enc_set_property()
884 if (device_caps->adaptive_mode) { in gst_mf_h264_enc_set_option()
885 guint adaptive_mode; in gst_mf_h264_enc_set_option() local
886 adaptive_mode = gst_mf_h264_enc_adaptive_mode_to_enum (self->adaptive_mode); in gst_mf_h264_enc_set_option()
887 if (adaptive_mode != G_MAXUINT) { in gst_mf_h264_enc_set_option()
889 &CODECAPI_AVEncAdaptiveMode, adaptive_mode); in gst_mf_h264_enc_set_option()
Dgstmfvideoenc.h54 gboolean adaptive_mode; /* AVEncAdaptiveMode */ member
Dgstmfvideoenc.cpp1747 CHECK_DEVICE_CAPS (codec_api, CODECAPI_AVEncAdaptiveMode, adaptive_mode); in gst_mf_video_enc_enum_internal()