Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/
Dcommon_types.h570 struct VideoCodecVP8 { struct
582 bool operator==(const VideoCodecVP8& other) const { argument
595 bool operator!=(const VideoCodecVP8& other) const {
627 VideoCodecVP8 VP8;
Dvideo_encoder.h47 static VideoCodecVP8 GetDefaultVp8Settings();
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoengine2_unittest.h47 bool GetVp8Settings(webrtc::VideoCodecVP8* settings) const;
64 webrtc::VideoCodecVP8 vp8_settings_;
Dwebrtcvideoengine2_unittest.cc90 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()
Dwebrtcvideoengine2.cc217 webrtc::VideoCodecVP8* settings = new webrtc::VideoCodecVP8( in CreateVideoEncoderSettings()
233 delete reinterpret_cast<webrtc::VideoCodecVP8*>(encoder_settings); in DestroyVideoEncoderSettings()
/external/webrtc/src/
Dcommon_types.h503 struct VideoCodecVP8 struct
542 VideoCodecVP8 VP8;
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Dcodec_database.cc27 VideoCodecVP8 VideoEncoder::GetDefaultVp8Settings() { in GetDefaultVp8Settings()
28 VideoCodecVP8 vp8_settings; in GetDefaultVp8Settings()
/external/chromium_org/third_party/webrtc/video/
Dvideo_send_stream.cc330 video_codec.codecSpecific.VP8 = *reinterpret_cast<const VideoCodecVP8*>( in ReconfigureVideoEncoder()
Dvideo_send_stream_tests.cc1500 VideoCodecVP8 vp8_settings_; in TEST_F()