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:avParam
(Results
1 - 1
of
1
) sorted by relevance
/foundation/multimedia/av_codec/test/unittest/avmuxer_test/
H
A
D
avmuxer_unit_test.cpp
409
std::shared_ptr<FormatMock>
avParam
= FormatMockFactory::CreateFormat();
in HWTEST_F()
local
410
avParam
->PutIntValue(OH_MD_KEY_AUD_SAMPLE_RATE, TEST_SAMPLE_RATE);
in HWTEST_F()
411
avParam
->PutIntValue(OH_MD_KEY_AUD_CHANNEL_COUNT, TEST_CHANNEL_COUNT);
in HWTEST_F()
412
avParam
->PutIntValue(OH_MD_KEY_WIDTH, TEST_WIDTH);
in HWTEST_F()
413
avParam
->PutIntValue(OH_MD_KEY_HEIGHT, TEST_HEIGHT);
in HWTEST_F()
418
avParam
->PutStringValue(OH_MD_KEY_CODEC_MIME, testMp4MimeTypeList[i]);
in HWTEST_F()
419
ret = avmuxer_->AddTrack(trackId,
avParam
);
in HWTEST_F()
427
avParam
->PutIntValue(OH_MD_KEY_PROFILE, AAC_PROFILE_LC);
in HWTEST_F()
428
avParam
->PutBuffer(OH_MD_KEY_CODEC_CONFIG, buffer_, sizeof(buffer_));
in HWTEST_F()
432
avParam
in HWTEST_F()
476
std::shared_ptr<FormatMock>
avParam
= FormatMockFactory::CreateFormat();
HWTEST_F()
local
559
std::shared_ptr<FormatMock>
avParam
= FormatMockFactory::CreateFormat();
HWTEST_F()
local
581
std::shared_ptr<FormatMock>
avParam
= FormatMockFactory::CreateFormat();
HWTEST_F()
local
[all...]
Completed in 4 milliseconds