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:Channel_count
(Results
1 - 2
of
2
) sorted by relevance
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/InnerAPI/
H
A
D
InnerFunctionTest.cpp
124
* @tc.name : AAC different
Channel_count
139
int
Channel_count
= Channel_count_List[i];
in HWTEST_F()
local
140
switch (
Channel_count
)
in HWTEST_F()
156
format.PutIntValue(MediaDescriptionKey::MD_KEY_CHANNEL_COUNT,
Channel_count
);
in HWTEST_F()
163
string inputFile = "f32le_16000_" + to_string(
Channel_count
) + "_dayuhaitang.pcm";
in HWTEST_F()
164
string outputFile = "FUNCTION_002_16000_" + to_string(
Channel_count
) + "_output.aac";
in HWTEST_F()
287
* @tc.name : flac different
Channel_count
302
int32_t
Channel_count
= Channel_count_List[i];
in HWTEST_F()
local
304
switch (
Channel_count
)
in HWTEST_F()
320
format.PutIntValue(MediaDescriptionKey::MD_KEY_CHANNEL_COUNT,
Channel_count
);
in HWTEST_F()
[all...]
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/InnerAPI/
H
A
D
InnerFunctionTest.cpp
252
* @tc.name : AAC different
Channel_count
267
int
Channel_count
= Channel_count_List[i];
in HWTEST_F()
local
268
format.PutIntValue(MediaDescriptionKey::MD_KEY_CHANNEL_COUNT,
Channel_count
);
in HWTEST_F()
273
string inputFile = "fltp_128k_44100_" + to_string(
Channel_count
) + "_dayuhaitang.aac";
in HWTEST_F()
274
string outputFile = "FUNCTION_005_44100_" + to_string(
Channel_count
) + "_aac_output.pcm";
in HWTEST_F()
284
* @tc.name : mp3 different
Channel_count
299
int
Channel_count
= Channel_count_List[i];
in HWTEST_F()
local
300
format.PutIntValue(MediaDescriptionKey::MD_KEY_CHANNEL_COUNT,
Channel_count
);
in HWTEST_F()
304
string inputFile = "fltp_128k_44100_" + to_string(
Channel_count
) + "_dayuhaitang.mp3";
in HWTEST_F()
305
string outputFile = "FUNCTION_006_44100_" + to_string(
Channel_count
)
in HWTEST_F()
330
int
Channel_count
=
Channel_count
_List[i];
HWTEST_F()
local
361
int
Channel_count
=
Channel_count
_List[i];
HWTEST_F()
local
[all...]
Completed in 5 milliseconds