HomeSort by relevance Sort by last modified time
    Searched refs:VideoRecorder (Results 1 - 6 of 6) sorted by null

  /external/webrtc/talk/media/devices/
filevideocapturer.h 29 // This file contains two classes, VideoRecorder and FileVideoCapturer.
30 // VideoRecorder records the captured frames into a file. The file stores a
54 class VideoRecorder {
56 VideoRecorder() {}
57 ~VideoRecorder() { Stop(); }
74 RTC_DISALLOW_COPY_AND_ASSIGN(VideoRecorder);
filevideocapturer.cc 28 // Implementation of VideoRecorder and FileVideoCapturer.
40 // Implementation of class VideoRecorder
42 bool VideoRecorder::Start(const std::string& filename, bool write_header) {
53 void VideoRecorder::Stop() {
57 bool VideoRecorder::RecordFrame(const CapturedFrame& frame) {
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
android_screen_recorder_profiler.py 25 self._recorder = video_recorder.VideoRecorder(
  /external/chromium-trace/catapult/devil/devil/android/tools/
video_recorder.py 26 class VideoRecorder(object):
31 """Creates a VideoRecorder instance.
146 recorder = VideoRecorder(
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVRecordActivity.java 69 private VideoRecorder mVideoRecorder;
145 mVideoRecorder = new VideoRecorder(mCameraContext.getCamera(), mCameraContext.getProfile());
591 class VideoRecorder
598 VideoRecorder(Camera camera, CamcorderProfile profile){
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
android_platform_backend.py 386 self._video_recorder = video_recorder.VideoRecorder(

Completed in 594 milliseconds