Home
last modified time | relevance | path

Searched refs:GetTestConfig (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/media/base/
Dtest_helpers.cc109 static VideoDecoderConfig GetTestConfig(VideoCodec codec, in GetTestConfig() function
124 return GetTestConfig(kUnknownVideoCodec, kNormalSize, false); in Invalid()
128 return GetTestConfig(kCodecVP8, kNormalSize, false); in Normal()
132 return GetTestConfig(kCodecVP8, kNormalSize, true); in NormalEncrypted()
136 return GetTestConfig(kCodecVP8, kLargeSize, false); in Large()
140 return GetTestConfig(kCodecVP8, kLargeSize, true); in LargeEncrypted()
/external/chromium_org/third_party/webrtc/video/
Dsend_statistics_proxy_unittest.cc30 new SendStatisticsProxy(GetTestConfig())); in SetUp()
31 config_ = GetTestConfig(); in SetUp()
35 VideoSendStream::Config GetTestConfig() { in GetTestConfig() function in webrtc::SendStatisticsProxyTest