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

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

Completed in 465 milliseconds