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

  /external/chromium_org/media/base/
test_helpers.cc 109 static VideoDecoderConfig GetTestConfig(VideoCodec codec,
124 return GetTestConfig(kUnknownVideoCodec, kNormalSize, false);
128 return GetTestConfig(kCodecVP8, kNormalSize, false);
132 return GetTestConfig(kCodecVP8, kNormalSize, true);
136 return GetTestConfig(kCodecVP8, kLargeSize, false);
140 return GetTestConfig(kCodecVP8, kLargeSize, true);
  /external/chromium_org/third_party/webrtc/video/
send_statistics_proxy_unittest.cc 31 new SendStatisticsProxy(GetTestConfig(), this));
32 config_ = GetTestConfig();
36 VideoSendStream::Config GetTestConfig() {

Completed in 83 milliseconds