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:GetPoolId
(Results
1 - 9
of
9
) sorted by relevance
/drivers/peripheral/camera/vdi_base/common/include/
H
A
D
ibuffer.h
51
virtual int64_t
GetPoolId
() const = 0;
H
A
D
image_buffer.h
53
int64_t
GetPoolId
() const override;
/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/include/
H
A
D
buffer_operator.h
42
int64_t
GetPoolId
() const override;
175
int64_t MyBuffer::
GetPoolId
() const
in GetPoolId()
function in OHOS::Camera::MyBuffer
/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/node_base/
H
A
D
node_base.cpp
237
[&buffer](const auto &port) { return port->format_.bufferPoolId_ == buffer->
GetPoolId
(); });
in DeliverBuffer()
253
[&buffers](const auto &port) { return port->format_.bufferPoolId_ == buffers[0]->
GetPoolId
(); });
in DeliverBuffers()
/drivers/peripheral/camera/test/ut/buffer_manager/
H
A
D
buffer_manager_utest.h
58
int64_t
GetPoolId
() const
in GetPoolId()
function in OHOS::CameraUtest::BufferManagerTest::Stream
H
A
D
buffer_manager_utest.cpp
680
BufferTracking::AddTrackingStreamBegin(0, localStream_->stream->
GetPoolId
());
in BuildPipeline()
/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/src/
H
A
D
offline_pipeline.cpp
205
auto bufferPool = bufferManager->GetBufferPool(it->
GetPoolId
());
in DeliverCacheCheck()
H
A
D
ipp_node.cpp
391
if (id == it->
GetPoolId
()) {
in GetOutputBuffer()
445
[&id](const std::shared_ptr<IBuffer>& buffer) { return buffer->
GetPoolId
() == id; });
in ClassifyOutputBuffer()
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/
H
A
D
image_buffer.cpp
134
int64_t ImageBuffer::
GetPoolId
() const
in GetPoolId()
function in OHOS::Camera::ImageBuffer
Completed in 6 milliseconds