Searched refs:curr_latency (Results 1 – 3 of 3) sorted by relevance
476 guint64 curr_latency = 0, old_latency = gst_flac_dec_get_latency (flacdec); in gst_flac_dec_metadata_cb() local535 curr_latency = gst_flac_dec_get_latency (flacdec); in gst_flac_dec_metadata_cb()536 if (old_latency != curr_latency) in gst_flac_dec_metadata_cb()537 gst_audio_decoder_set_latency (dec, curr_latency, curr_latency); in gst_flac_dec_metadata_cb()
1471 guint64 curr_latency = 0, old_latency = gst_flac_enc_get_latency (this); in gst_flac_enc_set_property() local1541 curr_latency = gst_flac_enc_get_latency (this); in gst_flac_enc_set_property()1542 if (old_latency != curr_latency) in gst_flac_enc_set_property()1543 gst_audio_encoder_set_latency (enc, curr_latency, curr_latency); in gst_flac_enc_set_property()
363 guint64 curr_latency, old_latency; in parser_sequence_callback() local507 curr_latency = gst_nvdec_get_latency (nvdec); in parser_sequence_callback()508 if (old_latency != curr_latency) in parser_sequence_callback()509 gst_video_decoder_set_latency (GST_VIDEO_DECODER (nvdec), curr_latency, in parser_sequence_callback()510 curr_latency); in parser_sequence_callback()