Home
last modified time | relevance | path

Searched refs:GST_FLOW_CUSTOM_SUCCESS (Results 1 – 25 of 30) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11screencapture.h29 #define GST_D3D11_SCREEN_CAPTURE_FLOW_EXPECTED_ERROR GST_FLOW_CUSTOM_SUCCESS
/third_party/gstreamer/gstplugins_good/sys/rpicamsrc/
DRaspiCapture.h70 #define GST_FLOW_KEEP_ACCUMULATING GST_FLOW_CUSTOM_SUCCESS
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Datdec.c461 flow_ret = GST_FLOW_CUSTOM_SUCCESS; in gst_atdec_offline_render()
521 if (flow_ret == GST_FLOW_CUSTOM_SUCCESS) in gst_atdec_handle_frame()
553 if (flow_ret == GST_FLOW_CUSTOM_SUCCESS) in gst_atdec_handle_frame()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2bufferpool.h50 #define GST_V4L2_FLOW_LAST_BUFFER GST_FLOW_CUSTOM_SUCCESS
/third_party/gstreamer/gstplugins_bad/gst/mpegdemux/
Dgstmpegdefs.h232 #define GST_FLOW_NEED_MORE_DATA GST_FLOW_CUSTOM_SUCCESS
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dgstmpegdefs.h209 #define GST_FLOW_NEED_MORE_DATA GST_FLOW_CUSTOM_SUCCESS
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmftransform.h35 #define GST_MF_TRANSFORM_FLOW_NEED_DATA GST_FLOW_CUSTOM_SUCCESS
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpst2022-1-fecdec.c548 ret = GST_FLOW_CUSTOM_SUCCESS; in check_fec()
588 if (ret == GST_FLOW_CUSTOM_SUCCESS) in store_media_item()
594 if (ret == GST_FLOW_CUSTOM_SUCCESS) in store_media_item()
683 if (ret == GST_FLOW_CUSTOM_SUCCESS) { in gst_rtpst_2022_1_fecdec_sink_chain_fec()
/third_party/gstreamer/gstplugins_bad/ext/mplex/
Dgstmplex.cc212 mplex->srcresult = GST_FLOW_CUSTOM_SUCCESS; in gst_mplex_reset()
281 if (mplex->srcresult != GST_FLOW_CUSTOM_SUCCESS) in gst_mplex_setcaps()
533 if (G_UNLIKELY (mplex->srcresult == GST_FLOW_CUSTOM_SUCCESS) in gst_mplex_start_task()
/third_party/gstreamer/gstreamer/gst/
Dgstpad.c215 {GST_FLOW_CUSTOM_SUCCESS, "custom-success", 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()
3930 return GST_FLOW_CUSTOM_SUCCESS; in do_probe_callbacks()
4059 case GST_FLOW_CUSTOM_SUCCESS: in push_sticky()
4123 if (data.ret == GST_FLOW_CUSTOM_SUCCESS) in check_sticky()
4517 case GST_FLOW_CUSTOM_SUCCESS: in gst_pad_chain_data_unchecked()
4775 case GST_FLOW_CUSTOM_SUCCESS: in gst_pad_push_data()
4992 if (ret == GST_FLOW_CUSTOM_SUCCESS) { in gst_pad_get_range_unchecked()
5016 if (ret == GST_FLOW_CUSTOM_SUCCESS) in gst_pad_get_range_unchecked()
[all …]
Dgstpad.h166 GST_FLOW_CUSTOM_SUCCESS = 100, enumerator
Dgstenumtypes.c1102 { C_ENUM(GST_FLOW_CUSTOM_SUCCESS), "GST_FLOW_CUSTOM_SUCCESS", "custom-success" }, in gst_flow_return_get_type()
/third_party/gstreamer/gstplugins_base/gst/encoding/
Dgstsmartencoder.c118 if (self->internal_flow == GST_FLOW_CUSTOM_SUCCESS) in internal_event_func()
314 self->internal_flow = GST_FLOW_CUSTOM_SUCCESS; in gst_smart_encoder_reencode_gop()
339 while (self->internal_flow == GST_FLOW_CUSTOM_SUCCESS) { in gst_smart_encoder_reencode_gop()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbaseparse.h62 #define GST_BASE_PARSE_FLOW_DROPPED GST_FLOW_CUSTOM_SUCCESS
Dgstbasetransform.h72 #define GST_BASE_TRANSFORM_FLOW_DROPPED GST_FLOW_CUSTOM_SUCCESS
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideoencoder.h80 #define GST_VIDEO_ENCODER_FLOW_NEED_DATA GST_FLOW_CUSTOM_SUCCESS
Dgstvideodecoder.h80 #define GST_VIDEO_DECODER_FLOW_NEED_DATA GST_FLOW_CUSTOM_SUCCESS
/third_party/gstreamer/gstplugins_bad/ext/aom/
Dgstav1enc.c757 GstFlowReturn ret = GST_FLOW_CUSTOM_SUCCESS; in gst_av1_enc_process()
847 if (ret == GST_FLOW_CUSTOM_SUCCESS) in gst_av1_enc_handle_frame()
873 if (ret == GST_FLOW_CUSTOM_SUCCESS) in gst_av1_enc_finish()
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfalaw.c220 return GST_FLOW_CUSTOM_SUCCESS; in mxf_alaw_write_func()
Dmxfmux.c1256 if (ret != GST_FLOW_OK && ret != GST_FLOW_CUSTOM_SUCCESS) { in gst_mxf_mux_handle_buffer()
1263 if (ret == GST_FLOW_CUSTOM_SUCCESS) { in gst_mxf_mux_handle_buffer()
Dmxfaes-bwf.c1524 return GST_FLOW_CUSTOM_SUCCESS; in mxf_bwf_write_func()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkdec.c193 return GST_FLOW_CUSTOM_SUCCESS; in allocate_output_buffer()
1223 if (flow == GST_FLOW_CUSTOM_SUCCESS) { in gst_msdkdec_handle_frame()
/third_party/gstreamer/gstplugins_good/ext/soup/
Dgstsouphttpsrc.c1729 src->headers_ret = GST_FLOW_CUSTOM_SUCCESS; in wait_for_connect_exit()
1982 return GST_FLOW_CUSTOM_SUCCESS; in gst_soup_http_src_parse_status()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstcccombiner.c107 #define GST_FLOW_NEED_DATA GST_FLOW_CUSTOM_SUCCESS
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstpad.c1141 ret = GST_FLOW_CUSTOM_SUCCESS; in GST_START_TEST()
1152 ret = GST_FLOW_CUSTOM_SUCCESS + 2; in GST_START_TEST()

12