Searched refs:GST_FLOW_CUSTOM_ERROR (Results 1 – 21 of 21) sorted by relevance
/third_party/gstreamer/gstreamer/tests/check/libs/ |
D | flowcombiner.c | 113 CHECK_COMBINED_FLOWS (GST_FLOW_OK, GST_FLOW_CUSTOM_ERROR, GST_FLOW_OK, in GST_START_TEST() 114 GST_FLOW_CUSTOM_ERROR); in GST_START_TEST() 123 CHECK_COMBINED_FLOWS (GST_FLOW_OK, GST_FLOW_OK, GST_FLOW_CUSTOM_ERROR, in GST_START_TEST() 124 GST_FLOW_CUSTOM_ERROR); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11screencapture.h | 31 #define GST_D3D11_SCREEN_CAPTURE_FLOW_UNSUPPORTED GST_FLOW_CUSTOM_ERROR
|
D | gstd3d11window.h | 46 #define GST_D3D11_WINDOW_FLOW_CLOSED GST_FLOW_CUSTOM_ERROR
|
/third_party/gstreamer/gstplugins_good/sys/rpicamsrc/ |
D | RaspiCapture.h | 69 #define GST_FLOW_ERROR_TIMEOUT GST_FLOW_CUSTOM_ERROR
|
/third_party/gstreamer/gstplugins_good/ext/soup/ |
D | gstsouphttpsrc.c | 1766 src->headers_ret = GST_FLOW_CUSTOM_ERROR; in proc_buffering_time() 1816 src->headers_ret = GST_FLOW_CUSTOM_ERROR; in wait_for_connect() 1830 return GST_FLOW_CUSTOM_ERROR; in gst_soup_http_src_handle_connect_fail_ohos() 1841 return GST_FLOW_CUSTOM_ERROR; in gst_soup_http_src_handle_connect_fail_ohos() 1932 return GST_FLOW_CUSTOM_ERROR; in gst_soup_http_src_parse_status() 2129 src->headers_ret = GST_FLOW_CUSTOM_ERROR; in send_message_wait() 2473 GstFlowReturn ret = GST_FLOW_CUSTOM_ERROR; in gst_soup_http_src_read_buffer() 2539 ret = GST_FLOW_CUSTOM_ERROR; in gst_soup_http_src_read_buffer() 2630 if (ret == GST_FLOW_OK || ret == GST_FLOW_CUSTOM_ERROR) { in gst_soup_http_src_create() 2649 if (ret == GST_FLOW_CUSTOM_ERROR) { in gst_soup_http_src_create()
|
/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | ebml-read.h | 46 #define GST_FLOW_PARSE GST_FLOW_CUSTOM_ERROR
|
D | matroska-parse.c | 2289 #define GST_FLOW_OVERFLOW GST_FLOW_CUSTOM_ERROR
|
D | matroska-demux.c | 5339 #define GST_FLOW_OVERFLOW GST_FLOW_CUSTOM_ERROR
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstaggregator.h | 139 #define GST_AGGREGATOR_FLOW_NEED_DATA GST_FLOW_CUSTOM_ERROR
|
D | gstbasesink.c | 160 #define GST_FLOW_STEP GST_FLOW_CUSTOM_ERROR 2948 return GST_FLOW_CUSTOM_ERROR; in gst_base_sink_do_sync() 4131 if (G_UNLIKELY (ret == GST_FLOW_CUSTOM_ERROR)) { in gst_base_sink_chain_unlocked()
|
/third_party/gstreamer/gstplugins_bad/ext/curl/ |
D | gstcurlhttpsrc.c | 1131 case GST_FLOW_CUSTOM_ERROR: in gst_curl_http_src_create() 1467 return GST_FLOW_CUSTOM_ERROR; in gst_curl_http_src_handle_response() 1500 return GST_FLOW_CUSTOM_ERROR; in gst_curl_http_src_handle_response() 1519 ret = GST_FLOW_CUSTOM_ERROR; in gst_curl_http_src_handle_response() 1523 if (ret == GST_FLOW_CUSTOM_ERROR) { in gst_curl_http_src_handle_response()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstpad.h | 184 GST_FLOW_CUSTOM_ERROR = -100, enumerator
|
D | gstpad.c | 223 {GST_FLOW_CUSTOM_ERROR, "custom-error", 0} 239 ret = CLAMP (ret, GST_FLOW_CUSTOM_ERROR, GST_FLOW_CUSTOM_SUCCESS); in gst_flow_get_name() 262 ret = CLAMP (ret, GST_FLOW_CUSTOM_ERROR, GST_FLOW_CUSTOM_SUCCESS); in gst_flow_to_quark()
|
D | gstenumtypes.c | 1114 { C_ENUM(GST_FLOW_CUSTOM_ERROR), "GST_FLOW_CUSTOM_ERROR", "custom-error" }, in gst_flow_return_get_type()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/ |
D | gstadaptivedemux.c | 1243 GST_FLOW_CUSTOM_ERROR, err); in gst_adaptive_demux_handle_message() 3758 stream->last_ret = GST_FLOW_CUSTOM_ERROR; in gst_adaptive_demux_stream_download_uri() 3759 ret = GST_FLOW_CUSTOM_ERROR; in gst_adaptive_demux_stream_download_uri() 3968 if (ret == GST_FLOW_CUSTOM_ERROR && stream->errcode == GST_RESOURCE_ERROR_TIME_OUT) { in gst_adaptive_demux_stream_download_fragment() 3981 if (ret != GST_FLOW_CUSTOM_ERROR) in gst_adaptive_demux_stream_download_fragment()
|
/third_party/gstreamer/gstplugins_bad/sys/winks/ |
D | gstksvideosrc.c | 979 } else if (result == GST_FLOW_CUSTOM_ERROR) { in gst_ks_video_src_create()
|
D | gstksvideodevice.c | 1149 return GST_FLOW_CUSTOM_ERROR; in gst_ks_video_device_read_frame()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstpad.c | 1146 ret = GST_FLOW_CUSTOM_ERROR; in GST_START_TEST() 1157 ret = GST_FLOW_CUSTOM_ERROR - 2; in GST_START_TEST() 1163 ret = GST_FLOW_CUSTOM_ERROR + 2; in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/ |
D | tsdemux.c | 78 #define GST_FLOW_REWINDING GST_FLOW_CUSTOM_ERROR
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstoggdemux.c | 59 #define GST_FLOW_LIMIT GST_FLOW_CUSTOM_ERROR
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 109676 API: GST_FLOW_CUSTOM_ERROR
|