OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ViEBase
(Results
1 - 23
of
23
) sorted by null
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
base_primitives.h
16
class
ViEBase
;
28
webrtc::
ViEBase
* base_interface,
general_primitives.h
20
class
ViEBase
;
base_primitives.cc
44
webrtc::
ViEBase
* base_interface,
framedrop_primitives.cc
166
webrtc::
ViEBase
*base_interface = interfaces.base;
/external/chromium_org/third_party/webrtc/video_engine/include/
vie_base.h
146
class WEBRTC_DLLEXPORT
ViEBase
{
148
// Factory for the
ViEBase
sub?API and increases an internal reference
151
static
ViEBase
* GetInterface(VideoEngine* video_engine);
153
// Releases the
ViEBase
sub-API and decreases an internal reference counter.
233
ViEBase
() {}
234
virtual ~
ViEBase
() {}
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/
tb_interfaces.h
38
webrtc::
ViEBase
* base;
/external/chromium_org/third_party/webrtc/video/
video_receive_stream.h
30
class
ViEBase
;
78
ViEBase
* video_engine_base_;
video_send_stream.h
31
class
ViEBase
;
85
ViEBase
* video_engine_base_;
call.cc
135
ViEBase
* base_;
179
base_ =
ViEBase
::GetInterface(video_engine_);
video_receive_stream.cc
45
video_engine_base_ =
ViEBase
::GetInterface(video_engine);
video_send_stream.cc
129
video_engine_base_ =
ViEBase
::GetInterface(video_engine);
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvie.h
93
ViEWrapper(webrtc::
ViEBase
* base, webrtc::ViECodec* codec,
111
webrtc::
ViEBase
* base() { return base_.get(); }
123
scoped_vie_ptr<webrtc::
ViEBase
> base_;
fakewebrtcvideoengine.h
254
: public webrtc::
ViEBase
,
649
// webrtc::
ViEBase
[
all
...]
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_base.cc
38
webrtc::
ViEBase
* base_interface = interfaces.base;
104
// Get the
ViEBase
API
105
webrtc::
ViEBase
* vie_base = webrtc::
ViEBase
::GetInterface(NULL);
115
vie_base = webrtc::
ViEBase
::GetInterface(video_engine);
222
webrtc::
ViEBase
* vie_base2 = webrtc::
ViEBase
::GetInterface(video_engine);
vie_autotest_loopback.cc
84
webrtc::
ViEBase
* ptrViEBase = webrtc::
ViEBase
::GetInterface(ptrViE);
87
printf("ERROR in
ViEBase
::GetInterface\n");
94
printf("ERROR in
ViEBase
::Init\n");
110
printf("ERROR in
ViEBase
::CreateChannel\n");
637
printf("ERROR in
ViEBase
::StopReceive\n");
644
printf("ERROR in
ViEBase
::StopSend\n");
700
printf("ERROR in
ViEBase
::DeleteChannel\n");
vie_autotest_record.cc
108
webrtc::
ViEBase
* ptrViEBase = webrtc::
ViEBase
::GetInterface(ptrViE);
110
printf("ERROR in
ViEBase
::GetInterface\n");
116
printf("ERROR in
ViEBase
::Init\n");
134
printf("ERROR in
ViEBase
::CreateChannel\n");
469
printf("ERROR in
ViEBase
::StopReceive\n");
475
printf("ERROR in
ViEBase
::StopSend\n");
524
printf("ERROR in
ViEBase
::DeleteChannel\n");
vie_autotest_simulcast.cc
119
webrtc::
ViEBase
* vie_base = webrtc::
ViEBase
::GetInterface(video_engine);
121
printf("ERROR in
ViEBase
::GetInterface\n");
127
printf("ERROR in
ViEBase
::Init\n");
151
printf("ERROR in
ViEBase
::CreateChannel\n");
159
printf("ERROR in
ViEBase
::CreateChannel\n");
462
printf("ERROR in
ViEBase
::CreateReceiveChannel\n");
524
printf("ERROR in
ViEBase
::DeleteChannel\n");
531
printf("ERROR in
ViEBase
::StopReceive\n");
538
printf("ERROR in
ViEBase
::StopReceive\n")
[
all
...]
vie_autotest_codec.cc
145
webrtc::
ViEBase
* base = interfaces.base;
299
webrtc::
ViEBase
* base = interfaces.base;
489
webrtc::
ViEBase
* base = webrtc::
ViEBase
::GetInterface(video_engine);
[
all
...]
vie_autotest_custom_call.cc
117
bool GetVideoDevice(webrtc::
ViEBase
* vie_base,
235
webrtc::
ViEBase
* vie_base = webrtc::
ViEBase
::GetInterface(vie);
[
all
...]
/external/chromium_org/third_party/webrtc/video_engine/
vie_base_impl.h
26
: public
ViEBase
,
31
// Implements
ViEBase
.
vie_base_impl.cc
36
ViEBase
*
ViEBase
::GetInterface(VideoEngine* video_engine) {
52
LOG(LS_WARNING) << "
ViEBase
released too many times.";
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
tb_interfaces.cc
35
base = webrtc::
ViEBase
::GetInterface(video_engine);
/external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
video_engine_jni.cc
156
base(webrtc::
ViEBase
::GetInterface(vie)),
257
webrtc::
ViEBase
* const base;
Completed in 1106 milliseconds