Home
last modified time | relevance | path

Searched refs:scale (Results 1651 - 1675 of 2785) sorted by relevance

1...<<61626364656667686970>>...112

/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_particle_params.h146 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 Drsnode_fuzzer.cpp105 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 Dext_decoder.h92 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 Davsession_pixel_map_adapter.cpp125 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 Dsqlite_single_ver_result_set.cpp29 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 Dboot_compile_progress.cpp219 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 Dmxl301rf.c79 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 Dclk.h155 * @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 Dmxl301rf.c79 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 Dclk.h166 * @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 Dmt6370-backlight.c212 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 Devent.h254 double scale; member
263 struct perf_record_event_update_scale scale; member
/third_party/ffmpeg/libavcodec/
H A Dlpc.c127 /* 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 Dasrc_afirsrc.c182 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 Dvf_amplify.c125 avg = sum * scale; \
155 const float scale = 1.f / nb_inputs; in amplify_frame() local
/third_party/ffmpeg/libavutil/
H A Dtx_priv.h202 const void *scale);
249 int len, int inv, const void *scale);
/third_party/astc-encoder/Source/
H A Dastcenc_integer_sequence.cpp377 * @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 Dnumber_skeletons.h345 static bool scale(const MacroProps& macros, UnicodeString& sb, UErrorCode& status);
367 bool scale = false; member
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_wpos_ytransform.c286 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 DgenX_blorp_exec.c284 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 Dnumber_skeletons.h345 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 Dnvfx_shader.h113 * 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 Dsampling-heap-profiler.cc46 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 Dlp_bld_const.c215 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 Dpp_init.c325 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()

Completed in 19 milliseconds

1...<<61626364656667686970>>...112