webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "webrtc/media/base/codec.h"
#include <algorithm>
#include <sstream>
#include "webrtc/base/checks.h"
#include "webrtc/base/logging.h"
#include "webrtc/base/stringencode.h"
#include "webrtc/base/stringutils.h"
#include "webrtc/common_video/h264/profile_level_id.h"
Namespaces | |
cricket | |
Functions | |
bool | cricket::HasNack (const Codec &codec) |
bool | cricket::HasRemb (const Codec &codec) |
bool | cricket::HasTransportCc (const Codec &codec) |
bool | cricket::CodecNamesEq (const std::string &name1, const std::string &name2) |
bool | cricket::CodecNamesEq (const char *name1, const char *name2) |
const VideoCodec * | cricket::FindMatchingCodec (const std::vector< VideoCodec > &supported_codecs, const VideoCodec &codec) |