OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsRtx
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
test_api.cc
182
EXPECT_TRUE(rtp_payload_registry_->
IsRtx
(rtx_header));
184
EXPECT_FALSE(rtp_payload_registry_->
IsRtx
(rtx_header));
187
EXPECT_TRUE(rtp_payload_registry_->
IsRtx
(rtx_header));
/external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_payload_registry.h
86
bool
IsRtx
(const RTPHeader& header) const;
/external/webrtc/webrtc/modules/rtp_rtcp/source/
nack_rtx_unittest.cc
113
if (!rtp_payload_registry_->
IsRtx
(header)) {
127
if (rtp_payload_registry_->
IsRtx
(header)) {
rtp_payload_registry.cc
226
bool RTPPayloadRegistry::
IsRtx
(const RTPHeader& header) const {
327
return IsRed(header) ||
IsRtx
(header);
/external/webrtc/webrtc/video/
vie_receiver.cc
353
} else if (rtp_payload_registry_->
IsRtx
(header)) {
/external/webrtc/webrtc/voice_engine/
channel.cc
[
all
...]
Completed in 53 milliseconds