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:VideoCodecLoader
(Results
1 - 8
of
8
) sorted by relevance
/foundation/multimedia/av_codec/services/engine/codec/video/
H
A
D
video_codec_loader.cpp
23
constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, LOG_DOMAIN_FRAMEWORK, "
VideoCodecLoader
"};
26
int32_t
VideoCodecLoader
::Init()
in Init()
48
void
VideoCodecLoader
::Close()
in Close()
56
std::shared_ptr<CodecBase>
VideoCodecLoader
::Create(const std::string &name)
in Create()
63
int32_t
VideoCodecLoader
::GetCaps(std::vector<CapabilityData> &caps)
in GetCaps()
H
A
D
hcodec_loader.cpp
42
HCodecLoader::HCodecLoader() :
VideoCodecLoader
(HCODEC_LIB_PATH, HCODEC_CREATE_FUNC_NAME, HCODEC_GETCAPS_FUNC_NAME) {}
in HCodecLoader()
H
A
D
hevc_decoder_loader.cpp
64
HevcDecoderLoader::HevcDecoderLoader() :
VideoCodecLoader
(HEVC_DECODER_LIB_PATH,
in HevcDecoderLoader()
H
A
D
fcodec_loader.cpp
64
FCodecLoader::FCodecLoader() :
VideoCodecLoader
(FCODEC_LIB_PATH, FCODEC_CREATE_FUNC_NAME, FCODEC_GETCAPS_FUNC_NAME) {}
in FCodecLoader()
/foundation/multimedia/av_codec/services/engine/codec/include/video/
H
A
D
video_codec_loader.h
23
class
VideoCodecLoader
{
class
25
VideoCodecLoader
(const char *libPath, const char *createFuncName, const char *getCapsFuncName)
in VideoCodecLoader()
function in OHOS::MediaAVCodec::VideoCodecLoader
27
~
VideoCodecLoader
() = default;
H
A
D
hevc_decoder_loader.h
23
class HevcDecoderLoader : public
VideoCodecLoader
{
H
A
D
fcodec_loader.h
23
class FCodecLoader : public
VideoCodecLoader
{
H
A
D
hcodec_loader.h
23
class HCodecLoader : public
VideoCodecLoader
{
Completed in 3 milliseconds