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:AddBuffer
(Results
1 - 8
of
8
) sorted by relevance
/drivers/peripheral/camera/vdi_base/common/include/
H
A
D
ibuffer_pool.h
36
virtual RetCode
AddBuffer
(std::shared_ptr<IBuffer>& buffer) = 0;
/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/
H
A
D
dbuffer_manager.h
45
RetCode
AddBuffer
(std::shared_ptr<DImageBuffer>& buffer);
/drivers/peripheral/camera/vdi_base/common/buffer_manager/include/
H
A
D
buffer_pool.h
40
RetCode
AddBuffer
(std::shared_ptr<IBuffer>& buffer) override;
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H
A
D
dbuffer_manager.cpp
35
RetCode DBufferManager::
AddBuffer
(std::shared_ptr<DImageBuffer>& buffer)
in AddBuffer()
function in OHOS::DistributedHardware::DBufferManager
H
A
D
dcamera_stream.cpp
236
ret = dcStreamBufferMgr_->
AddBuffer
(imageBuffer);
in SurfaceBufferToDImageBuffer()
/drivers/peripheral/camera/test/ut/buffer_manager/
H
A
D
buffer_manager_utest.cpp
285
bufferPool->
AddBuffer
(buffer);
in HWTEST_F()
298
if (RC_OK == bufferPool->
AddBuffer
(*it)) {
in HWTEST_F()
528
bufferPool_->
AddBuffer
(cameraBuffer);
in StartExternalStream()
588
bufferPool_->
AddBuffer
(buffer);
in EnqueueBufferNonBlock()
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/
H
A
D
buffer_pool.cpp
154
RetCode BufferPool::
AddBuffer
(std::shared_ptr<IBuffer>& buffer)
in AddBuffer()
function in OHOS::Camera::BufferPool
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H
A
D
stream_base.cpp
390
bufferPool_->
AddBuffer
(buffer);
in DeliverStreamBuffer()
Completed in 5 milliseconds