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:fpsRange_
(Results
1 - 4
of
4
) sorted by relevance
/drivers/peripheral/camera/test/ut/v4l2/
H
A
D
camera_fps_test.cpp
38
fpsRange_
.clear();
in GetFpsRange()
47
fpsRange_
.push_back(*(entry.data.i32 + i));
in GetFpsRange()
50
for (auto it =
fpsRange_
.begin(); it !=
fpsRange_
.end(); it++) {
in GetFpsRange()
90
fpsRange.push_back(
fpsRange_
[0]);
in HWTEST_F()
91
fpsRange.push_back(
fpsRange_
[1]);
in HWTEST_F()
H
A
D
camera_fps_test.h
29
std::vector<int32_t>
fpsRange_
;
member in CameraFpsTest
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/device_manager/
H
A
D
sensor_controller.cpp
51
fpsRange_
.push_back(FPS_FIVE);
in Init()
52
fpsRange_
.push_back(FPS_TEN);
in Init()
504
meta->addEntry(OHOS_CONTROL_FPS_RANGES,
fpsRange_
.data(),
fpsRange_
.size());
in GetFpsRange()
966
fpsRange_
.clear();
in SendFpsMetaData()
970
fpsRange_
.push_back(*(entry.data.i32 + i));
in SendFpsMetaData()
972
if (
fpsRange_
.size() != GROUP_LEN) {
in SendFpsMetaData()
976
CAMERA_LOGI("Set CMD_FPS_RANGE [%{public}d, %{public}d]",
fpsRange_
[0],
fpsRange_
[1]);
in SendFpsMetaData()
977
format.fmtdesc.fps.denominator = (
fpsRange_
[
in SendFpsMetaData()
[all...]
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/device_manager/include/
H
A
D
sensor_controller.h
124
std::vector<int32_t>
fpsRange_
;
member in OHOS::Camera::SensorController
Completed in 3 milliseconds