Searched refs:first_frame (Results 1 – 16 of 16) sorted by relevance
956 encoder->first_frame = NULL; in gst_svthevc_enc_init_encoder()1936 if (encoder->first_frame) { in gst_svthevc_enc_receive_frame()1937 if (frame->pts > encoder->first_frame->pts) { in gst_svthevc_enc_receive_frame()1938 encoder->dts_offset = frame->pts - encoder->first_frame->pts; in gst_svthevc_enc_receive_frame()1983 encoder->first_frame->dts = in gst_svthevc_enc_receive_frame()1985 if (GST_CLOCK_TIME_IS_VALID (encoder->first_frame->dts)) in gst_svthevc_enc_receive_frame()1986 encoder->first_frame->dts -= encoder->dts_offset; in gst_svthevc_enc_receive_frame()1990 GST_TIME_ARGS (encoder->first_frame->dts), in gst_svthevc_enc_receive_frame()1991 GST_TIME_ARGS (encoder->first_frame->pts)); in gst_svthevc_enc_receive_frame()1995 encoder->first_frame); in gst_svthevc_enc_receive_frame()[all …]
93 GstVideoCodecFrame *first_frame; member
29 unsigned first_frame; member88 thp->first_frame = avio_rb32(pb); in thp_read_header()92 thp->next_frame = thp->first_frame; in thp_read_header()
1240 if (!nvenc->first_frame) { in gst_nv_base_enc_bitstream_thread()1242 nvenc->first_frame = frame; in gst_nv_base_enc_bitstream_thread()1245 if (nvenc->first_frame->pts >= frame->pts) { in gst_nv_base_enc_bitstream_thread()1254 } else if (nvenc->first_frame->duration > 0 && in gst_nv_base_enc_bitstream_thread()1255 GST_CLOCK_TIME_IS_VALID (nvenc->first_frame->duration)) { in gst_nv_base_enc_bitstream_thread()1256 duration = nvenc->first_frame->duration; in gst_nv_base_enc_bitstream_thread()1265 nvenc->dts_offset = frame->pts - nvenc->first_frame->pts; in gst_nv_base_enc_bitstream_thread()1276 nvenc->first_frame->dts -= nvenc->dts_offset; in gst_nv_base_enc_bitstream_thread()1277 gst_video_encoder_finish_frame (enc, nvenc->first_frame); in gst_nv_base_enc_bitstream_thread()1278 nvenc->first_frame = NULL; in gst_nv_base_enc_bitstream_thread()[all …]
155 GstVideoCodecFrame *first_frame; member
48 int first_frame; // flag set to one when the first frame is being processed member582 if (!s->first_frame) { in rpza_encode_stream()798 s->first_frame = 1; in rpza_encode_frame()806 s->first_frame = 0; in rpza_encode_frame()
65 int first_frame; member377 if (!s->first_frame) { in decode_frame()379 s->first_frame = 1; in decode_frame()
88 … uint8_t first_frame; ///< flag active during decoding of the first frame member115 ctx->first_frame = 1; in amrwb_decode_init()1171 if (ctx->first_frame) { in amrwb_decode_frame()1172 ctx->first_frame = 0; in amrwb_decode_frame()
156 int first_frame; member997 enc->first_frame = 1; in roq_encode_init()1082 if (enc->first_frame) { in roq_encode_frame()1092 enc->first_frame = 0; in roq_encode_frame()
132 uint8_t first_frame; member1844 if (!vc->first_frame) { in vorbis_decode_frame()1845 vc->first_frame = 1; in vorbis_decode_frame()1880 vc->first_frame = 0; in vorbis_decode_flush()
89 gboolean first_frame; member
105 gboolean first_frame; member
236 h265parse->first_frame = TRUE; in gst_h265_parse_reset_stream_info()2433 } else if (!h265parse->first_frame) { in gst_h265_parse_update_src_caps()2824 if (h265parse->first_frame) { in gst_h265_parse_pre_push_frame()2849 h265parse->first_frame = FALSE; in gst_h265_parse_pre_push_frame()
287 h264parse->first_frame = TRUE; in gst_h264_parse_reset_stream_info()2361 } else if (!h264parse->first_frame) { in gst_h264_parse_update_src_caps()3113 if (h264parse->first_frame) { in gst_h264_parse_pre_push_frame()3138 h264parse->first_frame = FALSE; in gst_h264_parse_pre_push_frame()
134 - zink: remove first_frame stalling
4512 - zink: remove first_frame stalling