Lines Matching refs:flushing
477 self->flushing = TRUE; in gst_mpp_enc_reset()
482 self->flushing = final; in gst_mpp_enc_reset()
527 self->flushing = FALSE; in gst_mpp_enc_start()
918 GST_MPP_ENC_WAIT (encoder, self->pending_frames || self->flushing); in gst_mpp_enc_loop()
922 if (self->flushing && !self->pending_frames) in gst_mpp_enc_loop()
923 goto flushing; in gst_mpp_enc_loop()
984 if (self->flushing && !self->draining) in gst_mpp_enc_loop()
1005 flushing: in gst_mpp_enc_loop()
1030 if (G_UNLIKELY (self->flushing)) in gst_mpp_enc_handle_frame()
1031 goto flushing; in gst_mpp_enc_handle_frame()
1052 || self->flushing); in gst_mpp_enc_handle_frame()
1065 flushing: in gst_mpp_enc_handle_frame()