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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
audio_classifier.cc 19 static const int kDefaultFrameRateHz = 50;
21 kDefaultSampleRateHz / kDefaultFrameRateHz;
  /external/chromium_org/ui/gfx/animation/
slide_animation.cc 12 static const int kDefaultFrameRateHz = 60;
18 : LinearAnimation(kDefaultFrameRateHz, target),
  /external/chromium_org/ui/message_center/views/
message_center_view.cc 56 const int kDefaultFrameRateHz = 60;
677 parts, base::TimeDelta::FromMicroseconds(1000000 / kDefaultFrameRateHz)));
    [all...]

Completed in 686 milliseconds