Home
last modified time | relevance | path

Searched refs:FindPayloadType (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/talk/session/media/
Dbundlefilter.cc51 return FindPayloadType(payload_type); in DemuxPacket()
58 bool BundleFilter::FindPayloadType(int pl_type) const { in FindPayloadType() function in cricket::BundleFilter
Dbundlefilter.h62 bool FindPayloadType(int pl_type) const;
Dchannel_unittest.cc1471 EXPECT_TRUE(channel1_->bundle_filter()->FindPayloadType(pl_type1)); in SendBundleToBundle()
1472 EXPECT_TRUE(channel2_->bundle_filter()->FindPayloadType(pl_type1)); in SendBundleToBundle()
1473 EXPECT_FALSE(channel1_->bundle_filter()->FindPayloadType(pl_type2)); in SendBundleToBundle()
1474 EXPECT_FALSE(channel2_->bundle_filter()->FindPayloadType(pl_type2)); in SendBundleToBundle()