Home
last modified time | relevance | path

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

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