Searched refs:LastReceivedKeyframePacketMs (Results 1 – 9 of 9) sorted by relevance
625 packet_keyframe_ms = packet_buffer_.LastReceivedKeyframePacketMs(); in TEST_F()632 packet_keyframe_ms = packet_buffer_.LastReceivedKeyframePacketMs(); in TEST_F()642 packet_keyframe_ms = packet_buffer_.LastReceivedKeyframePacketMs(); in TEST_F()650 packet_keyframe_ms = packet_buffer_.LastReceivedKeyframePacketMs(); in TEST_F()659 EXPECT_EQ(packet_buffer_.LastReceivedKeyframePacketMs(), in TEST_F()665 EXPECT_EQ(packet_buffer_.LastReceivedKeyframePacketMs(), in TEST_F()671 EXPECT_EQ(packet_buffer_.LastReceivedKeyframePacketMs(), in TEST_F()677 EXPECT_EQ(packet_buffer_.LastReceivedKeyframePacketMs(), in TEST_F()
95 absl::optional<int64_t> LastReceivedKeyframePacketMs() const
193 absl::optional<int64_t> PacketBuffer::LastReceivedKeyframePacketMs() const { in LastReceivedKeyframePacketMs() function in webrtc::video_coding::PacketBuffer
175 absl::optional<int64_t> LastReceivedKeyframePacketMs() const;
200 absl::optional<int64_t> LastReceivedKeyframePacketMs() const;
915 absl::optional<int64_t> RtpVideoStreamReceiver2::LastReceivedKeyframePacketMs() in LastReceivedKeyframePacketMs() function in webrtc::RtpVideoStreamReceiver2917 return packet_buffer_.LastReceivedKeyframePacketMs(); in LastReceivedKeyframePacketMs()
943 absl::optional<int64_t> RtpVideoStreamReceiver::LastReceivedKeyframePacketMs() in LastReceivedKeyframePacketMs() function in webrtc::RtpVideoStreamReceiver945 return packet_buffer_.LastReceivedKeyframePacketMs(); in LastReceivedKeyframePacketMs()
731 rtp_video_stream_receiver_.LastReceivedKeyframePacketMs(); in IsReceivingKeyFrame()
756 rtp_video_stream_receiver_.LastReceivedKeyframePacketMs(); in IsReceivingKeyFrame()