Home
last modified time | relevance | path

Searched refs:first_frame (Results 1 – 16 of 16) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/svthevcenc/
Dgstsvthevcenc.c956 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 …]
Dgstsvthevcenc.h93 GstVideoCodecFrame *first_frame; member
/third_party/ffmpeg/libavformat/
Dthp.c29 unsigned first_frame; member
88 thp->first_frame = avio_rb32(pb); in thp_read_header()
92 thp->next_frame = thp->first_frame; in thp_read_header()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvbaseenc.c1240 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 …]
Dgstnvbaseenc.h155 GstVideoCodecFrame *first_frame; member
/third_party/ffmpeg/libavcodec/
Drpzaenc.c48 int first_frame; // flag set to one when the first frame is being processed member
582 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()
Dansi.c65 int first_frame; member
377 if (!s->first_frame) { in decode_frame()
379 s->first_frame = 1; in decode_frame()
Damrwbdec.c88 … uint8_t first_frame; ///< flag active during decoding of the first frame member
115 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()
Droqvideoenc.c156 int first_frame; member
997 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()
Dvorbisdec.c132 uint8_t first_frame; member
1844 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()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth265parse.h89 gboolean first_frame; member
Dgsth264parse.h105 gboolean first_frame; member
Dgsth265parse.c236 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()
Dgsth264parse.c287 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()
/third_party/mesa3d/docs/relnotes/
D22.1.2.rst134 - zink: remove first_frame stalling
D22.2.0.rst4512 - zink: remove first_frame stalling