OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SendREDPayloadType
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp.h
584
// DEPRECATED. Use
SendREDPayloadType
below that takes output parameter
587
int32_t
SendREDPayloadType
(int8_t& payloadType) const { // NOLINT
588
return
SendREDPayloadType
(&payloadType);
590
virtual int32_t
SendREDPayloadType
(int8_t* payload_type) const = 0;
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
test_api_audio.cc
244
EXPECT_EQ(0, module1->
SendREDPayloadType
(&red));
281
EXPECT_EQ(-1, module1->
SendREDPayloadType
(&red));
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h
227
MOCK_CONST_METHOD1(
SendREDPayloadType
, int32_t(int8_t* payloadType));
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.h
263
int32_t
SendREDPayloadType
(int8_t* payload_type) const override;
rtp_rtcp_impl.cc
803
int32_t ModuleRtpRtcpImpl::
SendREDPayloadType
(int8_t* payload_type) const {
/external/webrtc/webrtc/voice_engine/
channel.cc
[
all
...]
Completed in 665 milliseconds