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

  /external/u-boot/board/BuS/eb_cpu5282/
eb_cpu5282.c 231 ulong bright; local
236 bright = simple_strtoul(argv[2], NULL, 10);
238 (bright >= 0) && (bright <= 1000)) {
239 vcxk_setbrightness(side, bright);
258 bright, 3, 0, do_brightness,
  /external/u-boot/tools/patman/
terminal.py 115 def Start(self, color, bright=True):
126 base = self.BRIGHT_START if bright else self.NORMAL_START
141 def Color(self, color, text, bright=True):
159 base = self.BRIGHT_START if bright else self.NORMAL_START
  /cts/apps/CameraITS/tools/
wake_up_screen.py 68 bright = ('adb -s %s shell settings put system screen_brightness %d'
70 subprocess.Popen(bright.split())
  /external/ImageMagick/coders/
scr.c 109 int bright;
217 bright = attrbin[6];
219 if(bright) { ink=ink+8; paper=paper+8; }
107 int bright; local
  /external/u-boot/board/BuR/common/
common.c 58 unsigned int bright = FDTPROP(PATHINF, "brightdef"); local
62 unsigned int bright = env_get_ulong("ds1_bright_def", 10, 50);
69 bright = bright != ~0UL ? bright : 50;
71 bright = 0;
85 TPS65217_WLEDCTRL2, bright, 0xFF);
89 bright != 0 ? 0x0A : 0x02,
102 tmp = tmp + ((V_OSCK/pwmfrq)/100) * bright;
  /external/skia/gm/
colorfilterimagefilter.cpp 127 sk_sp<SkImageFilter> bright(make_brightness(brightness, std::move(dim)));
128 paint.setImageFilter(std::move(bright));
  /external/skqp/gm/
colorfilterimagefilter.cpp 127 sk_sp<SkImageFilter> bright(make_brightness(brightness, std::move(dim)));
128 paint.setImageFilter(std::move(bright));
  /external/u-boot/tools/buildman/
control.py 72 print ' ', col.Color(col.YELLOW, commit.hash[:8], bright=False),
  /external/ImageMagick/MagickCore/
accelerate.c 3333 bright, local
    [all...]

Completed in 1112 milliseconds