Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/
Dh264_sprop_parameter_sets_unittest.cc26 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()
Dh264_sprop_parameter_sets.h25 bool DecodeSprop(const std::string& sprop);
Dh264_sprop_parameter_sets.cc32 bool H264SpropParameterSets::DecodeSprop(const std::string& sprop) { in DecodeSprop() function in webrtc::H264SpropParameterSets
/external/webrtc/video/
Drtp_video_stream_receiver2.cc1147 if (!sprop_decoder.DecodeSprop(sprop_base64_it->second.c_str())) in InsertSpsPpsIntoTracker()
Drtp_video_stream_receiver.cc1174 if (!sprop_decoder.DecodeSprop(sprop_base64_it->second.c_str())) in InsertSpsPpsIntoTracker()