webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "webrtc/common_video/h264/profile_level_id.h"
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include "webrtc/base/arraysize.h"
Namespaces | |
webrtc | |
webrtc::H264 | |
Functions | |
rtc::Optional< ProfileLevelId > | webrtc::H264::ParseProfileLevelId (const char *str) |
rtc::Optional< Level > | webrtc::H264::SupportedLevel (int max_frame_pixel_count, float max_fps) |
rtc::Optional< ProfileLevelId > | webrtc::H264::ParseSdpProfileLevelId (const CodecParameterMap ¶ms) |
rtc::Optional< std::string > | webrtc::H264::ProfileLevelIdToString (const ProfileLevelId &profile_level_id) |
void | webrtc::H264::GenerateProfileLevelIdForAnswer (const CodecParameterMap &local_supported_params, const CodecParameterMap &remote_offered_params, CodecParameterMap *answer_params) |
const webrtc::H264::Level level |
const int max_macroblock_frame_size |
const int max_macroblocks_per_second |
const Profile profile |
const uint8_t profile_idc |
const BitPattern profile_iop |