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

  /external/chromium_org/pdf/
draw_utils.cc 40 double new_channel = start - (static_cast<double>(start) - end) * ratio; local
41 if (new_channel < 0)
43 if (new_channel > 255)
45 return static_cast<uint8>(new_channel + 0.5);
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine_unittest.cc 2354 int new_channel = voe_.GetLastChannel(); local
    [all...]

Completed in 112 milliseconds