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

  /external/webrtc/talk/media/base/
videocapturer.cc 337 *last_captured_frame_format = last_captured_frame_format_;
703 last_captured_frame_format_.width = captured_frame->width;
704 last_captured_frame_format_.height = captured_frame->height;
706 last_captured_frame_format_.interval = 0;
707 last_captured_frame_format_.fourcc = captured_frame->fourcc;
videocapturer.h 375 VideoFormat last_captured_frame_format_; member in class:cricket::VideoCapturer

Completed in 64 milliseconds