Searched refs:FindPayloadType (Results 1 – 3 of 3) sorted by relevance
58 return FindPayloadType(payload_type); in DemuxPacket()110 bool BundleFilter::FindPayloadType(int pl_type) const { in FindPayloadType() function in cricket::BundleFilter
69 bool FindPayloadType(int pl_type) const;
1426 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()