Searched refs:lost_timestamp (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpreddec.c | 275 guint32 lost_timestamp = older->timestamp + in gst_red_history_lost_seq_num_for_timestamp() local 277 if (lost_timestamp == timestamp) { in gst_red_history_lost_seq_num_for_timestamp() 326 guint32 lost_timestamp = gst_rtp_buffer_get_timestamp (red_rtp) - in gst_rtp_red_create_from_redundant_block() local 332 lost_timestamp, &lost_seq)) { in gst_rtp_red_create_from_redundant_block() 335 rtp_red_block_get_payload_type (red_hdr), lost_timestamp, lost_seq, in gst_rtp_red_create_from_redundant_block() 339 rtp_red_block_get_payload_type (red_hdr), lost_seq, lost_timestamp, in gst_rtp_red_create_from_redundant_block() 344 " present", rtp_red_block_get_payload_type (red_hdr), lost_timestamp, in gst_rtp_red_create_from_redundant_block()
|