OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RtpRtcp
(Results
26 - 38
of
38
) sorted by null
1
2
/external/webrtc/webrtc/video/
vie_receiver.cc
146
void ViEReceiver::SetRtpRtcpModule(
RtpRtcp
* module) {
155
const std::vector<
RtpRtcp
*>& rtp_modules) {
161
std::vector<
RtpRtcp
*>(rtp_modules.begin() + 1, rtp_modules.end());
418
for (
RtpRtcp
* rtp_rtcp : rtp_rtcp_simulcast_)
video_send_stream_tests.cc
[
all
...]
/external/webrtc/webrtc/voice_engine/
channel.h
60
class
RtpRtcp
;
297
int GetRtpRtcp(
RtpRtcp
** rtpRtcpModule, RtpReceiver** rtp_receiver) const;
439
RtpRtcp
* RtpRtcpModulePtr() const
512
rtc::scoped_ptr<
RtpRtcp
> _rtpRtcpModule;
voe_video_sync_impl.cc
157
RtpRtcp
** rtpRtcpModule,
channel.cc
[
all
...]
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.h
29
class ModuleRtpRtcpImpl : public
RtpRtcp
{
31
explicit ModuleRtpRtcpImpl(const
RtpRtcp
::Configuration& configuration);
rtp_rtcp_impl.cc
29
RtpRtcp
::Configuration::Configuration()
48
RtpRtcp
*
RtpRtcp
::CreateRtpRtcp(const
RtpRtcp
::Configuration& configuration) {
53
RtpRtcp
::Configuration configuration_copy;
55
sizeof(
RtpRtcp
::Configuration));
rtp_rtcp_impl_unittest.cc
103
RtpRtcp
::Configuration config;
rtcp_sender_unittest.cc
229
RtpRtcp
::Configuration configuration;
rtcp_receiver_unittest.cc
80
RtpRtcp
::Configuration configuration;
[
all
...]
/external/webrtc/webrtc/call/
congestion_controller.cc
266
RtpRtcp
* rtp_module) {
/external/webrtc/webrtc/modules/video_coding/test/
rtp_player.cc
220
RtpRtcp
::Configuration configuration;
/external/webrtc/webrtc/test/
mock_voice_engine.h
314
RtpRtcp
** rtpRtcpModule,
Completed in 209 milliseconds
1
2