Home
last modified time | relevance | path

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

/external/webrtc/api/test/
Dvideocodec_test_fixture.h83 std::string CodecName() const;
/external/webrtc/modules/video_coding/codecs/test/
Dvideocodec_test_fixture_impl.cc144 return config.filename + "_" + config.CodecName() + "_" + in FilenameWithParams()
297 std::string VideoCodecTestFixtureImpl::Config::CodecName() const { in CodecName() function in webrtc::test::VideoCodecTestFixtureImpl::Config