HomeSort by relevance Sort by last modified time
    Searched refs:VideoCodecVP9 (Results 1 - 9 of 9) sorted by null

  /external/webrtc/webrtc/
video_encoder.h 50 static VideoCodecVP9 GetDefaultVp9Settings();
common_types.h 604 struct VideoCodecVP9 {
643 VideoCodecVP9 VP9;
  /external/webrtc/talk/media/webrtc/
fakewebrtccall.h 128 bool GetVp9Settings(webrtc::VideoCodecVP9* settings) const;
159 webrtc::VideoCodecVP9 vp9;
fakewebrtccall.cc 138 webrtc::VideoCodecVP9* settings) const {
187 vpx_settings_.vp9 = *reinterpret_cast<const webrtc::VideoCodecVP9*>(
webrtcvideoengine2.h 323 webrtc::VideoCodecVP9 vp9;
webrtcvideoengine2_unittest.cc     [all...]
  /external/webrtc/webrtc/modules/video_coding/
codec_database.cc 46 VideoCodecVP9 VideoEncoder::GetDefaultVp9Settings() {
47 VideoCodecVP9 vp9_settings;
  /external/webrtc/webrtc/video/
video_send_stream.cc 349 video_codec.codecSpecific.VP9 = *reinterpret_cast<const VideoCodecVP9*>(
video_send_stream_tests.cc     [all...]

Completed in 1228 milliseconds