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:AVMuxerSample
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/av_codec/test/unittest/avmuxer_test/
H
A
D
avmuxer_sample.cpp
22
AVMuxerSample
::
AVMuxerSample
()
in AVMuxerSample()
function in OHOS::MediaAVCodec::AVMuxerSample
26
AVMuxerSample
::~
AVMuxerSample
()
in ~AVMuxerSample()
30
bool
AVMuxerSample
::CreateMuxer(int32_t fd, const OH_AVOutputFormat format)
in CreateMuxer()
36
int32_t
AVMuxerSample
::Destroy()
in Destroy()
44
int32_t
AVMuxerSample
::Start()
in Start()
52
int32_t
AVMuxerSample
::Stop()
in Stop()
60
int32_t
AVMuxerSample
::AddTrack(int32_t &trackIndex, std::shared_ptr<FormatMock> &trackFormat)
in AddTrack()
68
int32_t
AVMuxerSample
[all...]
H
A
D
avmuxer_sample.h
24
class
AVMuxerSample
: public NoCopyable {
class
26
explicit
AVMuxerSample
();
27
virtual ~
AVMuxerSample
();
H
A
D
avmuxer_unit_test.h
45
std::shared_ptr<
AVMuxerSample
> avmuxer_ {nullptr};
H
A
D
avmuxer_unit_test.cpp
53
avmuxer_ = std::make_shared<
AVMuxerSample
>();
in SetUp()
Completed in 4 milliseconds