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:NATIVE_WINDOW
(Results
1 - 10
of
10
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/video/resource/
H
A
D
ext_surface.cpp
36
const char
NATIVE_WINDOW
[] = "nativeWindow";
member
172
nativeWindow = reinterpret_cast<void*>(GetInt64Param(result,
NATIVE_WINDOW
));
in AttachNativeWindow()
/foundation/multimedia/image_effect/frameworks/native/efilter/base/
H
A
D
render_strategy.cpp
69
|| dst_->extraInfo_->dataType == DataType::
NATIVE_WINDOW
) {
in ChooseBestOutput()
H
A
D
efilter.cpp
218
if (context->renderEnvironment_->GetOutputType() == DataType::
NATIVE_WINDOW
) {
in ConvertFromGPU2CPU()
241
if (context->renderEnvironment_->GetOutputType() == DataType::
NATIVE_WINDOW
) {
in ConvertFromCPU2GPU()
/foundation/multimedia/image_effect/interfaces/inner_api/native/base/
H
A
D
effect_buffer.h
61
NATIVE_WINDOW
,
member in OHOS::Media::Effect::DataType
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/source/
H
A
D
image_source_filter.cpp
52
if (context->ipType_ != IPType::GPU && context->renderEnvironment_->GetOutputType() == DataType::
NATIVE_WINDOW
) {
in UpdateInputBufferIfNeed()
/foundation/multimedia/image_effect/test/unittest/
H
A
D
TestRenderEnvironment.cpp
86
renderEnvironment->outType_ = DataType::
NATIVE_WINDOW
;
in HWTEST_F()
H
A
D
image_effect_inner_unittest.cpp
189
dataInfo.dataType_ = DataType::
NATIVE_WINDOW
;
in HWTEST_F()
/foundation/multimedia/image_effect/frameworks/native/effect/base/
H
A
D
image_effect_inner.cpp
575
{ DataType::PIXEL_MAP, DataType::
NATIVE_WINDOW
},
in CheckToRenderPara()
576
{ DataType::PICTURE, DataType::
NATIVE_WINDOW
},
in CheckToRenderPara()
587
if (srcDataType == DataType::PIXEL_MAP && dtsDataType != DataType::
NATIVE_WINDOW
) {
in CheckToRenderPara()
986
outDateInfo_.dataType_ = DataType::
NATIVE_WINDOW
;
in SetOutNativeWindow()
1102
case DataType::
NATIVE_WINDOW
:
in ParseDataInfo()
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/sink/
H
A
D
image_sink_filter.cpp
497
if (output->extraInfo_->dataType == DataType::
NATIVE_WINDOW
) {
in PushData()
509
if (output->extraInfo_->dataType == DataType::
NATIVE_WINDOW
&& buffer->extraInfo_->surfaceBuffer != nullptr) {
in PushData()
/foundation/multimedia/image_effect/frameworks/native/render_environment/
H
A
D
render_environment.cpp
167
if (outType_ == DataType::
NATIVE_WINDOW
) {
in GenMainTex()
Completed in 9 milliseconds