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
defs:photoSurface
(Results
1 - 18
of
18
) sorted by relevance
/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H
A
D
photo_listener_impl.h
29
explicit PhotoBufferProcessor(sptr<Surface>
photoSurface
) : photoSurface_(
photoSurface
) {}
in PhotoBufferProcessor()
argument
H
A
D
photo_output_impl.cpp
289
void Camera_PhotoOutput::SetPhotoSurface(OHOS::sptr<OHOS::Surface> &
photoSurface
)
in SetPhotoSurface()
argument
/foundation/multimedia/camera_framework/test/fuzztest/photooutput_fuzzer/
H
A
D
photo_output_fuzzer.cpp
77
sptr<IConsumerSurface>
photoSurface
= IConsumerSurface::Create();
in Test()
local
96
sptr<IConsumerSurface>
photoSurface
= IConsumerSurface::Create();
in TestOutput()
local
/foundation/multimedia/camera_framework/test/fuzztest/streamrepeatstub_fuzzer/
H
A
D
stream_repeat_stub_fuzzer.cpp
63
sptr<IConsumerSurface>
photoSurface
= IConsumerSurface::Create();
in TestHandleAddDeferredSurface()
local
81
sptr<IConsumerSurface>
photoSurface
= IConsumerSurface::Create();
in TestHandleAttachMetaSurface()
local
99
sptr<IConsumerSurface>
photoSurface
= IConsumerSurface::Create();
in TestHandleSetCallback()
local
134
sptr<IConsumerSurface>
photoSurface
in RunCase()
local
[all...]
/foundation/multimedia/camera_framework/test/fuzztest/streammetadatastub_fuzzer/
H
A
D
stream_metadata_stub_fuzzer.cpp
94
sptr<IConsumerSurface>
photoSurface
= IConsumerSurface::Create();
in Test()
local
/foundation/multimedia/camera_framework/test/fuzztest/streamcapture_fuzzer/
H
A
D
stream_capture_fuzzer.cpp
90
sptr<IConsumerSurface>
photoSurface
= IConsumerSurface::Create();
in StreamCaptureFuzzTest()
local
/foundation/multimedia/camera_framework/test/fuzztest/cloudenhancesession_fuzzer/
H
A
D
cloud_enhance_session_fuzzer.cpp
98
sptr<IConsumerSurface>
photoSurface
= IConsumerSurface::Create();
in GetCaptureOutput()
local
/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H
A
D
camera_capture.cpp
206
sptr<IConsumerSurface>
photoSurface
= IConsumerSurface::Create();
in main()
local
H
A
D
camera_capture_mode.cpp
416
sptr<IConsumerSurface>
photoSurface
= IConsumerSurface::Create();
in main()
local
/foundation/multimedia/camera_framework/test/fuzztest/streamcapturestub_fuzzer/
H
A
D
stream_capture_stub_fuzzer.cpp
96
sptr<IConsumerSurface>
photoSurface
= IConsumerSurface::Create();
in Test()
local
169
sptr<IConsumerSurface>
photoSurface
= IConsumerSurface::Create();
in Test_HandleSetThumbnail()
local
181
sptr<IConsumerSurface>
photoSurface
= IConsumerSurface::Create();
in Test_HandleSetBufferProducerInfo()
local
[all...]
/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/
H
A
D
dcamera_client_demo.cpp
158
sptr<IConsumerSurface>
photoSurface
= IConsumerSurface::Create();
in InitPhotoOutput()
local
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/sample/
H
A
D
main.cpp
155
sptr<IConsumerSurface>
photoSurface
= IConsumerSurface::Create();
in InitPhotoOutput()
local
/foundation/multimedia/camera_framework/test/fuzztest/capturesession_fuzzer/
H
A
D
capture_session_fuzzer.cpp
122
sptr<IConsumerSurface>
photoSurface
= IConsumerSurface::Create();
in GetCaptureOutput()
local
/foundation/multimedia/camera_framework/test/fuzztest/timelapsephotosession_fuzzer/
H
A
D
time_lapse_photo_session_fuzzer.cpp
66
sptr<IConsumerSurface>
photoSurface
= IConsumerSurface::Create();
in AddOutput()
local
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/
H
A
D
photo_output_napi.h
112
explicit PhotoBufferProcessor(sptr<Surface>
photoSurface
) : photoSurface_(
photoSurface
) {}
in PhotoBufferProcessor()
argument
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H
A
D
photo_output_napi.cpp
176
PhotoListener::PhotoListener(napi_env env, const sptr<Surface>
photoSurface
, wptr<PhotoOutput> photoOutput)
in PhotoListener()
argument
1697
sptr<Surface>
photoSurface
;
in CreatePhotoOutput()
local
1749
sptr<Surface>
photoSurface
;
CreatePhotoOutput()
local
[all...]
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H
A
D
camera_framework_unittest.cpp
7295
sptr<IConsumerSurface>
photoSurface
= IConsumerSurface::Create();
in TestPhotoSessionPreconfig()
local
7397
sptr<IConsumerSurface>
photoSurface
= IConsumerSurface::Create();
in TestVideoSessionPreconfig()
local
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H
A
D
camera_framework_moduletest.cpp
778
sptr<IConsumerSurface>
photoSurface
= IConsumerSurface::Create();
in CreateHighResPhotoOutput()
local
11378
sptr<IConsumerSurface>
photoSurface
= IConsumerSurface::Create();
in HWTEST_F()
local
11443
sptr<IConsumerSurface>
photoSurface
= IConsumerSurface::Create();
in HWTEST_F()
local
Completed in 41 milliseconds