/third_party/gstreamer/gstreamer/gst/ |
D | gstiterator.c | 326 g_return_val_if_fail (it != NULL, GST_ITERATOR_ERROR); in gst_iterator_next() 327 g_return_val_if_fail (elem != NULL, GST_ITERATOR_ERROR); in gst_iterator_next() 329 || G_VALUE_HOLDS (elem, it->type), GST_ITERATOR_ERROR); in gst_iterator_next() 468 GstIteratorResult result = GST_ITERATOR_ERROR; in filter_next() 611 g_return_val_if_fail (it != NULL, GST_ITERATOR_ERROR); in gst_iterator_fold() 623 case GST_ITERATOR_ERROR: in gst_iterator_fold() 727 || G_VALUE_HOLDS (elem, it->type), GST_ITERATOR_ERROR); in gst_iterator_find_custom()
|
D | gstiterator.h | 46 GST_ITERATOR_ERROR = 3 enumerator
|
D | gstdebugutils.c | 593 case GST_ITERATOR_ERROR: in debug_dump_element_pads() 734 case GST_ITERATOR_ERROR: in debug_dump_element() 748 case GST_ITERATOR_ERROR: in debug_dump_element()
|
D | gstutils.c | 1236 case GST_ITERATOR_ERROR: in gst_element_get_compatible_pad() 3275 case GST_ITERATOR_ERROR: in element_find_unlinked_pad() 3330 case GST_ITERATOR_ERROR: in gst_bin_find_unlinked_pad()
|
D | gstbin.c | 1132 if (ires != GST_ITERATOR_ERROR) { in gst_bin_do_deep_add_remove() 3149 case GST_ITERATOR_ERROR: in gst_bin_send_event() 3187 case GST_ITERATOR_ERROR: in gst_bin_send_event()
|
D | gstpad.c | 2906 case GST_ITERATOR_ERROR: in gst_pad_get_single_internal_link() 3092 case GST_ITERATOR_ERROR: in gst_pad_forward() 3410 case GST_ITERATOR_ERROR: in gst_pad_query_latency_default()
|
D | gstenumtypes.c | 784 { C_ENUM(GST_ITERATOR_ERROR), "GST_ITERATOR_ERROR", "error" }, in gst_iterator_result_get_type()
|
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/ |
D | camerabingeneral.c | 250 case GST_ITERATOR_ERROR: in gst_camerabin_remove_elements_from_bin()
|
D | gstcamerabin2.c | 1230 case GST_ITERATOR_ERROR: in encodebin_find_pad()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstconcat.c | 868 if (res == GST_ITERATOR_ERROR) in gst_concat_change_state() 885 if (res == GST_ITERATOR_ERROR) in gst_concat_change_state()
|
D | gstfunnel.c | 463 if (res == GST_ITERATOR_ERROR) in gst_funnel_change_state()
|
D | gstinputselector.c | 1638 case GST_ITERATOR_ERROR: in gst_input_selector_event() 1745 case GST_ITERATOR_ERROR: in gst_input_selector_query_latency()
|
/third_party/gstreamer/gstplugins_good/gst/interleave/ |
D | deinterleave.c | 648 case GST_ITERATOR_ERROR: in gst_deinterleave_getcaps() 658 } while (res != GST_ITERATOR_DONE && res != GST_ITERATOR_ERROR); in gst_deinterleave_getcaps()
|
/third_party/gstreamer/gstreamer/libs/gst/check/ |
D | gstharness.c | 1013 case GST_ITERATOR_ERROR: in gst_harness_add_parse() 2726 case GST_ITERATOR_ERROR: in gst_harness_find_element() 3039 case GST_ITERATOR_ERROR: in gst_harness_stress_statechange_func()
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gsturisourcebin.c | 1698 case GST_ITERATOR_ERROR: in analyse_source() 2111 case GST_ITERATOR_ERROR: in unexpose_src_pads() 2306 case GST_ITERATOR_ERROR: in setup_source()
|
D | gstplaybin2.c | 2541 case GST_ITERATOR_ERROR: in gst_play_bin_suburidecodebin_block() 3653 case GST_ITERATOR_ERROR: in iterator_process_pads() 3864 case GST_ITERATOR_ERROR:
|
/third_party/gstreamer/gstplugins_bad/gst/transcode/ |
D | gsttranscodebin.c | 510 case GST_ITERATOR_ERROR: in get_encodebin_pad_for_caps()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpmux.c | 799 if (res == GST_ITERATOR_ERROR) { in gst_rtp_mux_getcaps()
|
/third_party/gstreamer/gstplugins_bad/gst/autoconvert/ |
D | gstautoconvert.c | 355 case GST_ITERATOR_ERROR: in get_pad_by_direction()
|
/third_party/gstreamer/gstreamer/gst/parse/ |
D | grammar.y | 653 case GST_ITERATOR_ERROR: in gst_parse_element_can_do_caps()
|
D | grammar.y.in | 653 case GST_ITERATOR_ERROR:
|
/third_party/gstreamer/gstreamer/tests/check/libs/ |
D | aggregator.c | 135 case GST_ITERATOR_ERROR: in gst_test_aggregator_aggregate()
|
/third_party/gstreamer/gstplugins_bad/sys/uvch264/ |
D | gstuvch264_src.c | 2373 case GST_ITERATOR_ERROR: in gst_uvc_h264_src_destroy_pipeline() 2877 case GST_ITERATOR_ERROR: in gst_uvc_h264_src_construct_pipeline()
|
/third_party/gstreamer/gstplugins_bad/ext/resindvd/ |
D | rsninputselector.c | 1489 case GST_ITERATOR_ERROR: in gst_input_selector_event()
|
/third_party/gstreamer/gstplugins_base/tests/examples/playback/ |
D | playback-test.c | 1839 case GST_ITERATOR_ERROR: in update_formats() 2151 case GST_ITERATOR_ERROR: in find_interface_elements()
|