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:aacDemuxerPlugin
(Results
1 - 2
of
2
) sorted by relevance
/foundation/multimedia/media_foundation/test/unittest/
H
A
D
TestAacDemuxerPlugin.cpp
33
std::shared_ptr<AACDemuxerPlugin>
aacDemuxerPlugin
= AacDemuxerPluginCreate("process");
in HWTEST()
local
34
ASSERT_TRUE(
aacDemuxerPlugin
!= nullptr);
in HWTEST()
35
auto resetStatus =
aacDemuxerPlugin
->Reset();
in HWTEST()
37
auto initStatus =
aacDemuxerPlugin
->Init();
in HWTEST()
39
auto prepareStatus =
aacDemuxerPlugin
->Prepare();
in HWTEST()
41
auto startStatus =
aacDemuxerPlugin
->Start();
in HWTEST()
43
auto stopStatus =
aacDemuxerPlugin
->Stop();
in HWTEST()
45
auto freeStatus =
aacDemuxerPlugin
->Deinit();
in HWTEST()
51
std::shared_ptr<AACDemuxerPlugin>
aacDemuxerPlugin
= AacDemuxerPluginCreate("get parameter");
in HWTEST()
local
52
ASSERT_TRUE(
aacDemuxerPlugin
!
in HWTEST()
82
std::shared_ptr<AACDemuxerPlugin>
aacDemuxerPlugin
= AacDemuxerPluginCreate("get parameter");
HWTEST()
local
101
std::shared_ptr<AACDemuxerPlugin>
aacDemuxerPlugin
= AacDemuxerPluginCreate("get allocator");
HWTEST()
local
109
std::shared_ptr<AACDemuxerPlugin>
aacDemuxerPlugin
= AacDemuxerPluginCreate("set callback");
HWTEST()
local
118
std::shared_ptr<AACDemuxerPlugin>
aacDemuxerPlugin
= AacDemuxerPluginCreate("get track count");
HWTEST()
local
125
std::shared_ptr<AACDemuxerPlugin>
aacDemuxerPlugin
= AacDemuxerPluginCreate("select track");
HWTEST()
local
133
std::shared_ptr<AACDemuxerPlugin>
aacDemuxerPlugin
= AacDemuxerPluginCreate("unselect track");
HWTEST()
local
141
std::shared_ptr<AACDemuxerPlugin>
aacDemuxerPlugin
= AacDemuxerPluginCreate("get select track");
HWTEST()
local
[all...]
/foundation/multimedia/media_foundation/src/plugin/
H
A
D
plugin_list.cpp
164
PluginDescription
aacDemuxerPlugin
;
in AddAacDemuxerPlugin()
local
165
aacDemuxerPlugin
.pluginName = "avdemux_aac";
in AddAacDemuxerPlugin()
166
aacDemuxerPlugin
.packageName = "FFmpegDemuxer";
in AddAacDemuxerPlugin()
167
aacDemuxerPlugin
.pluginType = PluginType::DEMUXER;
in AddAacDemuxerPlugin()
168
aacDemuxerPlugin
.cap = "";
in AddAacDemuxerPlugin()
169
aacDemuxerPlugin
.rank = DEFAULT_RANK;
in AddAacDemuxerPlugin()
170
pluginDescriptionList_.push_back(
aacDemuxerPlugin
);
in AddAacDemuxerPlugin()
Completed in 2 milliseconds