Searched refs:GetTemporalId (Results 1 – 3 of 3) sorted by relevance
142 static uint8_t GetTemporalId(const RTPVideoHeader& header);
492 const uint8_t temporal_id = GetTemporalId(video_header); in SendVideo()722 uint8_t RTPSenderVideo::GetTemporalId(const RTPVideoHeader& header) { in GetTemporalId() function in webrtc::RTPSenderVideo
141 return RTPSenderVideo::AllowRetransmission(GetTemporalId(header), in AllowRetransmission()