Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:startScale
(Results
1 - 5
of
5
) sorted by relevance
/foundation/distributedhardware/distributed_camera/services/cameraservice/base/include/
H
A
D
dcamera_frame_info.h
30
int64_t
startScale
= 0;
member
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/feedingsmoother/derived/
H
A
D
dcamera_time_statistician.cpp
30
int64_t decode2Scale = frameInfo.timePonit.
startScale
- frameInfo.timePonit.finishDecode;
in CalProcessTime()
31
int64_t scale = frameInfo.timePonit.finishScale - frameInfo.timePonit.
startScale
;
in CalProcessTime()
/foundation/arkui/ace_engine/frameworks/core/animation/
H
A
D
card_transition_controller.cpp
177
double
startScale
= (event_ == TransitionEvent::PUSH_START) ? 1.0 : pipelineContext->GetRootWidth() / width;
in CreateCardScaleAnimation()
local
179
auto scaleAnimation = AceType::MakeRefPtr<CurveAnimation<double>>(
startScale
, endScale, Curves::FRICTION);
in CreateCardScaleAnimation()
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/scale_conversion/
H
A
D
scale_convert_process_common.cpp
123
inputBuffers[0]->frameInfo_.timePonit.
startScale
= startScaleTime;
in ProcessData()
H
A
D
scale_convert_process.cpp
88
inputBuffers[0]->frameInfo_.timePonit.
startScale
= startScaleTime;
in ProcessData()
Completed in 3 milliseconds