HomeSort by relevance Sort by last modified time
    Searched full:current_color_ (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/cast_streaming/
cast_streaming_apitest.cc 86 memset(&current_color_, 0, sizeof(current_color_));
209 current_color_[i] =
216 VLOG(1) << "Current video color: yuv(" << current_color_[0] << ", "
217 << current_color_[1] << ", " << current_color_[2] << ')'; variable
222 if (fabsf(current_color_[0] - target_color_[0]) < kTargetWindow &&
223 fabsf(current_color_[1] - target_color_[1]) < kTargetWindow &&
224 fabsf(current_color_[2] - target_color_[2]) < kTargetWindow) {
267 float current_color_[3]; // Y, U, member in class:extensions::__anon8187::TestPatternReceiver
    [all...]

Completed in 68 milliseconds