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:SetHeight
(Results
1 - 12
of
12
) sorted by relevance
/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/
H
A
D
dimage_buffer.h
51
void
SetHeight
(const uint32_t height);
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/heap_buffer_allocator/
H
A
D
heap_buffer_allocator.cpp
53
buffer->
SetHeight
(height);
in AllocBuffer()
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/buffer_adapter/lite/
H
A
D
buffer_adapter.cpp
31
buffer->
SetHeight
(surface->GetHeight());
in SurfaceBufferToCameraBuffer()
/drivers/peripheral/camera/vdi_base/common/include/
H
A
D
ibuffer.h
64
virtual void
SetHeight
(const uint32_t height) = 0;
H
A
D
image_buffer.h
66
void
SetHeight
(const uint32_t height) override;
/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/include/
H
A
D
buffer_operator.h
53
void
SetHeight
(const uint32_t height) override;
229
void MyBuffer::
SetHeight
(const uint32_t height)
in SetHeight()
function in OHOS::Camera::MyBuffer
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/buffer_adapter/standard/
H
A
D
buffer_adapter.cpp
35
buffer->
SetHeight
(bufHandle->height);
in SurfaceBufferToCameraBuffer()
/drivers/peripheral/camera/vdi_base/usb_camera/buffer_manager/src/buffer_adapter/standard/
H
A
D
buffer_adapter.cpp
36
buffer->
SetHeight
(bufHandle->height);
in SurfaceBufferToCameraBuffer()
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H
A
D
dimage_buffer.cpp
120
void DImageBuffer::
SetHeight
(const uint32_t height)
in SetHeight()
function in OHOS::DistributedHardware::DImageBuffer
H
A
D
dbuffer_manager.cpp
89
buffer->
SetHeight
(bufHandle->height);
in SurfaceBufferToDImageBuffer()
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/gralloc_buffer_allocator/
H
A
D
gralloc_buffer_allocator.cpp
237
dest->
SetHeight
(static_cast<uint32_t>(src.height));
in GrallocBufferToCameraBuffer()
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/
H
A
D
image_buffer.cpp
200
void ImageBuffer::
SetHeight
(const uint32_t height)
in SetHeight()
function in OHOS::Camera::ImageBuffer
Completed in 6 milliseconds