Searched refs:flowret (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/gdp/ |
D | gstgdppay.c | 515 GstFlowReturn flowret; in gst_gdp_pay_sink_event() local 577 flowret = gst_gdp_queue_buffer (this, outbuffer); in gst_gdp_pay_sink_event() 578 if (flowret != GST_FLOW_OK) in gst_gdp_pay_sink_event() 607 GST_WARNING_OBJECT (this, "queueing GDP event buffer returned %d", flowret); in gst_gdp_pay_sink_event()
|
/third_party/gstreamer/gstplugins_bad/ext/srtp/ |
D | gstsrtpenc.c | 168 GstFlowReturn flowret; member 1241 data->flowret = ret; in process_buffer_it() 1285 process_data.flowret = GST_FLOW_OK; in gst_srtp_enc_chain_list() 1288 ret = process_data.flowret; in gst_srtp_enc_chain_list()
|
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | gstmpegvideoparse.c | 697 GstFlowReturn flowret = GST_FLOW_OK; in gst_mpegv_parse_handle_frame() local 803 flowret = gst_base_parse_finish_frame (parse, frame, off); in gst_mpegv_parse_handle_frame() 812 return flowret; in gst_mpegv_parse_handle_frame()
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstoggmux.c | 601 gst_ogg_mux_dequeue_page (GstOggMux * mux, GstFlowReturn * flowret) in gst_ogg_mux_dequeue_page() argument 609 *flowret = GST_FLOW_OK; in gst_ogg_mux_dequeue_page() 662 *flowret = gst_ogg_mux_push_buffer (mux, buf, pad); in gst_ogg_mux_dequeue_page() 696 *flowret = gst_ogg_mux_push_buffer (mux, buf, opad); in gst_ogg_mux_dequeue_page()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstmultiqueue.c | 2332 GstFlowReturn flowret = GST_FLOW_OK; in gst_multi_queue_sink_event() local 2482 flowret = GST_FLOW_ERROR; in gst_multi_queue_sink_event() 2484 gst_flow_get_name (flowret)); in gst_multi_queue_sink_event() 2485 return flowret; in gst_multi_queue_sink_event()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudiodecoder.c | 2284 GstFlowReturn flowret; in gst_audio_decoder_handle_gap() local 2288 flowret = check_pending_reconfigure (dec); in gst_audio_decoder_handle_gap() 2289 if (flowret == GST_FLOW_OK) { in gst_audio_decoder_handle_gap()
|