Lines Matching refs:output_flow
188 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()
795 self->output_flow = GST_FLOW_FLUSHING; in gst_v4l2_video_dec_handle_frame()
813 ret = self->output_flow; in gst_v4l2_video_dec_handle_frame()