Home
last modified time | relevance | path

Searched refs:profile_level_id_numeric (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/api/video_codecs/
Dh264_profile_level_id.cc107 const uint32_t profile_level_id_numeric = strtol(str, nullptr, 16); in ParseH264ProfileLevelId() local
108 if (profile_level_id_numeric == 0) in ParseH264ProfileLevelId()
113 static_cast<uint8_t>(profile_level_id_numeric & 0xFF); in ParseH264ProfileLevelId()
115 static_cast<uint8_t>((profile_level_id_numeric >> 8) & 0xFF); in ParseH264ProfileLevelId()
117 static_cast<uint8_t>((profile_level_id_numeric >> 16) & 0xFF); in ParseH264ProfileLevelId()