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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
video_sender_unittest.cc 388 const int mid_b = codec_bitrate_kbps_ * kVp8LayerRateAlloction[2][1];
391 Vp8StreamInfo expected = {{7.5, 15.0, 30.0}, {low_b, mid_b, high_b}};
395 Vp8StreamInfo expected = {{3.75, 7.5, 15.0}, {low_b, mid_b, high_b}};
413 const int mid_b = codec_bitrate_kbps_ * 0.6;
417 Vp8StreamInfo expected = {{7.5, 15.0, 30.0}, {low_b, mid_b, high_b}};
421 Vp8StreamInfo expected = {{5.0, 10.0, 20.0}, {low_b, mid_b, high_b}};
425 Vp8StreamInfo expected = {{7.5, 15.0, 15.0}, {mid_b, high_b, high_b}};
429 Vp8StreamInfo expected = {{5.0, 10.0, 10.0}, {mid_b, high_b, high_b}};
  /external/chromium_org/sync/internal_api/public/base/
unique_position.cc 344 std::string mid_b = mid; local
345 mid_b.push_back(b_digit);
346 mid_b.append(FindSmallerWithSuffix(after.substr(i+1), suffix));
349 if (mid_b.length() < mid_a.length()) {
350 return mid_b;

Completed in 1467 milliseconds