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:channelNum_Get
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Avbuffer/src/
H
A
D
avcodec_audio_avbuffer_decoder_demo.cpp
678
int32_t
channelNum_Get
;
in CreatDeMuxer()
local
680
OH_AVFormat_GetIntValue(trackFormat, MediaDescriptionKey::MD_KEY_CHANNEL_COUNT.data(), &
channelNum_Get
);
in CreatDeMuxer()
685
rendererOptions.streamInfo.channels = AudioChannel(
channelNum_Get
);
in CreatDeMuxer()
689
cout << "rendererOptions
channelNum_Get
is:" <<
channelNum_Get
<< endl;
in CreatDeMuxer()
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/
H
A
D
NativeFunctionTest.cpp
642
int32_t
channelNum_Get
;
in HWTEST_F()
local
645
OH_AVFormat_GetIntValue(formatGet, OH_MD_KEY_AUD_CHANNEL_COUNT, &
channelNum_Get
);
in HWTEST_F()
652
cout << "channel num is " <<
channelNum_Get
<< ", sample rate is " <<
in HWTEST_F()
657
ASSERT_EQ(2,
channelNum_Get
);
in HWTEST_F()
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/
H
A
D
NativeFunctionTest.cpp
1312
int32_t
channelNum_Get
;
in HWTEST_F()
local
1315
OH_AVFormat_GetIntValue(formatGet, OH_MD_KEY_AUD_CHANNEL_COUNT, &
channelNum_Get
);
in HWTEST_F()
1318
ASSERT_EQ(channelCount,
channelNum_Get
);
in HWTEST_F()
Completed in 6 milliseconds