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:renderRate_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/multimedia/player_framework/frameworks/js/soundpool/include/
H
A
D
soundpool_napi.h
176
AudioStandard::AudioRendererRate
renderRate_
= AudioStandard::AudioRendererRate::RENDER_RATE_NORMAL;
member
/foundation/multimedia/audio_framework/services/audio_service/server/include/
H
A
D
pro_renderer_stream_impl.h
100
int32_t
renderRate_
;
member in OHOS::AudioStandard::ProRendererStreamImpl
H
A
D
pa_renderer_stream_impl.h
123
int32_t
renderRate_
= 0;
member in OHOS::AudioStandard::PaRendererStreamImpl
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H
A
D
pro_renderer_stream_impl.cpp
50
renderRate_
(0),
in ProRendererStreamImpl()
337
renderRate_
= rate;
in SetRate()
H
A
D
pa_renderer_stream_impl.cpp
579
renderRate_
= rate;
in SetRate()
/foundation/multimedia/audio_framework/frameworks/native/audiostream/include/
H
A
D
fast_audio_stream.h
206
AudioRendererRate
renderRate_
= RENDER_RATE_NORMAL;
member in OHOS::AudioStandard::FastAudioStream
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H
A
D
fast_audio_stream.cpp
294
return
renderRate_
;
in GetRenderRate()
757
info.renderRate =
renderRate_
;
in GetSwitchInfo()
/foundation/multimedia/player_framework/frameworks/js/soundpool/src/
H
A
D
soundpool_napi.cpp
437
int32_t ret = asyncCtx->soundPool_->SetRate(asyncCtx->streamId_, asyncCtx->
renderRate_
);
in JsSetRate()
787
asyncCtx->
renderRate_
= static_cast<AudioStandard::AudioRendererRate>(rendderRate);
in ParserRateOptionFromJs()
Completed in 10 milliseconds