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:poolId_
(Results
1 - 7
of
7
) sorted by relevance
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/
H
A
D
buffer_pool.cpp
95
buffer->SetPoolId(
poolId_
);
in PrepareBuffer()
157
buffer->SetPoolId(
poolId_
);
in AddBuffer()
245
poolId_
= id;
in SetId()
H
A
D
image_buffer.cpp
136
return
poolId_
;
in GetPoolId()
297
poolId_
= id;
in SetPoolId()
/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/include/
H
A
D
buffer_operator.h
92
int64_t
poolId_
= -1;
member in OHOS::Camera::MyBuffer
177
return
poolId_
;
in GetPoolId()
302
poolId_
= id;
in SetPoolId()
/drivers/peripheral/camera/vdi_base/common/buffer_manager/include/
H
A
D
buffer_pool.h
58
int64_t
poolId_
= -1;
member in OHOS::Camera::BufferPool
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H
A
D
stream_base.cpp
103
poolId_
= mgr->GenerateBufferPoolId();
in CommitStream()
104
CHECK_IF_EQUAL_RETURN_VALUE(
poolId_
, 0, RC_ERROR);
in CommitStream()
105
bufferPool_ = mgr->GetBufferPool(
poolId_
);
in CommitStream()
108
info.bufferPoolId_ =
poolId_
;
in CommitStream()
593
mgr->EraseBufferPoolMapById(
poolId_
);
in ReleaseStreamBufferPool()
/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/
H
A
D
stream_base.h
85
uint64_t
poolId_
= 0;
member in OHOS::Camera::StreamBase
/drivers/peripheral/camera/vdi_base/common/include/
H
A
D
image_buffer.h
116
int64_t
poolId_
= -1;
member in OHOS::Camera::ImageBuffer
Completed in 4 milliseconds