Home
last modified time | relevance | path

Searched refs:LastReceivedKeyframePacketMs (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/modules/video_coding/
Dpacket_buffer_unittest.cc625 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()
Dpacket_buffer.h95 absl::optional<int64_t> LastReceivedKeyframePacketMs() const
Dpacket_buffer.cc193 absl::optional<int64_t> PacketBuffer::LastReceivedKeyframePacketMs() const { in LastReceivedKeyframePacketMs() function in webrtc::video_coding::PacketBuffer
/external/webrtc/video/
Drtp_video_stream_receiver2.h175 absl::optional<int64_t> LastReceivedKeyframePacketMs() const;
Drtp_video_stream_receiver.h200 absl::optional<int64_t> LastReceivedKeyframePacketMs() const;
Drtp_video_stream_receiver2.cc915 absl::optional<int64_t> RtpVideoStreamReceiver2::LastReceivedKeyframePacketMs() in LastReceivedKeyframePacketMs() function in webrtc::RtpVideoStreamReceiver2
917 return packet_buffer_.LastReceivedKeyframePacketMs(); in LastReceivedKeyframePacketMs()
Drtp_video_stream_receiver.cc943 absl::optional<int64_t> RtpVideoStreamReceiver::LastReceivedKeyframePacketMs() in LastReceivedKeyframePacketMs() function in webrtc::RtpVideoStreamReceiver
945 return packet_buffer_.LastReceivedKeyframePacketMs(); in LastReceivedKeyframePacketMs()
Dvideo_receive_stream.cc731 rtp_video_stream_receiver_.LastReceivedKeyframePacketMs(); in IsReceivingKeyFrame()
Dvideo_receive_stream2.cc756 rtp_video_stream_receiver_.LastReceivedKeyframePacketMs(); in IsReceivingKeyFrame()