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 174 EXPECT_FALSE(rtc_decoder_->IsBufferAfterReset(RTCVideoDecoder::ID_HALF - 2,
175 RTCVideoDecoder::ID_HALF + 2));
176 EXPECT_TRUE(rtc_decoder_->IsBufferAfterReset(RTCVideoDecoder::ID_HALF + 2,
177 RTCVideoDecoder::ID_HALF - 2));
182 rtc_decoder_->IsBufferAfterReset(0, RTCVideoDecoder::ID_HALF - 2));
184 rtc_decoder_->IsBufferAfterReset(0, RTCVideoDecoder::ID_HALF + 2));
188 RTCVideoDecoder::ID_HALF - 2));
190 RTCVideoDecoder::ID_HALF + 2));
rtc_video_decoder.h 187 static const int32 ID_HALF; // half of the maximum bitstream buffer id
rtc_video_decoder.cc 22 const int32 RTCVideoDecoder::ID_HALF = 0x20000000;
526 return diff < ID_HALF;

Completed in 152 milliseconds