Home
last modified time | relevance | path

Searched refs:output_flow (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2videoenc.c192 self->output_flow = GST_FLOW_OK; in gst_v4l2_video_enc_start()
211 self->output_flow = GST_FLOW_OK; in gst_v4l2_video_enc_stop()
296 ret = self->output_flow; in gst_v4l2_video_enc_finish()
375 self->output_flow = GST_FLOW_OK; in gst_v4l2_video_enc_flush()
717 self->output_flow = ret; in gst_v4l2_video_enc_loop()
728 self->output_flow = GST_FLOW_FLUSHING; in gst_v4l2_video_enc_loop_stopped()
733 gst_flow_get_name (self->output_flow)); in gst_v4l2_video_enc_loop_stopped()
756 if (self->output_flow != GST_FLOW_OK && in gst_v4l2_video_enc_handle_frame()
757 self->output_flow != GST_FLOW_FLUSHING && in gst_v4l2_video_enc_handle_frame()
758 self->output_flow != GST_V4L2_FLOW_LAST_BUFFER) { in gst_v4l2_video_enc_handle_frame()
[all …]
Dgstv4l2videodec.c188 self->output_flow = GST_FLOW_OK; in gst_v4l2_video_dec_start()
207 self->output_flow = GST_FLOW_OK; in gst_v4l2_video_dec_stop()
300 self->output_flow = GST_FLOW_OK; in gst_v4l2_video_dec_set_format()
348 self->output_flow = GST_FLOW_OK; in gst_v4l2_video_dec_flush()
463 ret = self->output_flow; in gst_v4l2_video_dec_finish()
513 self->output_flow = GST_FLOW_OK; in gst_v4l2_video_dec_loop()
588 self->output_flow = ret; in gst_v4l2_video_dec_loop()
784 if (self->output_flow != GST_FLOW_OK && in gst_v4l2_video_dec_handle_frame()
785 self->output_flow != GST_FLOW_FLUSHING) { in gst_v4l2_video_dec_handle_frame()
787 ret = self->output_flow; in gst_v4l2_video_dec_handle_frame()
[all …]
Dgstv4l2videodec.h64 GstFlowReturn output_flow; member
Dgstv4l2videoenc.h67 GstFlowReturn output_flow; member