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

  /external/chromium_org/content/renderer/media/
mock_media_stream_registry.h 27 blink::WebMediaStream test_stream_; member in class:content::MockMediaStreamRegistry
  /external/chromium_org/content/common/gpu/media/
video_encode_accelerator_unittest.cc 408 const TestStream& test_stream_; member in class:content::__anon11874::VEAClient
492 test_stream_(test_stream),
517 test_stream_.requested_profile,
523 CHECK(!test_stream_.out_filename.empty());
524 base::FilePath out_filename(test_stream_.out_filename);
536 CHECK_EQ(test_stream_.input_file.length() % input_buffer_size_, 0U)
538 num_frames_in_stream_ = test_stream_.input_file.length() / input_buffer_size_;
566 DVLOG(1) << "Profile: " << test_stream_.requested_profile
567 << ", initial bitrate: " << test_stream_.requested_bitrate;
569 test_stream_.size
    [all...]

Completed in 397 milliseconds