Home
last modified time | relevance | path

Searched refs:last_config (Results 1 – 12 of 12) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpmp4vpay.c143 rtpmp4vpay->last_config = -1; in gst_rtp_mp4v_pay_init()
494 rtpmp4vpay->last_config = running_time; in gst_rtp_mp4v_pay_handle_buffer()
504 if (rtpmp4vpay->last_config != -1) { in gst_rtp_mp4v_pay_handle_buffer()
510 GST_TIME_ARGS (rtpmp4vpay->last_config)); in gst_rtp_mp4v_pay_handle_buffer()
513 if (running_time > rtpmp4vpay->last_config) { in gst_rtp_mp4v_pay_handle_buffer()
514 diff = running_time - rtpmp4vpay->last_config; in gst_rtp_mp4v_pay_handle_buffer()
551 rtpmp4vpay->last_config = running_time; in gst_rtp_mp4v_pay_handle_buffer()
Dgstrtpgstpay.c161 rtpgstpay->last_config = GST_CLOCK_TIME_NONE; in gst_rtp_gst_pay_init()
169 rtpgstpay->last_config = GST_CLOCK_TIME_NONE; in gst_rtp_gst_pay_reset()
644 rtpgstpay->last_config = running_time; in gst_rtp_gst_pay_send_config()
668 GST_TIME_ARGS (running_time), GST_TIME_ARGS (rtpgstpay->last_config)); in gst_rtp_gst_pay_handle_buffer()
671 rtpgstpay->last_config != GST_CLOCK_TIME_NONE) { in gst_rtp_gst_pay_handle_buffer()
675 if (running_time > rtpgstpay->last_config) in gst_rtp_gst_pay_handle_buffer()
676 diff = running_time - rtpgstpay->last_config; in gst_rtp_gst_pay_handle_buffer()
Dgstrtptheorapay.c150 rtptheorapay->last_config = GST_CLOCK_TIME_NONE; in gst_rtp_theora_pay_init()
172 rtptheorapay->last_config = GST_CLOCK_TIME_NONE; in gst_rtp_theora_pay_cleanup()
829 if (rtptheorapay->last_config != -1) { in gst_rtp_theora_pay_handle_buffer()
835 GST_TIME_ARGS (rtptheorapay->last_config)); in gst_rtp_theora_pay_handle_buffer()
838 if (running_time > rtptheorapay->last_config) { in gst_rtp_theora_pay_handle_buffer()
839 diff = running_time - rtptheorapay->last_config; in gst_rtp_theora_pay_handle_buffer()
866 rtptheorapay->last_config = running_time; in gst_rtp_theora_pay_handle_buffer()
Dgstrtpvorbispay.c142 rtpvorbispay->last_config = GST_CLOCK_TIME_NONE; in gst_rtp_vorbis_pay_init()
164 rtpvorbispay->last_config = GST_CLOCK_TIME_NONE; in gst_rtp_vorbis_pay_cleanup()
843 if (rtpvorbispay->last_config != -1) { in gst_rtp_vorbis_pay_handle_buffer()
849 GST_TIME_ARGS (rtpvorbispay->last_config)); in gst_rtp_vorbis_pay_handle_buffer()
852 if (running_time > rtpvorbispay->last_config) { in gst_rtp_vorbis_pay_handle_buffer()
853 diff = running_time - rtpvorbispay->last_config; in gst_rtp_vorbis_pay_handle_buffer()
880 rtpvorbispay->last_config = running_time; in gst_rtp_vorbis_pay_handle_buffer()
Dgstrtpgstpay.h58 GstClockTime last_config; member
Dgstrtpmp4vpay.h60 GstClockTime last_config; member
Dgstrtpvorbispay.h68 GstClockTime last_config; member
Dgstrtptheorapay.h68 GstClockTime last_config; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_i.h375 struct eap_peer_config *last_config; member
Deap.c222 sm->last_config == eap_get_config(sm)) { in SM_STATE()
227 sm->last_config = eap_get_config(sm); in SM_STATE()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap_i.h374 struct eap_peer_config *last_config; member
Deap.c221 sm->last_config == eap_get_config(sm)) { in SM_STATE()
226 sm->last_config = eap_get_config(sm); in SM_STATE()