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:queueSize_
(Results
1 - 9
of
9
) sorted by relevance
/foundation/graphic/surface_lite/frameworks/
H
A
D
buffer_queue.cpp
38
queueSize_
(BUFFER_QUEUE_SIZE_DEFAULT),
in BufferQueue()
81
if (
queueSize_
== attachCount_) {
in NeedAttach()
115
if (attachCount_ <
queueSize_
) {
in CanRequest()
245
if (allBuffers_.size() >
queueSize_
) {
in ReleaseBuffer()
305
if (queueSize > BUFFER_QUEUE_SIZE_MAX || queueSize ==
queueSize_
) {
in SetQueueSize()
310
if (
queueSize_
> queueSize) {
in SetQueueSize()
311
uint8_t needDelete =
queueSize_
- queueSize;
in SetQueueSize()
330
queueSize_
= queueSize;
in SetQueueSize()
332
} else if (
queueSize_
< queueSize) {
in SetQueueSize()
333
queueSize_
in SetQueueSize()
[all...]
/foundation/multimedia/av_codec/services/services/codec/server/post_processing/
H
A
D
lock_free_queue.h
81
newTail = (currentTail + 1) %
queueSize_
;
in PushWait()
115
newHead = (currentHead + 1) %
queueSize_
;
in PopWait()
142
return head_.load() == (tail_.load() + 1) %
queueSize_
;
in Full()
179
static constexpr std::size_t
queueSize_
{N + 1};
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H
A
D
rosen_render_surface.h
109
queueSize_
= queueSize;
155
int32_t
queueSize_
= SURFACE_QUEUE_SIZE;
member in OHOS::Ace::NG::RosenRenderSurface
H
A
D
animated_image.cpp
181
if (
queueSize_
>= 2) {
in DecodeFrame()
185
++
queueSize_
;
in DecodeFrame()
200
--
queueSize_
;
in DecodeFrame()
H
A
D
animated_image.h
106
std::atomic_int32_t
queueSize_
= 0;
member in OHOS::Ace::NG::AnimatedImage
H
A
D
rosen_render_surface.cpp
195
producerSurface_->SetQueueSize(
queueSize_
);
in UpdateSurfaceConfig()
/foundation/graphic/surface_lite/interfaces/innerkits/
H
A
D
buffer_queue.h
213
uint8_t
queueSize_
;
member in OHOS::BufferQueue
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H
A
D
rs_render_thread_visitor.h
95
uint32_t
queueSize_
= 0;
member in OHOS::Rosen::RSRenderThreadVisitor
H
A
D
rs_render_thread_visitor.cpp
400
queueSize_
= rsSurface->GetQueueSize();
in ProcessRootRenderNode()
Completed in 6 milliseconds