Searched refs:VideoCodecVP8 (Results 1 – 9 of 9) sorted by relevance
573 struct VideoCodecVP8 { struct585 bool operator==(const VideoCodecVP8& other) const { argument598 bool operator!=(const VideoCodecVP8& other) const {642 VideoCodecVP8 VP8;
49 static VideoCodecVP8 GetDefaultVp8Settings();
127 bool GetVp8Settings(webrtc::VideoCodecVP8* settings) const;158 webrtc::VideoCodecVP8 vp8;
128 webrtc::VideoCodecVP8* settings) const { in GetVp8Settings()184 vpx_settings_.vp8 = *reinterpret_cast<const webrtc::VideoCodecVP8*>( in ReconfigureVideoEncoder()
322 webrtc::VideoCodecVP8 vp8;
1679 webrtc::VideoCodecVP8 vp8_settings; in TEST_F()1703 webrtc::VideoCodecVP8 vp8_settings; in TEST_F()
31 VideoCodecVP8 VideoEncoder::GetDefaultVp8Settings() { in GetDefaultVp8Settings()32 VideoCodecVP8 vp8_settings; in GetDefaultVp8Settings()
1507 void VideoCodecConfigObserver<VideoCodecVP8>::VerifyCodecSpecifics( in VerifyCodecSpecifics()1521 VideoCodecVP8 encoder_settings = encoder_settings_; in VerifyCodecSpecifics()1550 VideoCodecConfigObserver<VideoCodecVP8> test(kVideoCodecVP8, "VP8"); in TEST_F()
341 video_codec.codecSpecific.VP8 = *reinterpret_cast<const VideoCodecVP8*>( in ReconfigureVideoEncoder()