Searched refs:profile_level_id_numeric (Results 1 – 1 of 1) sorted by relevance
107 const uint32_t profile_level_id_numeric = strtol(str, nullptr, 16); in ParseH264ProfileLevelId() local108 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()