Searched refs:DecodeSprop (Results 1 – 5 of 5) sorted by relevance
26 EXPECT_TRUE(h264_sprop.DecodeSprop("Z0IACpZTBYmI,aMljiA==")); in TEST_F()35 EXPECT_FALSE(h264_sprop.DecodeSprop(",")); in TEST_F()36 EXPECT_FALSE(h264_sprop.DecodeSprop("")); in TEST_F()37 EXPECT_FALSE(h264_sprop.DecodeSprop(",iA==")); in TEST_F()38 EXPECT_FALSE(h264_sprop.DecodeSprop("iA==,")); in TEST_F()39 EXPECT_TRUE(h264_sprop.DecodeSprop("iA==,iA==")); in TEST_F()40 EXPECT_FALSE(h264_sprop.DecodeSprop("--,--")); in TEST_F()41 EXPECT_FALSE(h264_sprop.DecodeSprop(",,")); in TEST_F()42 EXPECT_FALSE(h264_sprop.DecodeSprop("iA==")); in TEST_F()
25 bool DecodeSprop(const std::string& sprop);
32 bool H264SpropParameterSets::DecodeSprop(const std::string& sprop) { in DecodeSprop() function in webrtc::H264SpropParameterSets
1147 if (!sprop_decoder.DecodeSprop(sprop_base64_it->second.c_str())) in InsertSpsPpsIntoTracker()
1174 if (!sprop_decoder.DecodeSprop(sprop_base64_it->second.c_str())) in InsertSpsPpsIntoTracker()