OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ptrViE
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_loopback.cc
57
webrtc::VideoEngine*
ptrViE
= NULL;
58
ptrViE
= webrtc::VideoEngine::Create();
59
if (
ptrViE
== NULL)
65
error =
ptrViE
->SetTraceFilter(webrtc::kTraceAll);
74
error =
ptrViE
->SetTraceFile(trace_file.c_str());
84
webrtc::ViEBase* ptrViEBase = webrtc::ViEBase::GetInterface(
ptrViE
);
99
webrtc::ViERTP_RTCP::GetInterface(
ptrViE
);
118
webrtc::ViECapture::GetInterface(
ptrViE
);
262
webrtc::ViERender* ptrViERender = webrtc::ViERender::GetInterface(
ptrViE
);
301
webrtc::ViECodec* ptrViECodec = webrtc::ViECodec::GetInterface(
ptrViE
);
[
all
...]
vie_autotest_record.cc
80
webrtc::VideoEngine*
ptrViE
= NULL;
81
ptrViE
= webrtc::VideoEngine::Create();
82
if (
ptrViE
== NULL) {
87
error =
ptrViE
->SetTraceFilter(webrtc::kTraceAll);
95
error =
ptrViE
->SetTraceFile(trace_file.c_str());
108
webrtc::ViEBase* ptrViEBase = webrtc::ViEBase::GetInterface(
ptrViE
);
176
webrtc::ViECapture::GetInterface(
ptrViE
);
254
webrtc::ViERTP_RTCP::GetInterface(
ptrViE
);
283
webrtc::ViERender* ptrViERender = webrtc::ViERender::GetInterface(
ptrViE
);
317
webrtc::ViECodec* ptrViECodec = webrtc::ViECodec::GetInterface(
ptrViE
);
[
all
...]
Completed in 38 milliseconds