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

  /external/webrtc/webrtc/test/testsupport/metrics/
video_metrics_unittest.cc 30 video_file_ = webrtc::test::ResourcePath("foreman_cif_short", "yuv");
51 std::string video_file_; member in class:webrtc::VideoMetricsTest
56 EXPECT_EQ(0, I420PSNRFromFiles(video_file_.c_str(), video_file_.c_str(),
62 EXPECT_EQ(0, I420SSIMFromFiles(video_file_.c_str(), video_file_.c_str(),
68 EXPECT_EQ(0, I420MetricsFromFiles(video_file_.c_str(), video_file_.c_str(),
79 video_file_.c_str(), kWidth, kHeight,
86 video_file_.c_str(), kWidth, kHeight
    [all...]
  /external/webrtc/talk/media/devices/
filevideocapturer.cc 46 if (!video_file_.Open(filename, "wb", &err)) {
54 video_file_.Close();
58 if (rtc::SS_CLOSED == video_file_.GetState()) {
84 if (rtc::SR_SUCCESS != video_file_.Write(buffer.Data(),
93 if (rtc::SR_SUCCESS != video_file_.Write(frame.data,
188 if (!video_file_.Open(filename, "rb", &err)) {
196 video_file_.Close();
200 if (!video_file_.SetPosition(0)) {
202 video_file_.Close();
236 if (rtc::SS_CLOSED == video_file_.GetState())
    [all...]
filevideocapturer.h 71 rtc::FileStream video_file_; member in class:cricket::VideoRecorder
127 // Read the frame header from the file stream, video_file_.
146 rtc::FileStream video_file_; member in class:cricket::FileVideoCapturer

Completed in 62 milliseconds