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:sceneMode_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H
A
D
capture_scene_const.h
88
sceneMode_
= sceneMode;
in SceneFeaturesMode()
112
sceneMode_
= sceneMode;
in SetSceneMode()
117
return
sceneMode_
;
in GetSceneMode()
123
if (
sceneMode_
== CAPTURE) {
in GetFeaturedMode()
125
} else if (
sceneMode_
== VIDEO) {
in GetFeaturedMode()
129
return
sceneMode_
;
in GetFeaturedMode()
139
if (
sceneMode_
< sceneFeaturesMode.
sceneMode_
) {
in operator <()
141
} else if (
sceneMode_
> sceneFeaturesMode.
sceneMode_
) {
in operator <()
155
stringStream << "SceneMode:" <<
sceneMode_
;
Dump()
local
174
SceneMode
sceneMode_
= NORMAL;
global()
member
[all...]
/foundation/distributedhardware/distributed_camera/services/cameraservice/base/src/
H
A
D
dcamera_capture_info_cmd.cpp
65
cJSON_AddNumberToObject(rootValue, "mode",
sceneMode_
);
in Marshal()
109
sceneMode_
= 0;
in Unmarshal()
111
sceneMode_
= mode->valueint;
in Unmarshal()
/foundation/distributedhardware/distributed_camera/services/cameraservice/base/include/
H
A
D
dcamera_capture_info_cmd.h
44
int32_t
sceneMode_
;
member in OHOS::DistributedHardware::DCameraCaptureInfoCmd
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/
H
A
D
dcamera_sink_controller.h
107
int32_t
sceneMode_
= 0;
member in OHOS::DistributedHardware::DCameraSinkController
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H
A
D
dcamera_sink_controller.cpp
636
ret = operator_->StartCapture(captureInfos, carrier.surface_,
sceneMode_
);
in StartCaptureInner()
689
sceneMode_
= captureInfoCmd.
sceneMode_
;
in HandleReceivedData()
690
return StartCapture(captureInfoCmd.value_,
sceneMode_
);
in HandleReceivedData()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/
H
A
D
dcamera_source_dev.h
122
int32_t
sceneMode_
= 0;
member in OHOS::DistributedHardware::DCameraSourceDev
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
H
A
D
dcamera_source_dev.cpp
510
sceneMode_
= info->mode_;
in ConfigStreams()
614
DHLOGI("startcapture
sceneMode_
: %{public}d",
sceneMode_
);
in StartCapture()
615
ret = controller_->StartCapture(captures,
sceneMode_
);
in StartCapture()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameracontrol/
H
A
D
dcamera_source_controller.cpp
81
cmd.
sceneMode_
= sceneMode;
in StartCapture()
Completed in 6 milliseconds