HomeSort by relevance Sort by last modified time
    Searched refs:ContinuousFrame (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/video_coding/
decoding_state_unittest.cc 47 EXPECT_FALSE(dec_state.ContinuousFrame(&frame));
50 EXPECT_TRUE(dec_state.ContinuousFrame(&frame_key));
58 EXPECT_FALSE(dec_state.ContinuousFrame(&frame));
63 EXPECT_TRUE(dec_state.ContinuousFrame(&frame));
70 EXPECT_FALSE(dec_state.ContinuousFrame(&frame));
79 EXPECT_TRUE(dec_state.ContinuousFrame(&frame));
102 EXPECT_TRUE(dec_state.ContinuousFrame(&frame));
113 EXPECT_FALSE(dec_state.ContinuousFrame(&frame));
124 EXPECT_FALSE(dec_state.ContinuousFrame(&frame));
134 EXPECT_TRUE(dec_state.ContinuousFrame(&frame))
    [all...]
decoding_state.h 37 bool ContinuousFrame(const VCMFrameBuffer* frame) const;
decoding_state.cc 118 ContinuousFrame(frame)) {
175 bool VCMDecodingState::ContinuousFrame(const VCMFrameBuffer* frame) const {
jitter_buffer.cc 572 continuous = last_decoded_state_.ContinuousFrame(frame);
850 decoding_state.ContinuousFrame(&frame);
    [all...]

Completed in 132 milliseconds