Home
last modified time | relevance | path

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

/external/webrtc/api/video_codecs/test/
Dh264_profile_level_id_unittest.cc23 EXPECT_FALSE(ParseH264ProfileLevelId("")); in TEST()
24 EXPECT_FALSE(ParseH264ProfileLevelId(" 42e01f")); in TEST()
25 EXPECT_FALSE(ParseH264ProfileLevelId("4242e01f")); in TEST()
26 EXPECT_FALSE(ParseH264ProfileLevelId("e01f")); in TEST()
27 EXPECT_FALSE(ParseH264ProfileLevelId("gggggg")); in TEST()
30 EXPECT_FALSE(ParseH264ProfileLevelId("42e000")); in TEST()
31 EXPECT_FALSE(ParseH264ProfileLevelId("42e00f")); in TEST()
32 EXPECT_FALSE(ParseH264ProfileLevelId("42e0ff")); in TEST()
35 EXPECT_FALSE(ParseH264ProfileLevelId("42e11f")); in TEST()
36 EXPECT_FALSE(ParseH264ProfileLevelId("58601f")); in TEST()
[all …]
/external/webrtc/api/video_codecs/
Dh264_profile_level_id.cc103 absl::optional<H264ProfileLevelId> ParseH264ProfileLevelId(const char* str) { in ParseH264ProfileLevelId() function
195 : ParseH264ProfileLevelId(profile_level_id_it->second.c_str()); in ParseSdpForH264ProfileLevelId()
Dh264_profile_level_id.h63 absl::optional<H264ProfileLevelId> ParseH264ProfileLevelId(const char* str);
/external/webrtc/sdk/objc/components/video_codec/
DRTCH264ProfileLevelId.mm97 webrtc::ParseH264ProfileLevelId([hexString cStringUsingEncoding:NSUTF8StringEncoding]);