Home
last modified time | relevance | path

Searched defs:brightness (Results 1 – 25 of 41) sorted by relevance

12

/third_party/skia/gm/
Dcolorfilterimagefilter.cpp36 static sk_sp<SkColorFilter> cf_make_brightness(float brightness) { in cf_make_brightness()
134 for (float brightness = -1.0f; brightness <= 1.0f; brightness += 0.2f) { variable
144 sk_sp<SkImageFilter> brightness(make_brightness(0.9f, nullptr)); variable
152 sk_sp<SkImageFilter> brightness(make_brightness(0.9f, std::move(grayscale))); variable
159 sk_sp<SkImageFilter> brightness(make_brightness(1.0f, std::move(blue))); variable
165 sk_sp<SkImageFilter> brightness(make_brightness(1.0f, nullptr)); variable
173 sk_sp<SkImageFilter> brightness(make_brightness(0.5f, std::move(blur))); variable
/third_party/flutter/skia/gm/
Dcolorfilterimagefilter.cpp36 static sk_sp<SkColorFilter> cf_make_brightness(float brightness) { in cf_make_brightness()
134 for (float brightness = -1.0f; brightness <= 1.0f; brightness += 0.2f) { variable
144 sk_sp<SkImageFilter> brightness(make_brightness(0.9f, nullptr)); variable
152 sk_sp<SkImageFilter> brightness(make_brightness(0.9f, std::move(grayscale))); variable
159 sk_sp<SkImageFilter> brightness(make_brightness(1.0f, std::move(blue))); variable
165 sk_sp<SkImageFilter> brightness(make_brightness(1.0f, nullptr)); variable
173 sk_sp<SkImageFilter> brightness(make_brightness(0.5f, std::move(blur))); variable
/third_party/skia/modules/skottie/src/effects/
DBrightnessContrastEffect.cpp117 static sk_sp<SkData> make_brightness_coeffs(float brightness) { in make_brightness_coeffs()
184 const auto brightness = SkTPin(fBrightness, -100.0f, 100.0f) / 255, // [-100/255 .. 100/255] in makeLegacyCF() local
216 const auto brightness = SkTPin(fBrightness, -150.0f, 150.0f) / 150, // [-1.0 .. 1] in makeCF() local
/third_party/ffmpeg/libavfilter/x86/
Dvf_eq_init.c39 short brightness = ((short) (100.0 * param->brightness + 100.0) * 511) in process_mmxext() local
54 short brightness = ((short) (100.0 * param->brightness + 100.0) * 511) in process_sse2() local
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_brightness.js19 const brightness = { variable
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_csc.h37 float brightness; member
/third_party/ffmpeg/libavfilter/
Dvf_despill.c40 float brightness; member
50 const float brightness = s->brightness; in do_despill_slice() local
Dvf_eq.h53 double brightness, contrast, gamma, gamma_weight; member
69 double brightness; member
Dvf_eq.c83 int brightness = ((int) (100.0 * param->brightness + 100.0) * 511) / 200 - 128 - contrast / 32; in process_c() local
Dvf_vpp_qsv.c91 float brightness; member
/third_party/gstreamer/gstplugins_bad/gst/videosignal/
Dgstvideosignal.h51 gdouble brightness; member
Dgstsimplevideomarkdetect.c424 gdouble brightness; in gst_video_detect_yuv() local
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/
DSettingsChannel.java56 public MessageBuilder setPlatformBrightness(@NonNull PlatformBrightness brightness) { in setPlatformBrightness()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglcolorbalance.h63 gdouble brightness; member
Dgstglcolorbalance.c171 gdouble brightness = glcolorbalance->brightness; in _update_yua_uniforms() local
/third_party/gstreamer/gstplugins_good/gst/videofilter/
Dgstvideobalance.h59 gdouble brightness; member
/third_party/gstreamer/gstplugins_good/sys/rpicamsrc/
DRaspiCamControl.h136 int brightness; /// 0 to 100 member
DRaspiCamControl.c984 int raspicamcontrol_set_brightness(MMAL_COMPONENT_T *camera, int brightness) in raspicamcontrol_set_brightness()
/third_party/gstreamer/gstplugins_bad/ext/directfb/
Ddfbvideosink.h140 gint brightness; member
/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvcontext.h67 gint brightness; member
/third_party/ffmpeg/libswscale/
Dyuv2rgb.c775 int fullRange, int brightness, in ff_yuv2rgb_c_init_tables()
Dutils.c874 int brightness, int contrast, int saturation) in sws_setColorspaceDetails()
1009 int *brightness, int *contrast, int *saturation) in sws_getColorspaceDetails()
/third_party/libinput/src/
Devdev-tablet-pad-leds.c78 unsigned int brightness; in pad_led_group_get_mode() local
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkvpp.h116 gfloat brightness; member
/third_party/ffmpeg/libswscale/ppc/
Dyuv2rgb_altivec.c600 int brightness, in ff_yuv2rgb_init_tables_ppc()

12