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:CodecFactory
(Results
1 - 8
of
8
) sorted by relevance
/foundation/multimedia/av_codec/services/services/codec/server/
H
A
D
codec_factory.cpp
35
constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, LOG_DOMAIN_FRAMEWORK, "
CodecFactory
"};
40
CodecFactory
&
CodecFactory
::Instance()
in Instance()
42
static
CodecFactory
inst;
in Instance()
46
CodecFactory
::~
CodecFactory
() {}
in ~CodecFactory()
48
std::vector<std::string>
CodecFactory
::GetCodecNameArrayByMime(const std::string &mime, const bool isEncoder)
in GetCodecNameArrayByMime()
59
std::shared_ptr<CodecBase>
CodecFactory
::CreateCodecByName(const std::string &name, API_VERSION apiVersion)
in CreateCodecByName()
H
A
D
codec_factory.h
25
class
CodecFactory
{
class
27
static
CodecFactory
&Instance();
32
CodecFactory
() = default;
33
~
CodecFactory
();
/foundation/CastEngine/castengine_wifi_display/services/codec/src/
H
A
D
codec_factory.cpp
24
std::shared_ptr<AudioEncoder>
CodecFactory
::CreateAudioEncoder(CodecId format)
in CreateAudioEncoder()
50
std::shared_ptr<AudioDecoder>
CodecFactory
::CreateAudioDecoder(CodecId format)
in CreateAudioDecoder()
72
std::shared_ptr<VideoEncoder>
CodecFactory
::CreateVideoEncoder(CodecId format)
in CreateVideoEncoder()
91
std::shared_ptr<VideoDecoder>
CodecFactory
::CreateVideoDecoder(CodecId format)
in CreateVideoDecoder()
/foundation/CastEngine/castengine_wifi_display/tests/demo/codec/
H
A
D
codec_demo.cpp
93
std::shared_ptr<AudioDecoder> decoder =
CodecFactory
::CreateAudioDecoder(CODEC_G711A);
in DecodeG711()
117
std::shared_ptr<AudioDecoder> decoder =
CodecFactory
::CreateAudioDecoder(OHOS::Sharing::CODEC_AAC);
in DecodeAAC()
141
std::shared_ptr<AudioEncoder> encoder =
CodecFactory
::CreateAudioEncoder(CODEC_G711A);
in EncodeG711()
/foundation/CastEngine/castengine_wifi_display/services/codec/include/
H
A
D
codec_factory.h
28
class
CodecFactory
{
class
/foundation/CastEngine/castengine_wifi_display/tests/demo/player/
H
A
D
player_demo.cpp
118
std::shared_ptr<AudioDecoder> decoder =
CodecFactory
::CreateAudioDecoder(CODEC_G711A);
in DecodeG711ByTime()
223
std::shared_ptr<AudioDecoder> decoder =
CodecFactory
::CreateAudioDecoder(CODEC_G711A);
in main()
/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/src/
H
A
D
audio_player.cpp
38
audioDecoder_ =
CodecFactory
::CreateAudioDecoder(audioCodecId_);
in Init()
/foundation/CastEngine/castengine_wifi_display/services/impl/screen_capture/
H
A
D
screen_capture_consumer.cpp
346
audioEncoder_ =
CodecFactory
::CreateAudioEncoder(audioTrack_.codecId);
in InitAudioEncoder()
Completed in 3 milliseconds