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:opions
(Results
1 - 2
of
2
) sorted by relevance
/foundation/multimedia/audio_framework/frameworks/cj/src/
H
A
D
multimedia_audio_common.cpp
35
void Convert2AudioCapturerOptions(AudioCapturerOptions &
opions
, const CAudioCapturerOptions &cOptions)
in Convert2AudioCapturerOptions()
argument
37
opions
.capturerInfo.sourceType = static_cast<SourceType>(cOptions.audioCapturerInfo.source);
in Convert2AudioCapturerOptions()
38
opions
.streamInfo.channels = static_cast<AudioChannel>(cOptions.audioStreamInfo.channels);
in Convert2AudioCapturerOptions()
39
opions
.streamInfo.channelLayout = static_cast<AudioChannelLayout>(cOptions.audioStreamInfo.channelLayout);
in Convert2AudioCapturerOptions()
40
opions
.streamInfo.encoding = static_cast<AudioEncodingType>(cOptions.audioStreamInfo.encodingType);
in Convert2AudioCapturerOptions()
41
opions
.streamInfo.format = static_cast<AudioSampleFormat>(cOptions.audioStreamInfo.sampleFormat);
in Convert2AudioCapturerOptions()
42
opions
.streamInfo.samplingRate = static_cast<AudioSamplingRate>(cOptions.audioStreamInfo.samplingRate);
in Convert2AudioCapturerOptions()
45
opions
.capturerInfo.capturerFlags =
in Convert2AudioCapturerOptions()
/foundation/multimedia/audio_framework/frameworks/cj/include/
H
A
D
multimedia_audio_common.h
25
void Convert2AudioCapturerOptions(AudioCapturerOptions &
opions
, const CAudioCapturerOptions &cOptions);
Completed in 1 milliseconds