OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ptrViECapture
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_record.cc
175
webrtc::ViECapture*
ptrViECapture
=
177
if (
ptrViECapture
== NULL) {
196
captureIdx <
ptrViECapture
->NumberOfCaptureDevices();
201
error =
ptrViECapture
->GetCaptureDevice(captureIdx, deviceName,
222
error =
ptrViECapture
->GetCaptureDevice(captureIdx, deviceName,
231
error =
ptrViECapture
->AllocateCaptureDevice(uniqueId, KMaxUniqueIdLength,
238
error =
ptrViECapture
->ConnectCaptureDevice(captureId, videoChannel);
244
error =
ptrViECapture
->StartCapture(captureId);
504
error =
ptrViECapture
->StopCapture(captureId);
510
error =
ptrViECapture
->DisconnectCaptureDevice(videoChannel)
[
all
...]
vie_autotest_loopback.cc
117
webrtc::ViECapture*
ptrViECapture
=
135
captureIdx <
ptrViECapture
->NumberOfCaptureDevices();
141
error =
ptrViECapture
->GetCaptureDevice(captureIdx, deviceName,
164
error =
ptrViECapture
->GetCaptureDevice(captureIdx, deviceName,
174
error =
ptrViECapture
->AllocateCaptureDevice(uniqueId, KMaxUniqueIdLength,
182
error =
ptrViECapture
->ConnectCaptureDevice(captureId, videoChannel);
189
error =
ptrViECapture
->StartCapture(captureId);
676
error =
ptrViECapture
->StopCapture(captureId);
683
error =
ptrViECapture
->DisconnectCaptureDevice(videoChannel);
690
error =
ptrViECapture
->ReleaseCaptureDevice(captureId)
[
all
...]
Completed in 35 milliseconds