Searched refs:out_frame_count (Results 1 – 4 of 4) sorted by relevance
66 int out_frame_count; member160 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()
573 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 …]
47 guint64 out_frame_count; /* number of frames output since the beginning member
75217 videorate: Reset base timestamp and out_frame_count in any case on SEGMENT_EVENT