Searched refs:CheckPayloadType (Results 1 – 3 of 3) sorted by relevance
283 TEST_F(AudioEncoderCopyRedTest, CheckPayloadType) { in TEST_F() argument
316 int32_t CheckPayloadType(int8_t payload_type, RtpVideoCodecTypes* video_type);
449 int32_t RTPSender::CheckPayloadType(int8_t payload_type, in CheckPayloadType() function in webrtc::RTPSender519 if (CheckPayloadType(payload_type, &video_type) != 0) { in SendOutgoingData()