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:wb
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/camera_framework/test/fuzztest/timelapsephotosession_fuzzer/
H
A
D
time_lapse_photo_session_fuzzer.cpp
239
int32_t
wb
;
in TestWhiteBalance()
local
240
session->GetWhiteBalance(
wb
);
in TestWhiteBalance()
250
int32_t
wb
= 1;
in TestWhiteBalance()
local
251
AddOrUpdateMetadata(meta, OHOS_CONTROL_SENSOR_WB_VALUE, &
wb
, 1);
in TestWhiteBalance()
252
session->GetWhiteBalance(
wb
);
in TestWhiteBalance()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H
A
D
time_lapse_photo_session.h
121
int32_t SetWhiteBalance(int32_t
wb
);
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H
A
D
time_lapse_photo_session.cpp
793
// no manual
wb
mode need set maunual value to 0
in SetWhiteBalanceMode()
824
int32_t TimeLapsePhotoSession::SetWhiteBalance(int32_t
wb
)
in SetWhiteBalance()
argument
834
MEDIA_INFO_LOG("Set tag OHOS_CONTROL_SENSOR_WB_VALUE %{public}d",
wb
);
in SetWhiteBalance()
835
bool res = AddOrUpdateMetadata(changedMetadata_->get(), OHOS_CONTROL_SENSOR_WB_VALUE, &
wb
, 1);
in SetWhiteBalance()
/foundation/graphic/graphic_3d/lume/metaobject/test/src/base/
H
A
D
PointerTest.cpp
522
BASE_NS::weak_ptr
wb
= custom;
in HWTEST_F()
local
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H
A
D
camera_framework_moduletest.cpp
12203
int32_t
wb
;
in HWTEST_F()
local
12204
status = session->GetWhiteBalance(
wb
);
in HWTEST_F()
12206
EXPECT_EQ(
wb
, wbRange[0]);
in HWTEST_F()
Completed in 21 milliseconds