Home
last modified time | relevance | path

Searched refs:AddSupportedVideoCodecType (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/webrtc/media/engine/
H A Dfake_webrtc_video_engine.h70 void AddSupportedVideoCodecType(const std::string& name);
124 void AddSupportedVideoCodecType(const std::string& name);
H A Dwebrtc_video_engine_unittest.cc301 void AddSupportedVideoCodecType(const std::string& name);
326 encoder_factory_->AddSupportedVideoCodecType("VP8"); in TEST_F()
436 AddSupportedVideoCodecType("VP8"); in TEST_F()
473 AddSupportedVideoCodecType("VP8"); in TEST_F()
496 AddSupportedVideoCodecType("VP8"); in TEST_F()
497 AddSupportedVideoCodecType("VP9"); in TEST_F()
538 AddSupportedVideoCodecType("VP8"); in TEST_F()
553 AddSupportedVideoCodecType("VP8"); in TEST_F()
564 AddSupportedVideoCodecType("VP8"); in TEST_F()
643 AddSupportedVideoCodecType("VP9"); in TEST_F()
[all …]
H A Dfake_webrtc_video_engine.cc104 void FakeWebRtcVideoDecoderFactory::AddSupportedVideoCodecType( in AddSupportedVideoCodecType() function in cricket::FakeWebRtcVideoDecoderFactory
254 void FakeWebRtcVideoEncoderFactory::AddSupportedVideoCodecType( in AddSupportedVideoCodecType() function in cricket::FakeWebRtcVideoEncoderFactory