Home
last modified time | relevance | path

Searched refs:reconfig (Results 1 – 21 of 21) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvh264enc.c562 gboolean reconfig = FALSE; in gst_nv_h264_enc_set_property() local
572 reconfig = TRUE; in gst_nv_h264_enc_set_property()
581 reconfig = TRUE; in gst_nv_h264_enc_set_property()
589 reconfig = TRUE; in gst_nv_h264_enc_set_property()
597 reconfig = TRUE; in gst_nv_h264_enc_set_property()
605 reconfig = TRUE; in gst_nv_h264_enc_set_property()
613 reconfig = TRUE; in gst_nv_h264_enc_set_property()
628 if (reconfig) in gst_nv_h264_enc_set_property()
Dgstnvh265enc.c675 gboolean reconfig = FALSE; in gst_nv_h265_enc_set_property() local
685 reconfig = TRUE; in gst_nv_h265_enc_set_property()
694 reconfig = TRUE; in gst_nv_h265_enc_set_property()
702 reconfig = TRUE; in gst_nv_h265_enc_set_property()
710 reconfig = TRUE; in gst_nv_h265_enc_set_property()
718 reconfig = TRUE; in gst_nv_h265_enc_set_property()
726 reconfig = TRUE; in gst_nv_h265_enc_set_property()
741 if (reconfig) in gst_nv_h265_enc_set_property()
Dgstnvbaseenc.h122 gint reconfig; /* ATOMIC */ member
Dgstnvbaseenc.c1655 g_atomic_int_set (&nvenc->reconfig, FALSE); in gst_nv_base_enc_set_format()
2432 if (g_atomic_int_compare_and_exchange (&nvenc->reconfig, TRUE, FALSE)) { in gst_nv_base_enc_handle_frame()
2640 g_atomic_int_set (&nvenc->reconfig, TRUE); in gst_nv_base_enc_schedule_reconfig()
2649 gboolean reconfig = TRUE; in gst_nv_base_enc_set_property() local
2667 reconfig = FALSE; in gst_nv_base_enc_set_property()
2739 reconfig = FALSE; in gst_nv_base_enc_set_property()
2743 if (reconfig) in gst_nv_base_enc_set_property()
/third_party/gstreamer/gstplugins_bad/ext/x265/
Dgstx265enc.h73 gboolean reconfig; member
Dgstx265enc.c982 encoder->reconfig = FALSE; in gst_x265_enc_init_encoder_locked()
1535 if (encoder->reconfig) { in gst_x265_enc_encode_frame()
1648 encoder->reconfig = TRUE; in gst_x265_enc_reconfig()
/third_party/gstreamer/gstplugins_bad/ext/svthevcenc/
Dgstsvthevcenc.h135 gboolean reconfig; member
Dgstsvthevcenc.c952 encoder->reconfig = FALSE; in gst_svthevc_enc_init_encoder()
1729 if (encoder->reconfig && frame) { in gst_svthevc_enc_send_frame()
2068 encoder->reconfig = TRUE; in gst_svthevc_enc_reconfig()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddpp_reconfig.c281 auth->reconfig = 1; in dpp_reconfig_init()
508 auth->reconfig = 1; in dpp_reconfig_auth_req_rx()
667 if (!auth->reconfig || !auth->configurator) in dpp_reconfig_auth_resp_rx()
847 if (!auth->reconfig || auth->configurator) in dpp_reconfig_auth_conf_rx()
Ddpp_i.h39 struct json_token *peer_root, bool reconfig);
Ddpp.c3528 bool reconfig) in dpp_connector_compatible_group() argument
3552 if (reconfig && os_strcmp(net_role, "configurator") == 0) in dpp_connector_compatible_group()
3554 if (!reconfig && dpp_compatible_netrole(role->string, net_role)) in dpp_connector_compatible_group()
3563 struct json_token *peer_root, bool reconfig) in dpp_connector_match_groups() argument
3593 role->string, reconfig)) { in dpp_connector_match_groups()
Ddpp.h259 int reconfig; member
Ddpp_auth.c1432 if (!auth->initiator || !auth->peer_bi || auth->reconfig) { in dpp_auth_resp_rx()
1835 auth->reconfig) { in dpp_auth_conf_rx()
Ddpp_tcp.c942 if (!auth || !auth->reconfig || !auth->configurator) { in dpp_controller_rx_reconfig_auth_resp()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkenc.h164 gboolean reconfig; member
Dgstmsdkenc.c848 thiz->reconfig = FALSE; in gst_msdkenc_init_encoder()
1725 if (thiz->reconfig || klass->need_reconfig (thiz, frame)) { in gst_msdkenc_handle_frame()
2169 thiz->reconfig = TRUE; in gst_msdkenc_set_common_property()
/third_party/libwebsockets/READMEs/
DREADME.cmake.md39 away the build dir and reconfig a new one from scratch, and go look in there to
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Ddpp_supplicant.c1413 if (auth->reconfig && wpa_s->dpp_reconfig_ssid && in wpas_dpp_post_process_config()
2284 if (!auth || !auth->reconfig || !auth->configurator) { in wpas_dpp_rx_reconfig_auth_resp()
2328 if (!auth || !auth->reconfig || auth->configurator) { in wpas_dpp_rx_reconfig_auth_conf()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Ddpp_hostapd.c1439 if (!auth || !auth->reconfig || !auth->configurator) { in hostapd_dpp_rx_reconfig_auth_resp()
/third_party/gstreamer/gstreamer/docs/random/old/
DChangeLog.gstreamer8376 * gst/gstscheduler.c: Fixed bug with reconfig, where switching back
/third_party/gstreamer/gstplugins_bad/
DChangeLog19364 x265enc: fix deadlock on reconfig
30245 A reconfig is needed when ROI is changed, otherwise the ROI parameters won't
30261 need_reconfig is added to allow sub class requires a reconfig when
34356 When the bitrate is changed in playing state the encoder issues a reconfig