Searched refs:PLI_PACKET_SIZE (Results 1 – 1 of 1) sorted by relevance
153 const PLI_PACKET_SIZE: usize = 8; constant158 let mut read_buffer = BytesMut::with_capacity(PLI_PACKET_SIZE + auth_tag_size); in get_sender_ssrc()159 read_buffer.resize(PLI_PACKET_SIZE + auth_tag_size, 0u8); in get_sender_ssrc()