Searched refs:FirstPacketInSubFrame (Results 1 – 6 of 6) sorted by relevance
29 RTC_DCHECK(FirstPacketInSubFrame()); in TemporalLayer()40 RTC_DCHECK(FirstPacketInSubFrame()); in SpatialLayer()51 RTC_DCHECK(FirstPacketInSubFrame()); in SpatialLayersBitmask()57 RTC_DCHECK(FirstPacketInSubFrame()); in SetSpatialLayersBitmask()62 RTC_DCHECK(FirstPacketInSubFrame()); in SetResolution()72 RTC_DCHECK(FirstPacketInSubFrame()); in FrameId()77 RTC_DCHECK(FirstPacketInSubFrame()); in SetFrameId()83 RTC_DCHECK(FirstPacketInSubFrame()); in FrameDependenciesDiffs()88 RTC_DCHECK(FirstPacketInSubFrame()); in AddFrameDependencyDiff()
34 EXPECT_TRUE(descriptor.FirstPacketInSubFrame()); in TEST()68 EXPECT_FALSE(descriptor.FirstPacketInSubFrame()); in TEST()91 ASSERT_TRUE(descriptor.FirstPacketInSubFrame()); in TEST()115 ASSERT_TRUE(descriptor.FirstPacketInSubFrame()); in TEST()139 ASSERT_TRUE(descriptor.FirstPacketInSubFrame()); in TEST()164 ASSERT_TRUE(descriptor.FirstPacketInSubFrame()); in TEST()190 ASSERT_TRUE(descriptor.FirstPacketInSubFrame()); in TEST()216 ASSERT_TRUE(descriptor.FirstPacketInSubFrame()); in TEST()
114 if (!descriptor.FirstPacketInSubFrame()) in ValueSize()121 if (descriptor.FirstPacketInSubFrame() && in ValueSize()134 (descriptor.FirstPacketInSubFrame() ? kFlagBeginOfSubframe : 0) | in Write()139 if (!descriptor.FirstPacketInSubFrame()) { in Write()153 if (descriptor.FirstPacketInSubFrame() && fdiffs.empty() && in Write()
36 bool FirstPacketInSubFrame() const { return beginning_of_subframe_; } in FirstPacketInSubFrame() function
302 generic_frame_descriptor.FirstPacketInSubFrame(); in ParseGenericDescriptorExtension()306 if (generic_frame_descriptor.FirstPacketInSubFrame()) { in ParseGenericDescriptorExtension()
507 generic_frame_descriptor.FirstPacketInSubFrame(); in ParseGenericDependenciesExtension()511 if (generic_frame_descriptor.FirstPacketInSubFrame()) { in ParseGenericDependenciesExtension()