/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_particle_params.h | 146 const ParticleParaType<float>& opacity, const ParticleParaType<float>& scale, in ParticleParams() 154 scale_ = scale; in ParticleParams() 144 ParticleParams(const EmitterConfig& emitterConfig, const ParticleVelocity& velocity, const ParticleAcceleration& acceleration, const ParticleColorParaType& color, const ParticleParaType<float>& opacity, const ParticleParaType<float>& scale, const ParticleParaType<float>& spin) ParticleParams() argument
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rsnode_fuzzer/ |
H A D | rsnode_fuzzer.cpp | 105 Vector2f scale(GetData<float>(), GetData<float>()); in RSNodeFuzzTestInner01() 143 surfaceNode->SetScale(scale); in RSNodeFuzzTestInner01()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/ |
H A D | ext_decoder.h | 92 bool GetScaledSize(int &dWidth, int &dHeight, float &scale);
93 bool GetHardwareScaledSize(int &dWidth, int &dHeight, float &scale);
|
/foundation/multimedia/av_session/frameworks/native/session/src/ |
H A D | avsession_pixel_map_adapter.cpp | 125 pixelMapTemp->scale(scaleRatio, scaleRatio); in ConvertToInner() 179 pixelMapTemp->scale(scaleRatio, scaleRatio); in ConvertToInnerWithLimitedSize()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_result_set.cpp | 29 const int64_t WINDOW_SIZE_MB_UNIT = 1024 * 1024; // 1024 is scale 86 double scale = isMemDb ? MEM_WINDOW_SCALE : DEFAULT_WINDOW_SCALE; in OpenForCacheFullEntryMode() local 87 int errCode = window_->Init(rawCursor_, windowSize, scale); in OpenForCacheFullEntryMode()
|
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/ |
H A D | boot_compile_progress.cpp | 219 double scale = 0.5; in DrawCompileProgress() local 220 float scalarX = windowWidth_ * scale - textBlob->Bounds()->GetWidth() / NUMBER_TWO; in DrawCompileProgress()
|
/kernel/linux/linux-5.10/drivers/media/tuners/ |
H A D | mxl301rf.c | 79 rssi->stat[0].scale = FE_SCALE_NOT_AVAILABLE; in mxl301rf_get_rf_strength() 103 rssi->stat[0].scale = FE_SCALE_DECIBEL; in mxl301rf_get_rf_strength()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | clk.h | 155 * @scale: scaling factor to be applied to represent the ratio as an integer 157 * Returns the duty cycle ratio multiplied by the scale provided, otherwise 160 int clk_get_scaled_duty_cycle(struct clk *clk, unsigned int scale); 244 unsigned int scale) in clk_get_scaled_duty_cycle() 243 clk_get_scaled_duty_cycle(struct clk *clk, unsigned int scale) clk_get_scaled_duty_cycle() argument
|
/kernel/linux/linux-6.6/drivers/media/tuners/ |
H A D | mxl301rf.c | 79 rssi->stat[0].scale = FE_SCALE_NOT_AVAILABLE; in mxl301rf_get_rf_strength() 103 rssi->stat[0].scale = FE_SCALE_DECIBEL; in mxl301rf_get_rf_strength()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | clk.h | 166 * @scale: scaling factor to be applied to represent the ratio as an integer 168 * Returns the duty cycle ratio multiplied by the scale provided, otherwise 171 int clk_get_scaled_duty_cycle(struct clk *clk, unsigned int scale); 262 unsigned int scale) in clk_get_scaled_duty_cycle() 261 clk_get_scaled_duty_cycle(struct clk *clk, unsigned int scale) clk_get_scaled_duty_cycle() argument
|
/kernel/linux/linux-6.6/drivers/video/backlight/ |
H A D | mt6370-backlight.c | 212 props->scale = BACKLIGHT_SCALE_NON_LINEAR; in mt6370_init_backlight_properties() 214 props->scale = BACKLIGHT_SCALE_LINEAR; in mt6370_init_backlight_properties()
|
/kernel/linux/linux-6.6/tools/lib/perf/include/perf/ |
H A D | event.h | 254 double scale; member 263 struct perf_record_event_update_scale scale; member
|
/third_party/ffmpeg/libavcodec/ |
H A D | lpc.c | 127 /* since negative shift values are unsupported in decoder, scale down in quantize_lpc_coefs() 130 double scale = ((double)qmax) / cmax; in quantize_lpc_coefs() local 132 lpc_in[i] *= scale; in quantize_lpc_coefs()
|
/third_party/ffmpeg/libavfilter/ |
H A D | asrc_afirsrc.c | 182 float overlap, scale = 1.f, compensation; in config_output() local 226 ret = av_tx_init(&s->tx_ctx, &s->tx_fn, AV_TX_FLOAT_FFT, 1, fft_size, &scale, 0); in config_output()
|
H A D | vf_amplify.c | 125 avg = sum * scale; \ 155 const float scale = 1.f / nb_inputs; in amplify_frame() local
|
/third_party/ffmpeg/libavutil/ |
H A D | tx_priv.h | 202 const void *scale); 249 int len, int inv, const void *scale);
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_integer_sequence.cpp | 377 * @brief The sequence scale, round, and divisors needed to compute sizing. 380 * (scale * <sequence_len> + round) / divisor 385 uint8_t scale:6; member 392 * @brief The table of scale, round, and divisors needed for quant sizing. 432 return (entry.scale * character_count + divisor - 1) / divisor; in get_ise_sequence_bitcount()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | number_skeletons.h | 345 static bool scale(const MacroProps& macros, UnicodeString& sb, UErrorCode& status); 367 bool scale = false; member
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_wpos_ytransform.c | 286 nir_ssa_def *scale = nir_channel(b, get_transform(state), 0); in lower_load_sample_pos() local 288 /* Either y or 1-y for scale equal to 1 or -1 respectively. */ in lower_load_sample_pos() 291 nir_fmul(b, nir_channel(b, pos, 1), scale)); in lower_load_sample_pos()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | genX_blorp_exec.c | 284 const unsigned scale = params->fast_clear_op ? UINT_MAX : 1; in blorp_exec_on_render() local 286 params->y1 - params->y0, scale); in blorp_exec_on_render()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_skeletons.h | 345 static bool scale(const MacroProps& macros, UnicodeString& sb, UErrorCode& status); 367 bool scale = false; member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nvfx_shader.h | 113 * 28-30: scale (0 = 1x, 1 = 2x, 2 = 4x, 3 = 8x, 4 = ???, 5, = 1/2, 6 = 1/4, 7 = 1/8) 434 char scale; member 454 .scale = 0, in nvfx_insn()
|
/third_party/node/deps/v8/src/profiler/ |
H A D | sampling-heap-profiler.cc | 46 double scale = 1.0 / (1.0 - std::exp(-static_cast<double>(size) / rate_)); in ScaleSample() local 48 return {size, static_cast<unsigned int>(count * scale + 0.5)}; in ScaleSample()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_const.c | 215 double scale = lp_const_scale(type); in lp_const_eps() local 216 return 1.0/scale; in lp_const_eps()
|
/third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
H A D | pp_init.c | 325 p->viewport.scale[0] = p->viewport.translate[0] = (float) w / 2.0f; in pp_init_fbos() 326 p->viewport.scale[1] = p->viewport.translate[1] = (float) h / 2.0f; in pp_init_fbos()
|