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

  /external/chromium_org/content/renderer/media/
rtc_video_decoder_unittest.cc 168 EXPECT_FALSE(rtc_decoder_->IsBufferAfterReset(RTCVideoDecoder::ID_HALF - 2,
169 RTCVideoDecoder::ID_HALF + 2));
170 EXPECT_TRUE(rtc_decoder_->IsBufferAfterReset(RTCVideoDecoder::ID_HALF + 2,
171 RTCVideoDecoder::ID_HALF - 2));
176 rtc_decoder_->IsBufferAfterReset(0, RTCVideoDecoder::ID_HALF - 2));
178 rtc_decoder_->IsBufferAfterReset(0, RTCVideoDecoder::ID_HALF + 2));
182 RTCVideoDecoder::ID_HALF - 2));
184 RTCVideoDecoder::ID_HALF + 2));
198 EXPECT_FALSE(rtc_decoder_->IsFirstBufferAfterReset(RTCVideoDecoder::ID_HALF,
199 RTCVideoDecoder::ID_HALF));
    [all...]
rtc_video_decoder.h 199 static const int32 ID_HALF; // half of the maximum bitstream buffer id
rtc_video_decoder.cc 28 const int32 RTCVideoDecoder::ID_HALF = 0x20000000;
556 return diff < ID_HALF;

Completed in 840 milliseconds