/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstnvh264enc.c | 562 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()
|
D | gstnvh265enc.c | 675 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()
|
D | gstnvbaseenc.h | 122 gint reconfig; /* ATOMIC */ member
|
D | gstnvbaseenc.c | 1655 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/ |
D | gstx265enc.h | 73 gboolean reconfig; member
|
D | gstx265enc.c | 982 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/ |
D | gstsvthevcenc.h | 135 gboolean reconfig; member
|
D | gstsvthevcenc.c | 952 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/ |
D | dpp_reconfig.c | 281 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()
|
D | dpp_i.h | 39 struct json_token *peer_root, bool reconfig);
|
D | dpp.c | 3528 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()
|
D | dpp.h | 259 int reconfig; member
|
D | dpp_auth.c | 1432 if (!auth->initiator || !auth->peer_bi || auth->reconfig) { in dpp_auth_resp_rx() 1835 auth->reconfig) { in dpp_auth_conf_rx()
|
D | dpp_tcp.c | 942 if (!auth || !auth->reconfig || !auth->configurator) { in dpp_controller_rx_reconfig_auth_resp()
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkenc.h | 164 gboolean reconfig; member
|
D | gstmsdkenc.c | 848 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/ |
D | README.cmake.md | 39 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/ |
D | dpp_supplicant.c | 1413 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/ |
D | dpp_hostapd.c | 1439 if (!auth || !auth->reconfig || !auth->configurator) { in hostapd_dpp_rx_reconfig_auth_resp()
|
/third_party/gstreamer/gstreamer/docs/random/old/ |
D | ChangeLog.gstreamer | 8376 * gst/gstscheduler.c: Fixed bug with reconfig, where switching back
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 19364 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
|