HomeSort by relevance Sort by last modified time
    Searched full:target_codec (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.cc 810 webrtc::VideoCodec* target_codec) {
811 if ((target_codec == NULL) || (video_format == cricket::VideoFormat())) {
814 target_codec->width = video_format.width;
815 target_codec->height = video_format.height;
816 target_codec->maxFramerate = cricket::VideoFormat::IntervalToFps(
3337 webrtc::VideoCodec target_codec = codec; local
3541 webrtc::VideoCodec target_codec = *send_codec_.get(); local
    [all...]

Completed in 171 milliseconds