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:GetStride
(Results
1 - 18
of
18
) sorted by relevance
/drivers/peripheral/display/composer/vdi_base/src/
H
A
D
hdi_drm_layer.cpp
44
pitches[0] = hdl.
GetStride
();
in Init()
H
A
D
hdi_gfx_composition.cpp
137
iSurface.stride = buffer.
GetStride
();
in InitGfxSurface()
/drivers/peripheral/display/hal/default_standard/src/display_device/fbdev/
H
A
D
fb_composition.cpp
34
fbFrameInfo.stride = clientlayer.GetCurrentBuffer()->
GetStride
();
in FbFresh()
/drivers/peripheral/display/hal/default_standard/src/display_device/drm/
H
A
D
hdi_drm_layer.cpp
42
pitches[0] = hdl.
GetStride
();
in Init()
/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/
H
A
D
dimage_buffer.h
35
uint32_t
GetStride
() const;
/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
38
virtual uint32_t
GetStride
() const = 0;
H
A
D
image_buffer.h
40
uint32_t
GetStride
() const override;
/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/include/
H
A
D
buffer_operator.h
32
uint32_t
GetStride
() const override;
125
uint32_t MyBuffer::
GetStride
() const
in GetStride()
function in OHOS::Camera::MyBuffer
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/buffer_adapter/standard/
H
A
D
buffer_adapter.cpp
61
pHandle->stride = static_cast<int32_t>(buffer->
GetStride
());
in CameraBufferToSurfaceBuffer()
/drivers/peripheral/camera/vdi_base/usb_camera/buffer_manager/src/buffer_adapter/standard/
H
A
D
buffer_adapter.cpp
63
pHandle->stride = static_cast<int32_t>(buffer->
GetStride
());
in CameraBufferToSurfaceBuffer()
/drivers/peripheral/display/composer/vdi_base/include/
H
A
D
hdi_layer.h
48
int32_t
GetStride
() const
in GetStride()
function
/drivers/peripheral/display/hal/default_standard/src/display_device/core/
H
A
D
hdi_layer.h
52
int32_t
GetStride
() const
in GetStride()
function
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H
A
D
dimage_buffer.cpp
41
uint32_t DImageBuffer::
GetStride
() const
in GetStride()
function in OHOS::DistributedHardware::DImageBuffer
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/gralloc_buffer_allocator/
H
A
D
gralloc_buffer_allocator.cpp
215
dest.stride = static_cast<int32_t>(src->
GetStride
());
in CameraBufferToGrallocBuffer()
/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/src/
H
A
D
algo_plugin.cpp
114
inAlgoBuffers[i]->stride = inBuffers[i]->
GetStride
();
in Process()
/drivers/peripheral/display/hal/default_standard/src/display_device/composer/
H
A
D
hdi_gfx_composition.cpp
120
surface.stride = buffer.
GetStride
();
in InitGfxSurface()
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/
H
A
D
image_buffer.cpp
69
uint32_t ImageBuffer::
GetStride
() const
in GetStride()
function in OHOS::Camera::ImageBuffer
Completed in 8 milliseconds