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:AddSurface
(Results
1 - 9
of
9
) sorted by relevance
/foundation/multimedia/camera_lite/test/unittest/
H
A
D
camera_lite_test.cpp
354
fc->
AddSurface
(*surface);
in StartRecord()
399
fc->
AddSurface
(*(surface->GetSurface()));
in StartPreview()
433
fc->
AddSurface
(*surface);
in Capture()
1496
frameConfig->
AddSurface
(*surface);
in HWTEST_F()
1504
frameConfig->
AddSurface
(*surface);
in HWTEST_F()
1514
frameConfig->
AddSurface
(*surface);
in HWTEST_F()
1523
frameConfig->
AddSurface
(*surface);
in HWTEST_F()
1532
frameConfig->
AddSurface
(*surface);
in HWTEST_F()
1552
frameConfig->
AddSurface
(*surface);
in HWTEST_F()
1573
frameConfig->
AddSurface
(*surfac
in HWTEST_F()
[all...]
/foundation/multimedia/camera_lite/interfaces/kits/
H
A
D
frame_config.h
103
void
AddSurface
(Surface &surface);
/foundation/multimedia/camera_lite/frameworks/
H
A
D
frame_config.cpp
34
void FrameConfig::
AddSurface
(Surface &surface)
in AddSurface()
function in OHOS::Media::FrameConfig
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/include/
H
A
D
image_sink_decoder.h
61
int32_t
AddSurface
();
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/encoder/include/
H
A
D
image_source_encoder.h
57
int32_t
AddSurface
();
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H
A
D
camera_component.cpp
243
frameConfig_->
AddSurface
(*previewSurface_);
in OnCreated()
284
frameConfig_->
AddSurface
(*captureSurface_);
in CreateNativeViews()
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/src/
H
A
D
image_sink_decoder.cpp
45
ret =
AddSurface
();
in ConfigureDecoder()
59
int32_t ImageSinkDecoder::
AddSurface
()
in AddSurface()
function in OHOS::DistributedHardware::ImageSinkDecoder
61
DHLOGI("%{public}s:
AddSurface
.", DSCREEN_LOG_TAG);
in AddSurface()
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/encoder/src/
H
A
D
image_source_encoder.cpp
127
ret =
AddSurface
();
in ConfigureEncoder()
138
int32_t ImageSourceEncoder::
AddSurface
()
in AddSurface()
function in OHOS::DistributedHardware::ImageSourceEncoder
140
DHLOGI("%{public}s:
AddSurface
.", DSCREEN_LOG_TAG);
in AddSurface()
/foundation/multimedia/camera_lite/services/server/src/
H
A
D
camera_server.cpp
214
fc->
AddSurface
(*surface);
in DeserializeFrameConfig()
Completed in 10 milliseconds