Searched refs:VideoCodecVP8 (Results 1 – 9 of 9) sorted by relevance
570 struct VideoCodecVP8 { struct582 bool operator==(const VideoCodecVP8& other) const { argument595 bool operator!=(const VideoCodecVP8& other) const {627 VideoCodecVP8 VP8;
47 static VideoCodecVP8 GetDefaultVp8Settings();
47 bool GetVp8Settings(webrtc::VideoCodecVP8* settings) const;64 webrtc::VideoCodecVP8 vp8_settings_;
90 webrtc::VideoCodecVP8* settings) const { in GetVp8Settings()108 vp8_settings_ = *reinterpret_cast<const webrtc::VideoCodecVP8*>( in ReconfigureVideoEncoder()1170 webrtc::VideoCodecVP8 vp8_settings; in TEST_F()1181 webrtc::VideoCodecVP8 vp8_settings; in TEST_F()
217 webrtc::VideoCodecVP8* settings = new webrtc::VideoCodecVP8( in CreateVideoEncoderSettings()233 delete reinterpret_cast<webrtc::VideoCodecVP8*>(encoder_settings); in DestroyVideoEncoderSettings()
503 struct VideoCodecVP8 struct542 VideoCodecVP8 VP8;
27 VideoCodecVP8 VideoEncoder::GetDefaultVp8Settings() { in GetDefaultVp8Settings()28 VideoCodecVP8 vp8_settings; in GetDefaultVp8Settings()
330 video_codec.codecSpecific.VP8 = *reinterpret_cast<const VideoCodecVP8*>( in ReconfigureVideoEncoder()
1500 VideoCodecVP8 vp8_settings_; in TEST_F()