Home
last modified time | relevance | path

Searched refs:flow_status (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264dec.cpp253 GstFlowReturn flow_status; in gst_openh264dec_handle_frame() local
370 flow_status = gst_video_decoder_allocate_output_frame (decoder, frame); in gst_openh264dec_handle_frame()
371 if (flow_status != GST_FLOW_OK) { in gst_openh264dec_handle_frame()
374 return flow_status; in gst_openh264dec_handle_frame()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstqtmux.h183 GstFlowReturn flow_status; member
Dgstqtmux.c707 qtpad->flow_status = GST_FLOW_OK; in gst_qt_mux_pad_reset()
5467 pad->flow_status = gst_qt_mux_register_and_push_sample (qtmux, pad, last_buf, in gst_qt_mux_add_buffer()
5470 if (pad->flow_status != GST_FLOW_OK) in gst_qt_mux_add_buffer()
5556 if (pad->flow_status < GST_FLOW_OK && pad->flow_status != GST_FLOW_FLUSHING) in gst_qt_mux_add_buffer()
5559 return pad->flow_status; in gst_qt_mux_add_buffer()
5815 if (best_pad->flow_status != GST_FLOW_OK) in gst_qt_mux_aggregate()
5816 return best_pad->flow_status; in gst_qt_mux_aggregate()