Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dlibxavs.c66 int out_frame_count; member
160 pkt->dts = 2*x4->pts_buffer[(x4->out_frame_count-1)%(avctx->max_b_frames+1)] - in XAVS_frame()
161 x4->pts_buffer[(x4->out_frame_count-2)%(avctx->max_b_frames+1)]; in XAVS_frame()
175 if (!x4->out_frame_count) in XAVS_frame()
178 pkt->dts = x4->pts_buffer[(x4->out_frame_count-1)%(avctx->max_b_frames+1)]; in XAVS_frame()
222 x4->out_frame_count++; in XAVS_frame()
/third_party/gstreamer/gstplugins_base/gst/videorate/
Dgstvideorate.c573 gst_util_uint64_scale (videorate->out_frame_count + in gst_video_rate_setcaps()
578 videorate->out_frame_count = 0; in gst_video_rate_setcaps()
614 videorate->out_frame_count = 0; in gst_video_rate_reset()
675 videorate->out_frame_count++; in gst_video_rate_push_buffer()
682 gst_util_uint64_scale (videorate->out_frame_count + 1, in gst_video_rate_push_buffer()
689 gst_util_uint64_scale (videorate->out_frame_count, in gst_video_rate_push_buffer()
692 gst_util_uint64_scale (videorate->out_frame_count - 1, in gst_video_rate_push_buffer()
706 gst_util_uint64_scale (videorate->out_frame_count, in gst_video_rate_push_buffer()
841 videorate->out_frame_count = 0; in gst_video_rate_sink_event()
1451 videorate->base_ts += gst_util_uint64_scale (videorate->out_frame_count, in gst_video_rate_apply_pending_rate()
[all …]
Dgstvideorate.h47 guint64 out_frame_count; /* number of frames output since the beginning member
/third_party/gstreamer/gstplugins_base/
DChangeLog75217 videorate: Reset base timestamp and out_frame_count in any case on SEGMENT_EVENT