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:MS_TO_US
(Results
1 - 11
of
11
) sorted by relevance
/foundation/barrierfree/accessibility/services/aams/src/
H
A
D
accessibility_touchEvent_injector.cpp
25
constexpr int32_t
MS_TO_US
= 1000;
member
186
int64_t timeout = (injectedEvents_[i]->GetActionTime() - curTime) /
MS_TO_US
;
in InjectEvents()
239
int64_t upTime = downTime + perDurationTime *
MS_TO_US
;
in ParseTapsEvents()
295
nowTime += perDurationTime *
MS_TO_US
;
in ParseMovesEvents()
305
nowTime += perDurationTime *
MS_TO_US
;
in ParseMovesEvents()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/src/
H
A
D
a2dp_encoder_sbc.cpp
29
const int
MS_TO_US
= 1000;
member
85
MS_TO_US
;
in ResetFeedingState()
625
bitPool = static_cast<int16_t>((encParams->bitRate * encParams->subBands *
MS_TO_US
/ samplingFreq) -
in A2dpSbcCalculateEncBitPool()
633
bitRate = (BIT8 * frameLen * samplingFreq) / (encParams->subBands * encParams->numOfBlocks *
MS_TO_US
);
in A2dpSbcCalculateEncBitPool()
641
((encParams->subBands * encParams->bitRate *
MS_TO_US
) / (samplingFreq * encParams->channels)) -
in A2dpSbcCalculateEncBitPool()
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H
A
D
seek_agent.h
62
static constexpr uint32_t
MS_TO_US
= 1000;
member in OHOS::Media::SeekAgent
H
A
D
seek_agent.cpp
78
seekTargetPts_ = seekPos *
MS_TO_US
+ mediaStartPts_;
in Seek()
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/
H
A
D
bundle_active_client.cpp
26
static const int32_t
MS_TO_US
= 1000;
member
240
}, {}, {}, ffrt::task_attr().delay(DELAY_TIME *
MS_TO_US
));
in OnRemoteDied()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H
A
D
rs_jank_stats.h
37
constexpr float
MS_TO_US
= 1000.f; // ms to us
member
/foundation/barrierfree/accessibility/services/aams/test/unittest/
H
A
D
accessibility_touch_guider_test.cpp
31
constexpr int64_t
MS_TO_US
= 1000;
member
202
pointerEvent->SetActionStartTime(startTime *
MS_TO_US
);
in CreateTouchEvent()
203
pointerEvent->SetActionTime(occurredTime *
MS_TO_US
);
in CreateTouchEvent()
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H
A
D
metadata_extractor.cpp
546
constexpr int32_t
MS_TO_US
= 1000;
in ParseMovingPhotoCoverPosition()
local
547
data->SetCoverPosition(static_cast<int64_t>(coverPosition *
MS_TO_US
));
in ParseMovingPhotoCoverPosition()
/foundation/barrierfree/accessibility/common/interface/test/unittest/
H
A
D
accessible_ability_manager_service_stub_test.cpp
32
constexpr int64_t
MS_TO_US
= 1000;
member
206
pointerEvent->SetActionStartTime(startTime *
MS_TO_US
);
in CreateTouchEvent()
207
pointerEvent->SetActionTime(occurredTime *
MS_TO_US
);
in CreateTouchEvent()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H
A
D
rs_jank_stats.cpp
884
float curSteadyTime = curSteadyTimeUs /
MS_TO_US
;
in GetCurrentSteadyTimeMsFloat()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H
A
D
rs_main_thread.cpp
4232
float curSteadyTime = curSteadyTimeUs /
MS_TO_US
;
Completed in 17 milliseconds