OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateStrategy
(Results
1 - 11
of
11
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
test_api_rtcp.cc
95
RTPPayloadStrategy::
CreateStrategy
(true)));
97
RTPPayloadStrategy::
CreateStrategy
(true)));
test_api_audio.cc
100
RTPPayloadStrategy::
CreateStrategy
(true)));
102
RTPPayloadStrategy::
CreateStrategy
(true)));
test_api.cc
98
RTPPayloadStrategy::
CreateStrategy
(true)));
test_api_video.cc
36
: rtp_payload_registry_(RTPPayloadStrategy::
CreateStrategy
(false)),
/external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_payload_registry.h
48
static RTPPayloadStrategy*
CreateStrategy
(const bool handling_audio);
/external/webrtc/webrtc/modules/rtp_rtcp/source/
nack_rtx_unittest.cc
170
: rtp_payload_registry_(RTPPayloadStrategy::
CreateStrategy
(false)),
rtp_payload_registry_unittest.cc
98
new RTPPayloadRegistry(RTPPayloadStrategy::
CreateStrategy
(true)));
rtp_payload_registry.cc
481
RTPPayloadStrategy* RTPPayloadStrategy::
CreateStrategy
(
/external/webrtc/webrtc/modules/video_coding/test/
rtp_player.cc
274
RTPPayloadStrategy::
CreateStrategy
(false))),
/external/webrtc/webrtc/video/
vie_receiver.cc
43
new RTPPayloadRegistry(RTPPayloadStrategy::
CreateStrategy
(false))),
/external/webrtc/webrtc/voice_engine/
channel.cc
815
new RTPPayloadRegistry(RTPPayloadStrategy::
CreateStrategy
(true))),
[
all
...]
Completed in 50 milliseconds