|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "webrtc/media/engine/webrtcvideoengine2.h"#include <stdio.h>#include <algorithm>#include <set>#include <string>#include <utility>#include "webrtc/api/video/i420_buffer.h"#include "webrtc/base/copyonwritebuffer.h"#include "webrtc/base/logging.h"#include "webrtc/base/stringutils.h"#include "webrtc/base/timeutils.h"#include "webrtc/base/trace_event.h"#include "webrtc/call/call.h"#include "webrtc/common_video/h264/profile_level_id.h"#include "webrtc/media/engine/constants.h"#include "webrtc/media/engine/internalencoderfactory.h"#include "webrtc/media/engine/internaldecoderfactory.h"#include "webrtc/media/engine/simulcast.h"#include "webrtc/media/engine/videoencodersoftwarefallbackwrapper.h"#include "webrtc/media/engine/videodecodersoftwarefallbackwrapper.h"#include "webrtc/media/engine/webrtcmediaengine.h"#include "webrtc/media/engine/webrtcvideoencoderfactory.h"#include "webrtc/media/engine/webrtcvoiceengine.h"#include "webrtc/modules/video_coding/codecs/vp8/simulcast_encoder_adapter.h"#include "webrtc/system_wrappers/include/field_trial.h"#include "webrtc/video_decoder.h"#include "webrtc/video_encoder.h"Namespaces | |
| cricket | |
1.8.13