Home
last modified time | relevance | path

Searched refs:gop_stop (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst/encoding/
Dgstsmartencoder.c394 ")", GST_TIME_ARGS (self->gop_start), GST_TIME_ARGS (self->gop_stop)); in gst_smart_encoder_push_pending_gop()
403 self->gop_stop, &cstart, &cstop)) { in gst_smart_encoder_push_pending_gop()
409 GST_TIME_ARGS (self->gop_start), GST_TIME_ARGS (self->gop_stop)); in gst_smart_encoder_push_pending_gop()
418 || (cstop != self->gop_stop) in gst_smart_encoder_push_pending_gop()
470 self->gop_stop = 0; in gst_smart_encoder_push_pending_gop()
501 if (self->gop_stop > buf->pts) in gst_smart_encoder_chain()
503 self->gop_stop = buf->pts; in gst_smart_encoder_chain()
521 self->gop_stop = MAX (self->gop_stop, end_time); in gst_smart_encoder_chain()
525 GST_TIME_ARGS (self->gop_start), GST_TIME_ARGS (self->gop_stop)); in gst_smart_encoder_chain()
Dgstsmartencoder.h56 guint64 gop_stop; /* GOP end PTS in the `input_segment` scale. */ member