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:AVMuxerImpl
(Results
1 - 2
of
2
) sorted by relevance
/foundation/multimedia/av_codec/frameworks/native/avmuxer/
H
A
D
avmuxer_impl.cpp
25
constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, LOG_DOMAIN_MUXER, "
AVMuxerImpl
"};
39
std::shared_ptr<
AVMuxerImpl
> impl = std::make_shared<
AVMuxerImpl
>();
in CreateAVMuxer()
46
AVMuxerImpl
::
AVMuxerImpl
()
in AVMuxerImpl()
function in OHOS::MediaAVCodec::AVMuxerImpl
48
AVCODEC_LOGD("
AVMuxerImpl
:0x%{public}06" PRIXPTR " Instances create", FAKE_POINTER(this));
in AVMuxerImpl()
51
AVMuxerImpl
::~
AVMuxerImpl
()
in ~AVMuxerImpl()
53
AVCODEC_LOGD("
AVMuxerImpl
:0x%{public}06" PRIXPTR " Instances destroy", FAKE_POINTER(this));
in ~AVMuxerImpl()
56
int32_t
AVMuxerImpl
[all...]
H
A
D
avmuxer_impl.h
24
class
AVMuxerImpl
: public AVMuxer, public NoCopyable {
class
26
AVMuxerImpl
();
27
~
AVMuxerImpl
() override;
Completed in 1 milliseconds