Searched defs:VideoRecorder (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/talk/media/devices/
H A Dfilevideocapturer.h29 // This file contains two classes, VideoRecorder and FileVideoCapturer.
30 // VideoRecorder records the captured frames into a file. The file stores a
54 class VideoRecorder { class in namespace:cricket
56 VideoRecorder() {} function in class:cricket::VideoRecorder
57 ~VideoRecorder() { Stop(); }
74 RTC_DISALLOW_COPY_AND_ASSIGN(VideoRecorder);
/external/chromium-trace/catapult/devil/devil/android/tools/
H A Dvideo_recorder.py28 class VideoRecorder(object): class in inherits:object
33 """Creates a VideoRecorder instance.
148 recorder = VideoRecorder(
/external/libmojo/third_party/catapult/devil/devil/android/tools/
H A Dvideo_recorder.py26 class VideoRecorder(object): class in inherits:object
31 """Creates a VideoRecorder instance.
146 recorder = VideoRecorder(

Completed in 237 milliseconds