Searched refs:VideoCodecVP8 (Results 1 - 9 of 9) sorted by relevance

/external/webrtc/webrtc/
H A Dvideo_encoder.h49 static VideoCodecVP8 GetDefaultVp8Settings();
H A Dcommon_types.h573 struct VideoCodecVP8 { struct in namespace:webrtc
585 bool operator==(const VideoCodecVP8& other) const {
598 bool operator!=(const VideoCodecVP8& other) const {
642 VideoCodecVP8 VP8;
/external/webrtc/talk/media/webrtc/
H A Dfakewebrtccall.h127 bool GetVp8Settings(webrtc::VideoCodecVP8* settings) const;
158 webrtc::VideoCodecVP8 vp8;
H A Dfakewebrtccall.cc128 webrtc::VideoCodecVP8* settings) const {
184 vpx_settings_.vp8 = *reinterpret_cast<const webrtc::VideoCodecVP8*>(
H A Dwebrtcvideoengine2.h322 webrtc::VideoCodecVP8 vp8;
H A Dwebrtcvideoengine2_unittest.cc1679 webrtc::VideoCodecVP8 vp8_settings;
1703 webrtc::VideoCodecVP8 vp8_settings;
/external/webrtc/webrtc/modules/video_coding/
H A Dcodec_database.cc31 VideoCodecVP8 VideoEncoder::GetDefaultVp8Settings() {
32 VideoCodecVP8 vp8_settings;
/external/webrtc/webrtc/video/
H A Dvideo_send_stream.cc341 video_codec.codecSpecific.VP8 = *reinterpret_cast<const VideoCodecVP8*>(
H A Dvideo_send_stream_tests.cc1507 void VideoCodecConfigObserver<VideoCodecVP8>::VerifyCodecSpecifics(
1521 VideoCodecVP8 encoder_settings = encoder_settings_;
1550 VideoCodecConfigObserver<VideoCodecVP8> test(kVideoCodecVP8, "VP8");

Completed in 481 milliseconds