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