OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VoERTP_RTCP
(Results
1 - 13
of
13
) sorted by null
/external/webrtc/webrtc/voice_engine/include/
voe_rtp_rtcp.h
27
//
VoERTP_RTCP
* rtp_rtcp =
VoERTP_RTCP
::GetInterface(voe);
99
//
VoERTP_RTCP
100
class WEBRTC_DLLEXPORT
VoERTP_RTCP
{
102
// Factory for the
VoERTP_RTCP
sub-API. Increases an internal
105
static
VoERTP_RTCP
* GetInterface(VoiceEngine* voiceEngine);
107
// Releases the
VoERTP_RTCP
sub-API and decreases an internal
211
VoERTP_RTCP
() {}
212
virtual ~
VoERTP_RTCP
() {}
/external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/
before_initialization_fixture.h
62
webrtc::
VoERTP_RTCP
* voe_rtp_rtcp_;
before_initialization_fixture.cc
23
voe_rtp_rtcp_ = webrtc::
VoERTP_RTCP
::GetInterface(voice_engine_);
/external/webrtc/talk/media/webrtc/
webrtcvoe.h
102
webrtc::
VoERTP_RTCP
* rtp,
120
webrtc::
VoERTP_RTCP
* rtp() const { return rtp_.get(); }
131
scoped_voe_ptr<webrtc::
VoERTP_RTCP
> rtp_;
fakewebrtcvoiceengine.h
143
public webrtc::VoENetwork, public webrtc::
VoERTP_RTCP
,
599
// webrtc::
VoERTP_RTCP
/external/webrtc/webrtc/voice_engine/test/auto_test/
voe_standard_test.h
149
VoERTP_RTCP
* RTP_RTCPPtr() const {
196
VoERTP_RTCP
* voe_rtp_rtcp_;
voe_standard_test.cc
135
voe_rtp_rtcp_ =
VoERTP_RTCP
::GetInterface(voice_engine_);
/external/webrtc/webrtc/voice_engine/test/auto_test/fakes/
conference_transport.h
148
webrtc::
VoERTP_RTCP
* local_rtp_rtcp_;
154
webrtc::
VoERTP_RTCP
* remote_rtp_rtcp_;
conference_transport.cc
54
local_rtp_rtcp_ = webrtc::
VoERTP_RTCP
::GetInterface(local_voe_);
62
remote_rtp_rtcp_ = webrtc::
VoERTP_RTCP
::GetInterface(remote_voe_);
/external/webrtc/webrtc/voice_engine/
voe_rtp_rtcp_impl.h
20
class VoERTP_RTCPImpl : public
VoERTP_RTCP
{
voe_rtp_rtcp_impl.cc
23
VoERTP_RTCP
*
VoERTP_RTCP
::GetInterface(VoiceEngine* voiceEngine) {
/external/webrtc/webrtc/voice_engine/test/android/android_test/jni/
android_test.cc
128
VoERTP_RTCP
* rtp_rtcp;
1192
veData.rtp_rtcp =
VoERTP_RTCP
::GetInterface(veData.ve);
[
all
...]
/external/webrtc/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc
61
VoERTP_RTCP
* rtp_rtcp = NULL;
135
rtp_rtcp =
VoERTP_RTCP
::GetInterface(m_voe);
Completed in 61 milliseconds