OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetSendREDPayloadType
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
test_api_audio.cc
242
EXPECT_EQ(0, module1->
SetSendREDPayloadType
(voice_codec.pltype));
280
EXPECT_EQ(0, module1->
SetSendREDPayloadType
(-1));
/external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp.h
577
virtual int32_t
SetSendREDPayloadType
(int8_t payloadType) = 0;
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h
225
MOCK_METHOD1(
SetSendREDPayloadType
,
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.h
260
int32_t
SetSendREDPayloadType
(int8_t payload_type) override;
rtp_rtcp_impl.cc
797
int32_t ModuleRtpRtcpImpl::
SetSendREDPayloadType
(
/external/webrtc/webrtc/voice_engine/
channel.cc
[
all
...]
Completed in 467 milliseconds