Home
last modified time | relevance | path

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

123

/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/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/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/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/
Drandom_color_adjust_ir.cc35 RandomColorAdjustOperation::RandomColorAdjustOperation(const std::vector<float> &brightness, in RandomColorAdjustOperation()
102 std::vector<float> brightness = op_params["brightness"]; in from_json() local
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_brightness.js19 const brightness = { variable
/third_party/weston/tests/
Dsetbacklight.c95 long brightness, max_brightness; in get_normalized_backlight() local
111 long max_brightness, brightness, actual_brightness; in set_backlight() local
/third_party/mindspore/tests/ut/python/dataset/
Dtest_random_color_adjust.py35 def util_test_random_color_adjust_error(brightness=(1, 1), contrast=(1, 1), saturation=(1, 1), hue=… argument
66 def util_test_random_color_adjust_op(brightness=(1, 1), contrast=(1, 1), saturation=(1, 1), hue=(0,… argument
/third_party/weston/libweston/backend-drm/
Dlibbacklight.h49 int brightness; member
Dlibbacklight.c99 long backlight_set_brightness(struct backlight *backlight, long brightness) in backlight_set_brightness()
/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
/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/mindspore/tests/ut/data/dataset/tf_file_dataset/
Dpyvision_dataset_pipeline.json1 …_transforms","tensor_op_name":"RandomColorAdjust","tensor_op_params":{"brightness":[1,1],"contrast… array
/third_party/gstreamer/gstplugins_bad/ext/directfb/
Ddfbvideosink.h140 gint brightness; member
/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvcontext.h67 gint brightness; member

123