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:SetUsage
(Results
1 - 14
of
14
) sorted by relevance
/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/
H
A
D
dimage_buffer.h
55
void
SetUsage
(const uint64_t usage);
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/include/
H
A
D
v4l2_temp.h
75
void
SetUsage
(const uint64_t usage)
in SetUsage()
function in OHOS::Camera::IBuffer
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/heap_buffer_allocator/
H
A
D
heap_buffer_allocator.cpp
49
buffer->
SetUsage
(cameraUsage);
in AllocBuffer()
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/buffer_adapter/lite/
H
A
D
buffer_adapter.cpp
34
buffer->
SetUsage
(CameraUsageToGrallocUsage(surface->GetUsage()));
in SurfaceBufferToCameraBuffer()
/drivers/peripheral/camera/vdi_base/common/include/
H
A
D
ibuffer.h
72
virtual void
SetUsage
(const uint64_t usage) = 0;
H
A
D
image_buffer.h
74
void
SetUsage
(const uint64_t usage) override;
/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/include/
H
A
D
buffer_operator.h
57
void
SetUsage
(const uint64_t usage) override;
257
void MyBuffer::
SetUsage
(const uint64_t usage)
in SetUsage()
function in OHOS::Camera::MyBuffer
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/buffer_adapter/standard/
H
A
D
buffer_adapter.cpp
38
buffer->
SetUsage
(CameraUsageToGrallocUsage(bufHandle->usage));
in SurfaceBufferToCameraBuffer()
/drivers/peripheral/camera/vdi_base/usb_camera/buffer_manager/src/buffer_adapter/standard/
H
A
D
buffer_adapter.cpp
39
buffer->
SetUsage
(CameraUsageToGrallocUsage(bufHandle->usage));
in SurfaceBufferToCameraBuffer()
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H
A
D
dimage_buffer.cpp
148
void DImageBuffer::
SetUsage
(const uint64_t usage)
in SetUsage()
function in OHOS::DistributedHardware::DImageBuffer
H
A
D
dbuffer_manager.cpp
91
buffer->
SetUsage
(CameraUsageToGrallocUsage(bufHandle->usage));
in SurfaceBufferToDImageBuffer()
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/gralloc_buffer_allocator/
H
A
D
gralloc_buffer_allocator.cpp
239
dest->
SetUsage
(BufferAdapter::GrallocUsageToCameraUsage(src.usage));
in GrallocBufferToCameraBuffer()
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/main_test/
H
A
D
v4l2_main.cpp
334
buffer->buffer_->
SetUsage
(0);
in V4L2BufferCallback()
345
buffptr[i]->buffer_->
SetUsage
(1);
in V4L2CamFrame()
463
buffptr[i]->buffer_->
SetUsage
(1);
in V4L2SetBuffers()
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/
H
A
D
image_buffer.cpp
252
void ImageBuffer::
SetUsage
(const uint64_t usage)
in SetUsage()
function in OHOS::Camera::ImageBuffer
Completed in 13 milliseconds