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:tagRatio
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H
A
D
sketch_wrapper.cpp
447
float
tagRatio
= *metadataItem.data.f;
in OnMetadataChangedZoomRatio()
local
448
MEDIA_DEBUG_LOG("SketchWrapper::OnMetadataChangedZoomRatio OHOS_CONTROL_ZOOM_RATIO >>>
tagRatio
:%{public}f -- "
in OnMetadataChangedZoomRatio()
450
tagRatio
, sketchEnableRatio_);
in OnMetadataChangedZoomRatio()
451
UpdateZoomRatio(
tagRatio
);
in OnMetadataChangedZoomRatio()
H
A
D
preview_output.cpp
593
float
tagRatio
= *item.data.f;
in OnNativeRegisterCallback()
local
594
CHECK_ERROR_RETURN(
tagRatio
<= 0);
in OnNativeRegisterCallback()
596
MEDIA_DEBUG_LOG("PreviewOutput::OnNativeRegisterCallback OHOS_CONTROL_ZOOM_RATIO >>>
tagRatio
:%{public}f -- "
in OnNativeRegisterCallback()
598
tagRatio
, sketchRatio);
in OnNativeRegisterCallback()
600
sketchWrapper_->UpdateZoomRatio(
tagRatio
);
in OnNativeRegisterCallback()
/foundation/multimedia/camera_framework/services/camera_service/src/
H
A
D
hstream_repeat.cpp
171
float
tagRatio
= *item.data.f;
in StartSketchStream()
local
172
MEDIA_DEBUG_LOG("HStreamRepeat::StartSketchStream OHOS_CONTROL_ZOOM_RATIO >>>
tagRatio
:%{public}f -- "
in StartSketchStream()
174
tagRatio
, sketchStreamRepeat->sketchRatio_);
in StartSketchStream()
176
tagRatio
- sketchStreamRepeat->sketchRatio_ >= -std::numeric_limits<float>::epsilon()) {
in StartSketchStream()
Completed in 4 milliseconds