Searched refs:VerifyAttributes (Results 1 – 10 of 10) sorted by relevance
13 EXPECT_TRUE(MediaStreamVideoTrackShared::VerifyAttributes(attributes)); in TEST()20 EXPECT_TRUE(MediaStreamVideoTrackShared::VerifyAttributes(attributes)); in TEST()23 EXPECT_TRUE(MediaStreamVideoTrackShared::VerifyAttributes(attributes)); in TEST()26 EXPECT_TRUE(MediaStreamVideoTrackShared::VerifyAttributes(attributes)); in TEST()29 EXPECT_FALSE(MediaStreamVideoTrackShared::VerifyAttributes(attributes)); in TEST()39 EXPECT_TRUE(MediaStreamVideoTrackShared::VerifyAttributes(attributes)); in TEST()43 EXPECT_FALSE(MediaStreamVideoTrackShared::VerifyAttributes(attributes)); in TEST()47 EXPECT_FALSE(MediaStreamVideoTrackShared::VerifyAttributes(attributes)); in TEST()54 EXPECT_TRUE(MediaStreamVideoTrackShared::VerifyAttributes(attributes)); in TEST()57 EXPECT_FALSE(MediaStreamVideoTrackShared::VerifyAttributes(attributes)); in TEST()[all …]
13 EXPECT_TRUE(MediaStreamAudioTrackShared::VerifyAttributes(attributes)); in TEST()20 EXPECT_TRUE(MediaStreamAudioTrackShared::VerifyAttributes(attributes)); in TEST()23 EXPECT_TRUE(MediaStreamAudioTrackShared::VerifyAttributes(attributes)); in TEST()26 EXPECT_TRUE(MediaStreamAudioTrackShared::VerifyAttributes(attributes)); in TEST()29 EXPECT_FALSE(MediaStreamAudioTrackShared::VerifyAttributes(attributes)); in TEST()36 EXPECT_TRUE(MediaStreamAudioTrackShared::VerifyAttributes(attributes)); in TEST()39 EXPECT_TRUE(MediaStreamAudioTrackShared::VerifyAttributes(attributes)); in TEST()42 EXPECT_TRUE(MediaStreamAudioTrackShared::VerifyAttributes(attributes)); in TEST()45 EXPECT_TRUE(MediaStreamAudioTrackShared::VerifyAttributes(attributes)); in TEST()48 EXPECT_FALSE(MediaStreamAudioTrackShared::VerifyAttributes(attributes)); in TEST()[all …]
10 bool MediaStreamAudioTrackShared::VerifyAttributes( in VerifyAttributes() function in ppapi::MediaStreamAudioTrackShared
21 static bool VerifyAttributes(const Attributes& attributes);
27 static bool VerifyAttributes(const Attributes& attributes);
19 bool MediaStreamVideoTrackShared::VerifyAttributes( in VerifyAttributes() function in ppapi::MediaStreamVideoTrackShared
77 if (!MediaStreamAudioTrackShared::VerifyAttributes(attributes)) in Configure()
88 if (!MediaStreamVideoTrackShared::VerifyAttributes(attributes)) in Configure()
346 if (!MediaStreamAudioTrackShared::VerifyAttributes(attributes)) in OnHostMsgConfigure()
483 CHECK(MediaStreamVideoTrackShared::VerifyAttributes(attributes)); in OnHostMsgConfigure()