Home
last modified time | relevance | path

Searched refs:GstState (Results 1 – 25 of 106) sorted by relevance

12345

/third_party/gstreamer/gstplugins_base/tests/check/pipelines/
Dgl-launch-lines.c49 GstMessageType events, GstMessageType tevent, GstState target_state) in run_pipeline()
111 GstState target_state = GST_STATE_PLAYING; in GST_START_TEST()
123 GstState target_state = GST_STATE_PLAYING; in GST_START_TEST()
136 GstState target_state = GST_STATE_PLAYING; in GST_START_TEST()
154 GstState target_state = GST_STATE_PLAYING; in GST_START_TEST()
173 GstState target_state = GST_STATE_PLAYING; in GST_START_TEST()
194 GstState target_state = GST_STATE_PLAYING; in GST_START_TEST()
217 GstState target_state = GST_STATE_PLAYING; in GST_START_TEST()
234 GstState target_state = GST_STATE_PLAYING; in GST_START_TEST()
252 GstState target_state = GST_STATE_PLAYING;
[all …]
/third_party/gstreamer/gstreamer/gst/
Dgstelement.h56 } GstState; typedef
152 #define GST_STATE_GET_NEXT(cur,pending) ((GstState)((cur) + __GST_SIGN ((gint)(pending) - (…
168 #define GST_STATE_TRANSITION_CURRENT(trans) ((GstState)((trans)>>3))
175 #define GST_STATE_TRANSITION_NEXT(trans) ((GstState)((trans)&0x7))
630 GstState target_state;
631 GstState current_state;
632 GstState next_state;
633 GstState pending_state;
719 GstStateChangeReturn (*get_state) (GstElement * element, GstState * state,
720 GstState * pending, GstClockTime timeout);
[all …]
Dgstmessage.h613 GstMessage * gst_message_new_state_changed (GstObject * src, GstState oldstate,
614 GstState newstate, GstState pending) G_GNUC_MALLOC;
616 void gst_message_parse_state_changed (GstMessage *message, GstState *oldstate,
617 GstState *newstate, GstState *pending);
736 GstMessage * gst_message_new_request_state (GstObject * src, GstState state) G_GNUC_MALLOC;
739 void gst_message_parse_request_state (GstMessage * message, GstState *state);
Dgstelement.c130 GstState * state, GstState * pending, GstClockTime timeout);
132 GstState state);
2305 GstState target; in gst_element_sync_state_with_parent()
2311 GstState parent_current, parent_pending; in gst_element_sync_state_with_parent()
2358 GstState * state, GstState * pending, GstClockTime timeout) in gst_element_get_state_func()
2361 GstState old_pending; in gst_element_get_state_func()
2499 GstState * state, GstState * pending, GstClockTime timeout) in gst_element_get_state()
2529 GstState pending; in gst_element_abort_state()
2532 GstState old_state; in gst_element_abort_state()
2569 _priv_gst_element_state_changed (GstElement * element, GstState oldstate, in _priv_gst_element_state_changed()
[all …]
Dgst_private.h174 GstState oldstate, GstState newstate, GstState pending);
Dgstmessage.c762 GstState oldstate, GstState newstate, GstState pending) in gst_message_new_state_changed()
1134 gst_message_new_request_state (GstObject * src, GstState state) in gst_message_new_request_state()
1527 GstState * oldstate, GstState * newstate, GstState * pending) in gst_message_parse_state_changed()
1536 *oldstate = (GstState) in gst_message_parse_state_changed()
1540 *newstate = (GstState) in gst_message_parse_state_changed()
1544 *pending = (GstState) in gst_message_parse_state_changed()
1866 gst_message_parse_request_state (GstMessage * message, GstState * state) in gst_message_parse_request_state()
1875 *state = (GstState) in gst_message_parse_request_state()
Dgstbin.c175 GstState pending;
189 GstState * state, GstState * pending, GstClockTime timeout);
2085 gst_bin_get_state_func (GstElement * element, GstState * state, in gst_bin_get_state_func()
2086 GstState * pending, GstClockTime timeout) in gst_bin_get_state_func()
2469 GstClockTime base_time, GstClockTime start_time, GstState current, in gst_bin_element_set_state()
2470 GstState next) in gst_bin_element_set_state()
2473 GstState child_current, child_pending; in gst_bin_element_set_state()
2809 GstState newstate, pending; in gst_bin_post_message()
2829 GstState state = GPOINTER_TO_INT (user_data); in reset_state()
2841 GstState current, next; in gst_bin_change_state_func()
[all …]
/third_party/gstreamer/gstreamer/tests/check/generic/
Dsinks.c29 pop_state_change_message (GstBus * bus, GstElement * src, GstState old, in pop_state_change_message()
30 GstState new, GstState pending) in pop_state_change_message()
33 GstState _old, _new, _pending; in pop_state_change_message()
55 GstState current, pending; in GST_START_TEST()
89 GstState current, pending; in GST_START_TEST()
132 GstState current, pending; in GST_START_TEST()
176 GstState current, pending; in GST_START_TEST()
229 GstState current, pending; in GST_START_TEST()
302 GstState old, new, pending; in GST_START_TEST()
353 GstState current, pending; in GST_START_TEST()
[all …]
Dstates.c208 element_state_is (GstElement * e, GstState s) in element_state_is()
211 GstState state; in element_state_is()
/third_party/gstreamer/gstplugins_base/ext/alsa/
Dgstalsamidisrc.c321 GstState oldstate, GstState newstate, GstState pending);
652 gst_alsa_midi_src_state_changed (GstElement * element, GstState oldstate, in gst_alsa_midi_src_state_changed()
653 GstState newstate, GstState pending) in gst_alsa_midi_src_state_changed()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkdecproputil.h53 gst_msdkdec_prop_check_state(GstState state, GParamSpec * pspec);
Dgstmsdkdecproputil.c46 gst_msdkdec_prop_check_state (GstState state, GParamSpec * pspec) in gst_msdkdec_prop_check_state()
Dgstmsdkmpeg2dec.c73 GstState state; in gst_msdkdec_mpeg2_set_property()
Dgstmsdkh264dec.c72 GstState state; in gst_msdkdec_h264_set_property()
Dgstmsdkh265dec.c108 GstState state; in gst_msdkdec_h265_set_property()
/third_party/gstreamer/gstplugins_good/tests/check/pipelines/
Dsimple-launch-lines.c47 GstMessageType events, GstMessageType tevent, GstState target_state) in run_pipeline()
111 GstState target_state = GST_STATE_PAUSED; in GST_START_TEST()
263 GstState target_state = GST_STATE_PLAYING; in GST_START_TEST()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstpipeline.c92 GstState old, new, pending; in GST_START_TEST()
152 GstState old, new, pending; in message_received()
181 GstState current; in GST_START_TEST()
508 GstState state; in GST_START_TEST()
600 GstState state; in GST_START_TEST()
696 GstState state; in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/ext/jack/
Dgstjackaudioclient.c77 GstState transport_state;
104 jack_handle_transport_change (GstJackAudioClient * client, GstState state) in jack_handle_transport_change()
630 GstState
633 GstState state = client->conn->transport_state; in gst_jack_audio_client_get_transport_state()
Dgstjackaudioclient.h57 GstState gst_jack_audio_client_get_transport_state (GstJackAudioClient *client);
/third_party/gstreamer/gstplugins_good/tests/icles/
Dximagesrc-test.c40 GstState state; in main()
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstmotioncells.h69 GstState state;
/third_party/gstreamer/gstplugins_bad/gst/sdp/
Dgstsdpdemux.h88 GstState target;
/third_party/gstreamer/gstplugins_base/tests/examples/seek/
Dscrubby.c323 GstState state; in play_cb()
337 GstState state; in pause_cb()
350 GstState state; in stop_cb()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/basecamerabinsrc/
Dgstcamerabinpreview.c299 GstState state, pending; in _gst_camerabin_preview_set_caps()
357 GstState current; in gst_camerabin_preview_set_filter()
/third_party/gstreamer/gstreamer/tools/
Dgst-launch.c537 GstState target_state) in event_loop()
716 GstState old, new, pending; in event_loop()
780 GstState state; in event_loop()
943 GstState old, new, pending; in bus_sync_handler()
1092 GstState state, pending; in main()

12345