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

  /external/chromium_org/chrome/browser/extensions/api/cast_streaming/
cast_streaming_apitest.cc 212 YUVColor current_color; variable
213 current_color.y = ComputeMedianIntensityInRegionInPlane(
217 current_color.u = ComputeMedianIntensityInRegionInPlane(
221 current_color.v = ComputeMedianIntensityInRegionInPlane(
225 VLOG(1) << "Current video color: yuv(" << current_color.y << ", "
226 << current_color.u << ", " << current_color.v << ')';
231 if (abs(current_color.y - it->y) < kTargetWindow &&
232 abs(current_color.u - it->u) < kTargetWindow &&
233 abs(current_color.v - it->v) < kTargetWindow)
    [all...]
  /external/chromium_org/ui/gfx/
color_analysis.cc 341 SkColor current_color = SkColorSetARGB(SK_AlphaOPAQUE, r, g, b); local
343 SkColorToHSL(current_color, &hsl);
347 color = current_color;
352 color = current_color;
440 SkPMColor* current_color = static_cast<uint32_t*>(bitmap.getAddr32(0, y)); local
441 for (int x = 0; x < bitmap.width(); ++x, ++current_color) {
443 int alpha = SkGetPackedA32(*current_color);
445 c = SkUnPreMultiply::PMColorToColor(*current_color);
447 c = *current_color;
color_analysis_unittest.cc 158 uint8_t* current_color = bitmap.getAddr8(0, y); local
159 for (int x = 0; x < bitmap.width(); ++x, ++current_color) {
160 *min_gl = std::min(*min_gl, *current_color);
161 *max_gl = std::max(*max_gl, *current_color);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
browser.h 20 int current_color; member in struct:ui_browser
browser.c 31 int ret = browser->current_color;
32 browser->current_color = color;
  /cts/apps/CtsVerifier/lib/colorchecker/
testingimage.cpp 110 Vec3i current_color(getPixelValue(row, column, 0),
113 return current_color;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
paint.c 126 VGuint current_color = float4_to_argb(ramp_stops + rcur + 1); local
128 data[pos] = mix_pixels(current_color, idist,
  /external/mesa3d/src/gallium/state_trackers/vega/
paint.c 126 VGuint current_color = float4_to_argb(ramp_stops + rcur + 1); local
128 data[pos] = mix_pixels(current_color, idist,

Completed in 227 milliseconds