Home
last modified time | relevance | path

Searched refs:VideoCodecVP9 (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/talk/media/webrtc/
Dfakewebrtccall.h128 bool GetVp9Settings(webrtc::VideoCodecVP9* settings) const;
159 webrtc::VideoCodecVP9 vp9;
Dfakewebrtccall.cc138 webrtc::VideoCodecVP9* settings) const { in GetVp9Settings()
187 vpx_settings_.vp9 = *reinterpret_cast<const webrtc::VideoCodecVP9*>( in ReconfigureVideoEncoder()
Dwebrtcvideoengine2.h323 webrtc::VideoCodecVP9 vp9;
Dwebrtcvideoengine2_unittest.cc1795 webrtc::VideoCodecVP9 vp9_settings; in TEST_F()
/external/webrtc/webrtc/
Dvideo_encoder.h50 static VideoCodecVP9 GetDefaultVp9Settings();
Dcommon_types.h604 struct VideoCodecVP9 { struct
643 VideoCodecVP9 VP9;
/external/webrtc/webrtc/modules/video_coding/
Dcodec_database.cc46 VideoCodecVP9 VideoEncoder::GetDefaultVp9Settings() { in GetDefaultVp9Settings()
47 VideoCodecVP9 vp9_settings; in GetDefaultVp9Settings()
/external/webrtc/webrtc/video/
Dvideo_send_stream_tests.cc1528 void VideoCodecConfigObserver<VideoCodecVP9>::VerifyCodecSpecifics( in VerifyCodecSpecifics()
1542 VideoCodecVP9 encoder_settings = encoder_settings_; in VerifyCodecSpecifics()
1555 VideoCodecConfigObserver<VideoCodecVP9> test(kVideoCodecVP9, "VP9"); in TEST_F()
2117 VideoCodecVP9 vp9_settings_;
Dvideo_send_stream.cc349 video_codec.codecSpecific.VP9 = *reinterpret_cast<const VideoCodecVP9*>( in ReconfigureVideoEncoder()