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:SetStride
(Results
1 - 12
of
12
) sorted by relevance
/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/
H
A
D
dimage_buffer.h
52
void
SetStride
(const uint32_t stride);
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/heap_buffer_allocator/
H
A
D
heap_buffer_allocator.cpp
51
buffer->
SetStride
(width);
in AllocBuffer()
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/buffer_adapter/lite/
H
A
D
buffer_adapter.cpp
29
buffer->
SetStride
(surface->GetStride());
in SurfaceBufferToCameraBuffer()
/drivers/peripheral/camera/vdi_base/common/include/
H
A
D
ibuffer.h
66
virtual void
SetStride
(const uint32_t stride) = 0;
H
A
D
image_buffer.h
68
void
SetStride
(const uint32_t stride) override;
/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/include/
H
A
D
buffer_operator.h
54
void
SetStride
(const uint32_t stride) override;
236
void MyBuffer::
SetStride
(const uint32_t stride)
in SetStride()
function in OHOS::Camera::MyBuffer
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/buffer_adapter/standard/
H
A
D
buffer_adapter.cpp
33
buffer->
SetStride
(bufHandle->stride);
in SurfaceBufferToCameraBuffer()
/drivers/peripheral/camera/vdi_base/usb_camera/buffer_manager/src/buffer_adapter/standard/
H
A
D
buffer_adapter.cpp
34
buffer->
SetStride
(bufHandle->stride);
in SurfaceBufferToCameraBuffer()
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H
A
D
dimage_buffer.cpp
127
void DImageBuffer::
SetStride
(const uint32_t stride)
in SetStride()
function in OHOS::DistributedHardware::DImageBuffer
H
A
D
dbuffer_manager.cpp
87
buffer->
SetStride
(bufHandle->stride);
in SurfaceBufferToDImageBuffer()
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/gralloc_buffer_allocator/
H
A
D
gralloc_buffer_allocator.cpp
235
dest->
SetStride
(static_cast<uint32_t>(src.stride));
in GrallocBufferToCameraBuffer()
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/
H
A
D
image_buffer.cpp
214
void ImageBuffer::
SetStride
(const uint32_t stride)
in SetStride()
function in OHOS::Camera::ImageBuffer
Completed in 6 milliseconds