Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/
Ddecoding_state_unittest.cc52 EXPECT_FALSE(dec_state.ContinuousFrame(&frame)); in TEST()
55 EXPECT_TRUE(dec_state.ContinuousFrame(&frame_key)); in TEST()
63 EXPECT_FALSE(dec_state.ContinuousFrame(&frame)); in TEST()
68 EXPECT_TRUE(dec_state.ContinuousFrame(&frame)); in TEST()
75 EXPECT_FALSE(dec_state.ContinuousFrame(&frame)); in TEST()
84 EXPECT_TRUE(dec_state.ContinuousFrame(&frame)); in TEST()
107 EXPECT_TRUE(dec_state.ContinuousFrame(&frame)); in TEST()
118 EXPECT_FALSE(dec_state.ContinuousFrame(&frame)); in TEST()
129 EXPECT_FALSE(dec_state.ContinuousFrame(&frame)); in TEST()
139 EXPECT_TRUE(dec_state.ContinuousFrame(&frame)); in TEST()
[all …]
Ddecoding_state.h40 bool ContinuousFrame(const VCMFrameBuffer* frame) const;
Ddecoding_state.cc142 ContinuousFrame(frame)) { in UpdateEmptyFrame()
200 bool VCMDecodingState::ContinuousFrame(const VCMFrameBuffer* frame) const { in ContinuousFrame() function in webrtc::VCMDecodingState
Djitter_buffer.cc269 continuous = last_decoded_state_.ContinuousFrame(frame); in ExtractAndSetDecode()
512 decoding_state.ContinuousFrame(&frame); in IsContinuousInState()