Searched refs:VcmCapturer (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/test/ |
D | vcm_capturer.cc | 19 VcmCapturer::VcmCapturer(webrtc::VideoCaptureInput* input) in VcmCapturer() function in webrtc::test::VcmCapturer 23 bool VcmCapturer::Init(size_t width, size_t height, size_t target_fps) { in Init() 57 VcmCapturer* VcmCapturer::Create(VideoCaptureInput* input, in Create() 61 VcmCapturer* vcm_capturer = new VcmCapturer(input); in Create() 71 void VcmCapturer::Start() { in Start() 76 void VcmCapturer::Stop() { in Stop() 81 void VcmCapturer::Destroy() { in Destroy() 95 VcmCapturer::~VcmCapturer() { Destroy(); } in ~VcmCapturer() 97 void VcmCapturer::OnIncomingCapturedFrame(const int32_t id, in OnIncomingCapturedFrame() 104 void VcmCapturer::OnCaptureDelayChanged(const int32_t id, const int32_t delay) { in OnCaptureDelayChanged()
|
D | vcm_capturer.h | 22 class VcmCapturer : public VideoCapturer, public VideoCaptureDataCallback { 24 static VcmCapturer* Create(VideoCaptureInput* input, 28 virtual ~VcmCapturer(); 38 explicit VcmCapturer(VideoCaptureInput* input);
|
D | video_capturer.cc | 37 VcmCapturer* vcm_capturer = VcmCapturer::Create(input, width, height, fps); in Create()
|