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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
buffer_level_filter_unittest.cc 58 const int kTimes = 10;
62 for (int i = 0; i < kTimes; ++i) {
67 // (1 - (252/256) ^ |kTimes|) * |kValue|.
74 for (int i = 0; i < kTimes; ++i) {
79 // (1 - (253/256) ^ |kTimes|) * |kValue|.
86 for (int i = 0; i < kTimes; ++i) {
91 // (1 - (254/256) ^ |kTimes|) * |kValue|.
102 const int kTimes = 10;
107 for (int i = 0; i < kTimes; ++i) {
113 // (1 - (251/256) ^ |kTimes|) * |kValue|
    [all...]
  /external/chromium_org/ppapi/tests/
test_media_stream_video_track.cc 21 const int32_t kTimes = 3;
93 // Get |kTimes| frames.
94 for (int i = 0; i < kTimes; ++i) {
161 for (int j = 0; j < kTimes; ++j) {
209 for (int j = 0; j < kTimes; ++j) {
test_media_stream_audio_track.cc 33 const int32_t kTimes = 3;
151 // Get |kTimes| buffers.
152 for (int i = 0; i < kTimes; ++i) {
270 ASSERT_SUBTEST_SUCCESS(CheckGetBuffer(kTimes, -1));
294 ASSERT_SUBTEST_SUCCESS(CheckGetBuffer(kTimes, duration));

Completed in 75 milliseconds