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:GetPixelFormat
(Results
1 - 19
of
19
) sorted by relevance
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H
A
D
ark_format_adapter_impl.cpp
39
int32_t ArkFormatAdapterImpl::
GetPixelFormat
()
in GetPixelFormat()
function in OHOS::ArkWeb::ArkFormatAdapterImpl
41
return (int32_t)real_->
GetPixelFormat
();
in GetPixelFormat()
H
A
D
ark_video_capture_params_adapter_wrapper.cpp
41
NWeb::VideoPixelFormatAdapter ArkVideoCaptureParamsAdapterWrapper::
GetPixelFormat
()
in GetPixelFormat()
function in OHOS::ArkWeb::ArkVideoCaptureParamsAdapterWrapper
43
return (NWeb::VideoPixelFormatAdapter)ctocpp_->
GetPixelFormat
();
in GetPixelFormat()
H
A
D
ark_format_adapter_impl.h
35
int32_t
GetPixelFormat
() override;
H
A
D
ark_video_capture_params_adapter_wrapper.h
35
NWeb::VideoPixelFormatAdapter
GetPixelFormat
() override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H
A
D
ark_format_adapter_wrapper.cpp
37
NWeb::VideoPixelFormatAdapter ArkFormatAdapterWrapper::
GetPixelFormat
()
in GetPixelFormat()
function in OHOS::ArkWeb::ArkFormatAdapterWrapper
39
return (NWeb::VideoPixelFormatAdapter)ctocpp_->
GetPixelFormat
();
in GetPixelFormat()
H
A
D
ark_video_capture_params_adapter_impl.cpp
40
int32_t ArkVideoCaptureParamsAdapterImpl::
GetPixelFormat
()
in GetPixelFormat()
function in OHOS::ArkWeb::ArkVideoCaptureParamsAdapterImpl
42
return (int32_t)real_->
GetPixelFormat
();
in GetPixelFormat()
H
A
D
ark_video_capture_params_adapter_impl.h
35
int32_t
GetPixelFormat
() override;
H
A
D
ark_format_adapter_wrapper.h
35
NWeb::VideoPixelFormatAdapter
GetPixelFormat
() override;
/base/web/webview/ohos_adapter/camera_adapter/src/
H
A
D
format_adapter_impl.cpp
35
VideoPixelFormatAdapter FormatAdapterImpl::
GetPixelFormat
()
in GetPixelFormat()
function in OHOS::NWeb::FormatAdapterImpl
H
A
D
format_adapter_mock.cpp
35
VideoPixelFormatAdapter FormatAdapterImpl::
GetPixelFormat
()
in GetPixelFormat()
function in OHOS::NWeb::FormatAdapterImpl
H
A
D
camera_manager_adapter_impl.cpp
409
CameraManager::surfaceFormat, std::to_string(TransToOriCameraFormat(captureParams->
GetPixelFormat
())));
in InitPreviewOutput()
411
Profile(static_cast<CameraFormat>(TransToOriCameraFormat(captureParams->
GetPixelFormat
())), previewSize);
in InitPreviewOutput()
413
TransToOriCameraFormat(captureParams->
GetPixelFormat
()), previewSize.width, previewSize.height);
in InitPreviewOutput()
/base/web/webview/test/fuzztest/ohos_adapter/camera_adapter/formatadapter_fuzzer/
H
A
D
formatadapter_fuzzer.cpp
39
adapter.
GetPixelFormat
();
in FormatAdapterFuzzTest()
/base/web/webview/ohos_adapter/camera_adapter/include/
H
A
D
format_adapter_impl.h
33
VideoPixelFormatAdapter
GetPixelFormat
() override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H
A
D
ark_camera_manager_adapter.h
54
virtual int32_t
GetPixelFormat
() = 0;
95
virtual int32_t
GetPixelFormat
() = 0;
/base/web/webview/ohos_interface/include/ohos_adapter/
H
A
D
camera_manager_adapter.h
125
virtual VideoPixelFormatAdapter
GetPixelFormat
() = 0;
161
virtual VideoPixelFormatAdapter
GetPixelFormat
() = 0;
/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H
A
D
mock_pixel_map.cpp
211
PixelFormat PixelMap::
GetPixelFormat
()
in GetPixelFormat()
function in OHOS::Media::PixelMap
/base/web/webview/test/unittest/ohos_adapter/camera_adapter_impl_test/
H
A
D
camera_adapter_impl_test.cpp
139
VideoPixelFormatAdapter
GetPixelFormat
() override
/base/msdp/device_status/services/interaction/drag/src/
H
A
D
drag_manager.cpp
202
static_cast<int32_t>(shadowInfo.pixelMap->
GetPixelFormat
()),
in PrintDragData()
/base/msdp/device_status/test/unittest/frameworks/src/
H
A
D
interaction_manager_test.cpp
527
static_cast<int32_t>(shadowInfo.pixelMap->
GetPixelFormat
()),
in PrintDragData()
Completed in 13 milliseconds