Home
last modified time | relevance | path

Searched refs:last_keyframe (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_blackframe.c46 unsigned int last_keyframe; ///< frame number of the last received key-frame member
84 s->last_keyframe = s->frame; in filter_frame()
94 av_get_picture_type_char(frame->pict_type), s->last_keyframe); in filter_frame()
/third_party/gstreamer/gstreamer/tools/
Dgst-launch.c171 GstClockTime last_keyframe;
196 s->last_keyframe = s->last_dltframe = GST_CLOCK_TIME_NONE;
219 if (GST_CLOCK_TIME_IS_VALID (s->last_keyframe)) {
220 GstClockTimeDiff d = GST_CLOCK_DIFF (s->last_keyframe, ts);
226 d = GST_CLOCK_DIFF (ts, s->last_keyframe);
248 s->last_keyframe = ts;
281 GstClockTime last_frame = s->last_keyframe;
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph264depay.h58 gboolean last_keyframe; member
Dgstrtph265depay.h72 gboolean last_keyframe; member
Dgstrtph264depay.c236 rtph264depay->last_keyframe = FALSE; in gst_rtp_h264_depay_reset()
946 *out_keyframe = rtph264depay->last_keyframe; in gst_rtp_h264_complete_au()
948 rtph264depay->last_keyframe = FALSE; in gst_rtp_h264_complete_au()
1078 rtph264depay->last_keyframe |= keyframe; in gst_rtp_h264_depay_handle_nal()
Dgstrtph265depay.c177 rtph265depay->last_keyframe = FALSE; in gst_rtp_h265_depay_reset()
1017 *out_keyframe = rtph265depay->last_keyframe; in gst_rtp_h265_complete_au()
1019 rtph265depay->last_keyframe = FALSE; in gst_rtp_h265_complete_au()
1166 rtph265depay->last_keyframe |= keyframe; in gst_rtp_h265_depay_handle_nal()
/third_party/ffmpeg/libavcodec/
Dvp9dec.h112 uint8_t last_keyframe; member
Dvp9prob.c50 int uf = (s->s.h.keyframe || s->s.h.intraonly || !s->last_keyframe) ? 112 : 128; in ff_vp9_adapt_probs()
Dvp9.c535 s->last_keyframe = s->s.h.keyframe; in decode_frame_header()