Searched defs:ulpfec_payload_type (Results 1 - 5 of 5) sorted by relevance

/external/webrtc/webrtc/
H A Dconfig.cc18 ss << "{ulpfec_payload_type: " << ulpfec_payload_type; local
H A Dconfig.h39 : ulpfec_payload_type(-1),
44 int ulpfec_payload_type; member in struct:webrtc::FecConfig
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Dfec_receiver_impl.cc79 size_t packet_length, uint8_t ulpfec_payload_type) {
100 received_packet->is_fec = payload_type == ulpfec_payload_type;
77 AddReceivedRedPacket( const RTPHeader& header, const uint8_t* incoming_rtp_packet, size_t packet_length, uint8_t ulpfec_payload_type) argument
H A Dfec_receiver_unittest.cc89 uint8_t ulpfec_payload_type);
411 uint8_t ulpfec_payload_type) {
421 receiver_fec->AddReceivedRedPacket(header, data, length, ulpfec_payload_type);
409 SurvivesMaliciousPacket(const uint8_t* data, size_t length, uint8_t ulpfec_payload_type) argument
/external/webrtc/webrtc/modules/rtp_rtcp/include/
H A Drtp_payload_registry.h142 int8_t ulpfec_payload_type() const { function in class:webrtc::RTPPayloadRegistry

Completed in 262 milliseconds