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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocapturer.cc 335 *last_captured_frame_format = last_captured_frame_format_;
715 last_captured_frame_format_.width = captured_frame->width;
716 last_captured_frame_format_.height = captured_frame->height;
718 last_captured_frame_format_.interval = 0;
719 last_captured_frame_format_.fourcc = captured_frame->fourcc;
videocapturer.h 392 VideoFormat last_captured_frame_format_; member in class:cricket::VideoCapturer

Completed in 84 milliseconds