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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
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 32 bool ContinuousFrame(const VCMFrameBuffer* frame) const;
decoding_state.cc 92 ContinuousFrame(frame)) {
149 bool VCMDecodingState::ContinuousFrame(const VCMFrameBuffer* frame) const {
jitter_buffer.cc 495 continuous = last_decoded_state_.ContinuousFrame(frame);
774 decoding_state.ContinuousFrame(&frame)) {
    [all...]
  /external/chromium_org/media/cast/framer/
frame_id_map.h 76 bool ContinuousFrame(FrameInfo* frame) const;
frame_id_map.cc 132 if (it->second->Complete() && ContinuousFrame(it->second.get())) {
222 bool FrameIdMap::ContinuousFrame(FrameInfo* frame) const {

Completed in 441 milliseconds