Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dbundlefilter.cc58 return FindPayloadType(payload_type); in DemuxPacket()
110 bool BundleFilter::FindPayloadType(int pl_type) const { in FindPayloadType() function in cricket::BundleFilter
Dbundlefilter.h69 bool FindPayloadType(int pl_type) const;
Dchannel_unittest.cc1426 EXPECT_TRUE(channel1_->bundle_filter()->FindPayloadType(pl_type1)); in SendBundleToBundle()
1427 EXPECT_TRUE(channel2_->bundle_filter()->FindPayloadType(pl_type1)); in SendBundleToBundle()
1428 EXPECT_FALSE(channel1_->bundle_filter()->FindPayloadType(pl_type2)); in SendBundleToBundle()
1429 EXPECT_FALSE(channel2_->bundle_filter()->FindPayloadType(pl_type2)); in SendBundleToBundle()