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:startThreshold
(Results
1 - 14
of
14
) sorted by relevance
/foundation/resourceschedule/ffrt/src/queue/
H
A
D
queue_monitor.cpp
183
TimePoint
startThreshold
= oldestStartedTime - std::chrono::microseconds(timeoutUs_ - ALLOW_TIME_ACC_ERROR_US);
in CheckQueuesStatus()
local
217
if (taskTimestamp <
startThreshold
) {
in CheckQueuesStatus()
/foundation/distributedhardware/distributed_audio/common/include/
H
A
D
audio_types.h
223
uint32_t
startThreshold
; /**< Audio render start threshold. */
member
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/fast/
H
A
D
fast_audio_capturer_source.cpp
198
attrs.
startThreshold
= 0;
in InitAttrsCapture()
320
param.
startThreshold
= 0;
in CreateCapture()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/bluetooth/
H
A
D
bluetooth_renderer_sink.cpp
328
attrs.
startThreshold
= DEEP_BUFFER_RENDER_PERIOD_SIZE / (attrs.frameSize);
in InitAttrs()
411
param.
startThreshold
= DEEP_BUFFER_RENDER_PERIOD_SIZE / (param.frameSize);
in CreateRender()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/remote_fast/
H
A
D
remote_fast_audio_capturer_source.cpp
369
attrs.
startThreshold
= DEEP_BUFFER_CAPTURER_PERIOD_SIZE / (attrs.frameSize);
in InitAttrs()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/remote/
H
A
D
remote_audio_capturer_source.cpp
327
param.
startThreshold
= deepBufferCapturePeriodSize / (param.frameSize);
in CreateCapture()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/fast/
H
A
D
fast_audio_renderer_sink.cpp
438
param.
startThreshold
= DEEP_BUFFER_RENDER_PERIOD_SIZE / (param.frameSize); // not passed in hdi
in CreateRender()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/remote_fast/
H
A
D
remote_fast_audio_renderer_sink.cpp
299
param.
startThreshold
= DEEP_BUFFER_RENDER_PERIOD_SIZE / (param.frameSize);
in CreateRender()
/foundation/multimedia/media_foundation/engine/plugin/plugins/hdi_adapter/sink/
H
A
D
hos_au_sink.cpp
379
sampleAttributes_.
startThreshold
= sampleAttributes_.period * sampleAttributes_.frameSize;
in Prepare()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/primary/
H
A
D
audio_capturer_source.cpp
610
attrs.
startThreshold
= DEEP_BUFFER_CAPTURE_PERIOD_SIZE / (attrs.frameSize);
in InitAttrsCapture()
699
param.
startThreshold
= DEEP_BUFFER_CAPTURE_PERIOD_SIZE / (param.frameSize);
in CreateCapture()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/offload/
H
A
D
offload_audio_renderer_sink.cpp
571
param.
startThreshold
= DEEP_BUFFER_RENDER_PERIOD_SIZE / (param.frameSize);
in CreateRender()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/multichannel/
H
A
D
multichannel_audio_renderer_sink.cpp
471
param.
startThreshold
= DEEP_BUFFER_RENDER_PERIOD_SIZE / (param.frameSize);
in CreateRender()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/remote/
H
A
D
remote_audio_renderer_sink.cpp
369
param.
startThreshold
= DEEP_BUFFER_RENDER_PERIOD_SIZE / (param.frameSize);
in CreateRender()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/primary/
H
A
D
audio_renderer_sink.cpp
694
param.
startThreshold
= DEEP_BUFFER_RENDER_PERIOD_SIZE / (param.frameSize);
in CreateRender()
Completed in 25 milliseconds