Home
last modified time | relevance | path

Searched refs:last_ret (Results 1 – 25 of 28) sorted by relevance

12

/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstflowcombiner.c74 GstFlowReturn last_ret; member
101 combiner->last_ret = GST_FLOW_OK; in gst_flow_combiner_new()
187 combiner->last_ret = GST_FLOW_OK; in gst_flow_combiner_clear()
211 combiner->last_ret = GST_FLOW_OK; in gst_flow_combiner_reset()
278 if (combiner->last_ret == fret) { in gst_flow_combiner_update_flow()
288 combiner->last_ret = ret; in gst_flow_combiner_update_flow()
/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/
Dgstipcpipelinesrc.c196 src->last_ret = GST_FLOW_FLUSHING; in gst_ipc_pipeline_src_init()
361 src->last_ret = GST_FLOW_OK; in gst_ipc_pipeline_src_start_loop()
510 src->last_ret = ret; in gst_ipc_pipeline_src_loop()
635 if (src->last_ret != GST_FLOW_OK) { in on_buffer()
636 GstFlowReturn last_ret = src->last_ret; in on_buffer() local
639 gst_flow_get_name (last_ret)); in on_buffer()
640 gst_ipc_pipeline_comm_write_flow_ack_to_fd (&src->comm, id, last_ret); in on_buffer()
688 GstFlowReturn last_ret = GST_FLOW_OK; in on_event() local
705 last_ret = src->last_ret; in on_event()
711 if (last_ret != GST_FLOW_OK) { in on_event()
[all …]
Dgstipcpipelinesrc.h60 GstFlowReturn last_ret; member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/
Dgstadaptivedemux.c2183 stream->last_ret == GST_FLOW_NOT_LINKED) { in gst_adaptive_demux_src_event()
2184 stream->last_ret = GST_FLOW_OK; in gst_adaptive_demux_src_event()
2390 stream->last_ret = GST_FLOW_OK; in gst_adaptive_demux_start_tasks()
2644 if (stream->last_ret != GST_FLOW_NOT_LINKED) { in gst_adaptive_demux_combine_flows()
2646 if (stream->last_ret != GST_FLOW_EOS) in gst_adaptive_demux_combine_flows()
2650 if (stream->last_ret <= GST_FLOW_NOT_NEGOTIATED in gst_adaptive_demux_combine_flows()
2651 || stream->last_ret == GST_FLOW_FLUSHING) { in gst_adaptive_demux_combine_flows()
2652 return stream->last_ret; in gst_adaptive_demux_combine_flows()
2848 ret = stream->last_ret = GST_FLOW_FLUSHING; in gst_adaptive_demux_stream_push_buffer()
2909 ret = stream->last_ret = GST_FLOW_FLUSHING; in _src_chain()
[all …]
Dgstadaptivedemux.h149 GstFlowReturn last_ret; member
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvavp8dec.c73 GstFlowReturn last_ret; member
201 self->last_ret = gst_video_decoder_allocate_output_frame (vdec, frame); in gst_va_vp8_dec_new_picture()
202 if (self->last_ret != GST_FLOW_OK) in gst_va_vp8_dec_new_picture()
219 gst_flow_get_name (self->last_ret)); in gst_va_vp8_dec_new_picture()
220 return self->last_ret; in gst_va_vp8_dec_new_picture()
451 if (self->last_ret != GST_FLOW_OK) { in gst_va_vp8_dec_output_picture()
454 return self->last_ret; in gst_va_vp8_dec_output_picture()
Dgstvah264dec.c78 GstFlowReturn last_ret; member
128 if (self->last_ret != GST_FLOW_OK) { in gst_va_h264_dec_output_picture()
131 return self->last_ret; in gst_va_h264_dec_output_picture()
505 self->last_ret = gst_video_decoder_allocate_output_frame (vdec, frame); in gst_va_h264_dec_new_picture()
506 if (self->last_ret != GST_FLOW_OK) in gst_va_h264_dec_new_picture()
523 gst_flow_get_name (self->last_ret)); in gst_va_h264_dec_new_picture()
524 return self->last_ret; in gst_va_h264_dec_new_picture()
Dgstvaav1dec.c74 GstFlowReturn last_ret; member
324 self->last_ret = gst_video_decoder_allocate_output_frame (vdec, frame); in gst_va_av1_dec_new_picture()
325 if (self->last_ret != GST_FLOW_OK) { in gst_va_av1_dec_new_picture()
328 gst_flow_get_name (self->last_ret)); in gst_va_av1_dec_new_picture()
329 return self->last_ret; in gst_va_av1_dec_new_picture()
850 if (self->last_ret != GST_FLOW_OK) { in gst_va_av1_dec_output_picture()
853 return self->last_ret; in gst_va_av1_dec_output_picture()
Dgstvah265dec.c91 GstFlowReturn last_ret; member
240 if (self->last_ret != GST_FLOW_OK) { in gst_va_h265_dec_output_picture()
244 return self->last_ret; in gst_va_h265_dec_output_picture()
867 self->last_ret = GST_FLOW_ERROR; in gst_va_h265_dec_new_picture()
870 self->last_ret = GST_FLOW_OK; in gst_va_h265_dec_new_picture()
887 gst_flow_get_name (self->last_ret)); in gst_va_h265_dec_new_picture()
888 return self->last_ret; in gst_va_h265_dec_new_picture()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvdec.c384 nvdec->last_ret = GST_FLOW_NOT_NEGOTIATED; in parser_sequence_callback()
407 nvdec->last_ret = GST_FLOW_NOT_NEGOTIATED; in parser_sequence_callback()
415 nvdec->last_ret = GST_FLOW_NOT_NEGOTIATED; in parser_sequence_callback()
566 nvdec->last_ret = GST_FLOW_NOT_NEGOTIATED; in parser_sequence_callback()
574 nvdec->last_ret = GST_FLOW_ERROR; in parser_sequence_callback()
681 nvdec->last_ret = GST_FLOW_NOT_NEGOTIATED; in gst_nvdec_negotiate()
747 nvdec->last_ret = GST_FLOW_ERROR; in parser_decode_callback()
785 nvdec->last_ret = GST_FLOW_ERROR; in parser_display_callback()
802 nvdec->last_ret = ret; in parser_display_callback()
838 nvdec->last_ret = GST_FLOW_ERROR; in parser_display_callback()
[all …]
Dgstnvdec.h94 GstFlowReturn last_ret; member
/third_party/gstreamer/gstplugins_bad/sys/dshowdecwrapper/
Dgstdshowaudiodec.cpp260 mDec->last_ret = gst_pad_push (mDec->srcpad, out_buf); in DoRenderSample()
463 adec->last_ret = GST_FLOW_OK; in gst_dshowaudiodec_init()
602 adec->last_ret = GST_FLOW_FLUSHING; in gst_dshowaudiodec_chain()
606 if (adec->last_ret != GST_FLOW_OK) { in gst_dshowaudiodec_chain()
608 "%s", gst_flow_get_name (adec->last_ret)); in gst_dshowaudiodec_chain()
638 return adec->last_ret; in gst_dshowaudiodec_chain()
694 adec->last_ret = GST_FLOW_OK; in gst_dshowaudiodec_flush()
Dgstdshowvideodec.cpp355 mDec->last_ret = gst_pad_push (mDec->srcpad, buf); in DoRenderSample()
497 vdec->last_ret = GST_FLOW_OK; in gst_dshowvideodec_init()
919 vdec->last_ret = GST_FLOW_FLUSHING; in gst_dshowvideodec_chain()
923 if (vdec->last_ret != GST_FLOW_OK) { in gst_dshowvideodec_chain()
925 "%s", gst_flow_get_name (vdec->last_ret)); in gst_dshowvideodec_chain()
962 return vdec->last_ret; in gst_dshowvideodec_chain()
1056 vdec->last_ret = GST_FLOW_OK; in gst_dshowvideodec_flush()
Dgstdshowaudiodec.h83 GstFlowReturn last_ret; member
Dgstdshowvideodec.h90 GstFlowReturn last_ret; member
/third_party/benchmark/test/
Doutput_test_helper.cc147 bool last_ret = false; in ReportContext() local
151 BM_CHECK(first || new_ret == last_ret) in ReportContext()
154 last_ret = new_ret; in ReportContext()
157 return last_ret; in ReportContext()
/third_party/gstreamer/gstplugins_good/gst/multipart/
Dmultipartdemux.h56 GstFlowReturn last_ret; member
Dmultipartdemux.c259 pad->last_ret = ret; in gst_multipart_combine_flows()
270 ret = opad->last_ret; in gst_multipart_combine_flows()
323 mppad->last_ret = GST_FLOW_OK; in gst_multipart_find_pad_by_mime()
/third_party/gstreamer/gstplugins_bad/gst/sdp/
Dgstsdpdemux.h59 GstFlowReturn last_ret; member
Dgstsdpdemux.c403 stream->last_ret = GST_FLOW_OK; in gst_sdp_demux_create_stream()
943 stream->last_ret = ret; in gst_sdp_demux_combine_flows()
958 ret = ostream->last_ret; in gst_sdp_demux_combine_flows()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfvideoenc.h99 GstFlowReturn last_ret; member
Dgstmfvideoenc.cpp302 self->last_ret = GST_FLOW_OK; in gst_mf_video_enc_set_format()
906 self->last_ret = res; in gst_mf_video_enc_finish_sample()
924 return self->last_ret; in gst_mf_video_enc_process_output()
1193 if (self->last_ret != GST_FLOW_OK) { in gst_mf_video_enc_handle_frame()
1195 ret = self->last_ret; in gst_mf_video_enc_handle_frame()
1285 self->last_ret = GST_FLOW_OK; in gst_mf_video_enc_flush()
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggdemux.h106 GstFlowReturn last_ret; /* last return of _pad_push() */ member
Dgstoggdemux.c453 GST_OGG_PAD (pad)->last_ret = GST_FLOW_OK; in gst_ogg_pad_event()
476 pad->last_ret = GST_FLOW_OK; in gst_ogg_pad_reset()
845 if (pad->last_ret == GST_FLOW_OK) { in gst_ogg_demux_chain_peer()
850 ret = pad->last_ret; in gst_ogg_demux_chain_peer()
3010 pad->last_ret = GST_FLOW_OK; in gst_ogg_demux_activate_chain()
4779 pad->last_ret = ret; in gst_ogg_demux_combine_flows()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.h103 GstFlowReturn last_ret; member

12