Searched refs:Scale (Results 1 – 5 of 5) sorted by relevance
/hardware/google/pixel/vibrator/cs40l25/tests/ |
D | test-vibrator.cpp | 65 static EffectScale Scale(float intensity); 88 {{Effect::CLICK, EffectStrength::LIGHT}, Scale(0.7f * 0.5f)}, 89 {{Effect::CLICK, EffectStrength::MEDIUM}, Scale(0.7f * 0.7f)}, 90 {{Effect::CLICK, EffectStrength::STRONG}, Scale(0.7f * 1.0f)}, 91 {{Effect::TICK, EffectStrength::LIGHT}, Scale(0.5f * 0.5f)}, 92 {{Effect::TICK, EffectStrength::MEDIUM}, Scale(0.5f * 0.7f)}, 93 {{Effect::TICK, EffectStrength::STRONG}, Scale(0.5f * 1.0f)}, 94 {{Effect::HEAVY_CLICK, EffectStrength::LIGHT}, Scale(1.0f * 0.5f)}, 95 {{Effect::HEAVY_CLICK, EffectStrength::MEDIUM}, Scale(1.0f * 0.7f)}, 96 {{Effect::HEAVY_CLICK, EffectStrength::STRONG}, Scale(1.0f * 1.0f)}, [all …]
|
/hardware/libhardware/modules/camera/3_4/arc/ |
D | image_processor.h | 41 static int Scale(const FrameBuffer& in_frame, FrameBuffer* out_frame);
|
D | cached_frame.cpp | 86 ImageProcessor::Scale(*yu12_frame_.get(), scaled_frame_.get()); in Convert()
|
D | image_processor.cpp | 264 int ImageProcessor::Scale(const FrameBuffer& in_frame, FrameBuffer* out_frame) { in Scale() function in arc::ImageProcessor
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | types.hal | 5241 * Scale and zero point of this tensor may be different from the input
|