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 - 25
of
28
) sorted by relevance
1
2
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H
A
D
ark_camera_surface_buffer_adapter_wrapper.cpp
40
int32_t ArkCameraSurfaceBufferAdapterWrapper::
GetStride
()
in GetStride()
function in OHOS::ArkWeb::ArkCameraSurfaceBufferAdapterWrapper
42
return ctocpp_->
GetStride
();
in GetStride()
H
A
D
ark_surface_buffer_adapter_wrapper.cpp
38
int32_t ArkSurfaceBufferAdapterWrapper::
GetStride
()
in GetStride()
function in OHOS::ArkWeb::ArkSurfaceBufferAdapterWrapper
40
return ctocpp_->
GetStride
();
in GetStride()
H
A
D
ark_ohos_image_decoder_adapter_wrapper.cpp
66
int32_t ArkOhosImageDecoderAdapterWrapper::
GetStride
()
in GetStride()
function in OHOS::ArkWeb::ArkOhosImageDecoderAdapterWrapper
68
return ctocpp_->
GetStride
();
in GetStride()
H
A
D
ark_surface_buffer_adapter_wrapper.h
35
int32_t
GetStride
() override;
H
A
D
ark_camera_surface_buffer_adapter_wrapper.h
35
int32_t
GetStride
() override;
H
A
D
ark_ohos_image_decoder_adapter_wrapper.h
38
int32_t
GetStride
() override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H
A
D
ark_camera_surface_buffer_adapter_impl.cpp
42
int32_t ArkCameraSurfaceBufferAdapterImpl::
GetStride
()
in GetStride()
function in OHOS::ArkWeb::ArkCameraSurfaceBufferAdapterImpl
44
return real_->
GetStride
();
in GetStride()
H
A
D
ark_surface_buffer_adapter_impl.cpp
41
int32_t ArkSurfaceBufferAdapterImpl::
GetStride
()
in GetStride()
function in OHOS::ArkWeb::ArkSurfaceBufferAdapterImpl
43
return real_->
GetStride
();
in GetStride()
H
A
D
ark_ohos_image_decoder_adapter_impl.cpp
64
int32_t ArkOhosImageDecoderAdapterImpl::
GetStride
()
in GetStride()
function in OHOS::ArkWeb::ArkOhosImageDecoderAdapterImpl
66
return real_->
GetStride
();
in GetStride()
H
A
D
ark_camera_surface_buffer_adapter_impl.h
35
int32_t
GetStride
() override;
H
A
D
ark_surface_buffer_adapter_impl.h
35
int32_t
GetStride
() override;
H
A
D
ark_ohos_image_decoder_adapter_impl.h
36
int32_t
GetStride
() override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H
A
D
ark_ohos_image_decoder_adapter.h
47
virtual int32_t
GetStride
() = 0;
H
A
D
ark_graphic_adapter.h
112
virtual int32_t
GetStride
() = 0;
H
A
D
ark_camera_manager_adapter.h
143
virtual int32_t
GetStride
() = 0;
/base/web/webview/ohos_adapter/ohos_image_adapter/src/
H
A
D
ohos_image_decoder_adapter_impl.cpp
135
int32_t OhosImageDecoderAdapterImpl::
GetStride
()
in GetStride()
function in OHOS::NWeb::OhosImageDecoderAdapterImpl
139
"[HeifSupport] OhosImageDecoderAdapterImpl::
GetStride
. PixelMap is null.");
in GetStride()
144
return surfaceBuffer->
GetStride
();
in GetStride()
147
"[HeifSupport] OhosImageDecoderAdapterImpl::
GetStride
. Fail to get surface buffer.");
in GetStride()
170
"[HeifSupport] OhosImageDecoderAdapterImpl::
GetStride
. Fail to get surface buffer.");
in GetOffset()
/base/web/webview/ohos_interface/include/ohos_adapter/
H
A
D
ohos_image_decoder_adapter.h
49
virtual int32_t
GetStride
() = 0;
H
A
D
graphic_adapter.h
179
virtual int32_t
GetStride
() = 0;
H
A
D
camera_manager_adapter.h
206
virtual int32_t
GetStride
() = 0;
/base/web/webview/ohos_adapter/ohos_image_adapter/include/
H
A
D
ohos_image_decoder_adapter_impl.h
47
int32_t
GetStride
() override;
/base/web/webview/ohos_adapter/graphic_adapter/include/
H
A
D
surface_adapter_impl.h
38
int32_t
GetStride
() override;
/base/web/webview/test/unittest/ohos_adapter/ohos_image_adapter/
H
A
D
ohos_image_decoder_adapter_test.cpp
310
* @tc.desc:
GetStride
.
319
int32_t stride = imageDecoderAdapterImpl.
GetStride
();
in HWTEST_F()
325
stride = imageDecoderAdapterImpl.
GetStride
();
in HWTEST_F()
330
stride = imageDecoderAdapterImpl.
GetStride
();
in HWTEST_F()
/base/web/webview/ohos_adapter/graphic_adapter/src/
H
A
D
surface_adapter_impl.cpp
66
int32_t SurfaceBufferAdapterImpl::
GetStride
()
in GetStride()
function in OHOS::NWeb::SurfaceBufferAdapterImpl
72
return buffer_->
GetStride
();
in GetStride()
/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/
H
A
D
surface_adapter_impl_test.cpp
204
EXPECT_EQ(bufferAdapter->
GetStride
(), -1);
in HWTEST_F()
240
EXPECT_GE(bufferAdapter->
GetStride
(), 0);
in HWTEST_F()
/base/web/webview/ohos_nweb/src/
H
A
D
nweb_surface_adapter.cpp
143
uint32_t dstStride = (uint32_t)surfaceBuffer->
GetStride
();
in CopyFrame()
Completed in 8 milliseconds
1
2