Home
last modified time | relevance | path

Searched refs:ContinuousFrame (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
Ddecoding_state_unittest.cc47 EXPECT_FALSE(dec_state.ContinuousFrame(&frame)); in TEST()
50 EXPECT_TRUE(dec_state.ContinuousFrame(&frame_key)); in TEST()
58 EXPECT_FALSE(dec_state.ContinuousFrame(&frame)); in TEST()
63 EXPECT_TRUE(dec_state.ContinuousFrame(&frame)); in TEST()
70 EXPECT_FALSE(dec_state.ContinuousFrame(&frame)); in TEST()
79 EXPECT_TRUE(dec_state.ContinuousFrame(&frame)); in TEST()
102 EXPECT_TRUE(dec_state.ContinuousFrame(&frame)); in TEST()
113 EXPECT_FALSE(dec_state.ContinuousFrame(&frame)); in TEST()
124 EXPECT_FALSE(dec_state.ContinuousFrame(&frame)); in TEST()
134 EXPECT_TRUE(dec_state.ContinuousFrame(&frame)); in TEST()
[all …]
Ddecoding_state.cc118 ContinuousFrame(frame)) { in UpdateEmptyFrame()
175 bool VCMDecodingState::ContinuousFrame(const VCMFrameBuffer* frame) const { in ContinuousFrame() function in webrtc::VCMDecodingState
Ddecoding_state.h37 bool ContinuousFrame(const VCMFrameBuffer* frame) const;
Djitter_buffer.cc572 continuous = last_decoded_state_.ContinuousFrame(frame); in ExtractAndSetDecode()
850 decoding_state.ContinuousFrame(&frame); in IsContinuousInState()