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:captureRate
(Results
1 - 6
of
6
) sorted by relevance
/foundation/multimedia/media_lite/services/recorder_lite/impl/include/
H
A
D
recorder_source.h
52
double
captureRate
= 0.0;
member
/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H
A
D
camera_video.cpp
60
int32_t
captureRate
= 30;
in ConfigureVideoParams()
local
82
if (recorder->SetCaptureRate(videoSourceId,
captureRate
)) {
in ConfigureVideoParams()
/foundation/multimedia/player_framework/services/services/recorder/server/
H
A
D
recorder_server.h
159
double
captureRate
= 0.0;
member
H
A
D
recorder_server.cpp
390
config_.
captureRate
= fps;
in SetCaptureRate()
391
CaptureRate
captureRate
(fps);
in SetCaptureRate()
393
return recorderEngine_->Configure(sourceId,
captureRate
);
in SetCaptureRate()
1021
dumpString += "RecorderServer
captureRate
is: " + std::to_string(config_.
captureRate
) + "\n";
in DumpInfo()
/foundation/multimedia/player_framework/services/engine/histreamer/recorder/
H
A
D
hirecorder_impl.cpp
676
CaptureRate
captureRate
= static_cast<const CaptureRate&>(recParam);
in ConfigureVideo()
local
677
videoEncFormat_->Set<Tag::VIDEO_CAPTURE_RATE>(
captureRate
.capRate);
in ConfigureVideo()
/foundation/multimedia/media_lite/services/recorder_lite/impl/src/
H
A
D
recorder_impl.cpp
62
config.
captureRate
= frameRate;
in SetDefaultVideoConfig()
357
sourceManager_[validIndex].videoSourceConfig.
captureRate
= fps;
in SetCaptureRate()
Completed in 9 milliseconds