Searched refs:ViEFileCaptureDevice (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/
H A Dvie_file_capture_device.h28 class ViEFileCaptureDevice { class
31 explicit ViEFileCaptureDevice(webrtc::ViEExternalCapture* input_sink);
32 virtual ~ViEFileCaptureDevice();
H A Dvie_fake_camera.h20 class ViEFileCaptureDevice;
47 ViEFileCaptureDevice* file_capture_device_;
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/helpers/
H A Dvie_file_capture_device.cc41 ViEFileCaptureDevice::ViEFileCaptureDevice( function in class:ViEFileCaptureDevice
48 ViEFileCaptureDevice::~ViEFileCaptureDevice() {
52 bool ViEFileCaptureDevice::OpenI420File(const std::string& path,
69 void ViEFileCaptureDevice::ReadFileFor(uint64_t time_slice_ms,
100 void ViEFileCaptureDevice::CloseFile() {
H A Dvie_fake_camera.cc20 ViEFileCaptureDevice* file_capture_device =
21 reinterpret_cast<ViEFileCaptureDevice*>(data);
56 file_capture_device_ = new ViEFileCaptureDevice(externalCapture);

Completed in 758 milliseconds