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:AVCodecInfo
(Results
1 - 7
of
7
) sorted by relevance
/foundation/multimedia/av_codec/test/moduletest/capability/src/InnerAPI/
H
A
D
cap_test.cpp
110
std::shared_ptr<
AVCodecInfo
> codecInfo = std::make_shared<
AVCodecInfo
>(capabilityData);
in HWTEST_F()
126
std::shared_ptr<
AVCodecInfo
> codecInfo = std::make_shared<
AVCodecInfo
>(capabilityData);
in HWTEST_F()
143
std::shared_ptr<
AVCodecInfo
> codecInfo = std::make_shared<
AVCodecInfo
>(capabilityData);
in HWTEST_F()
149
std::shared_ptr<
AVCodecInfo
> codecInfo = std::make_shared<
AVCodecInfo
>(capabilityData);
in HWTEST_F()
166
std::shared_ptr<
AVCodecInfo
> codecInfo = std::make_shared<
AVCodecInfo
>(capabilityDat
in HWTEST_F()
[all...]
/foundation/multimedia/av_codec/test/unittest/codeclist_test/inner/
H
A
D
codeclist_inner_mock.cpp
23
std::shared_ptr<
AVCodecInfo
> codecInfo = std::make_shared<
AVCodecInfo
>(capabilityData_);
in IsHardware()
33
std::shared_ptr<
AVCodecInfo
> codecInfo = std::make_shared<
AVCodecInfo
>(capabilityData_);
in GetName()
43
std::shared_ptr<
AVCodecInfo
> codecInfo = std::make_shared<
AVCodecInfo
>(capabilityData_);
in GetMaxSupportedInstances()
247
std::shared_ptr<
AVCodecInfo
> codecInfo = std::make_shared<
AVCodecInfo
>(capabilityData_);
in GetSupportedLevelsForProfile()
263
std::shared_ptr<
AVCodecInfo
> codecInfo = std::make_shared<
AVCodecInfo
>(capabilityData
in AreProfileAndLevelSupported()
[all...]
/foundation/multimedia/av_codec/frameworks/native/avcodeclist/
H
A
D
avcodec_info.cpp
22
constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, LOG_DOMAIN_FRAMEWORK, "
AVCodecInfo
"};
80
std::shared_ptr<
AVCodecInfo
> VideoCaps::GetCodecInfo()
in GetCodecInfo()
83
std::shared_ptr<
AVCodecInfo
> codecInfo = std::make_shared<
AVCodecInfo
>(data_);
in GetCodecInfo()
246
std::shared_ptr<
AVCodecInfo
> codecInfo = this->GetCodecInfo();
in LoadLevelParams()
542
std::shared_ptr<
AVCodecInfo
> AudioCaps::GetCodecInfo()
in GetCodecInfo()
545
std::shared_ptr<
AVCodecInfo
> codecInfo = std::make_shared<
AVCodecInfo
>(data_);
in GetCodecInfo()
599
AVCodecInfo
::
AVCodecInfo
(CapabilityDat
function in OHOS::MediaAVCodec::AVCodecInfo
[all...]
/foundation/multimedia/player_framework/frameworks/native/avcodeclist/
H
A
D
avcodec_info.cpp
22
constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, LOG_DOMAIN_PLAYER, "
AVCodecInfo
"};
93
std::shared_ptr<
AVCodecInfo
> VideoCaps::GetCodecInfo()
in GetCodecInfo()
95
std::shared_ptr<
AVCodecInfo
> codecInfo = std::make_shared<
AVCodecInfo
>(data_);
in GetCodecInfo()
406
std::shared_ptr<
AVCodecInfo
> AudioCaps::GetCodecInfo()
in GetCodecInfo()
408
std::shared_ptr<
AVCodecInfo
> codecInfo = std::make_shared<
AVCodecInfo
>(data_);
in GetCodecInfo()
456
AVCodecInfo
::
AVCodecInfo
(CapabilityData &capabilityData)
in AVCodecInfo()
function in OHOS::Media::AVCodecInfo
459
MEDIA_LOGD("
AVCodecInfo
in AVCodecInfo()
[all...]
/foundation/multimedia/av_codec/frameworks/native/capi/common/
H
A
D
native_avcapability.cpp
105
std::shared_ptr<
AVCodecInfo
> codecInfo = std::make_shared<
AVCodecInfo
>(capability->capabilityData_);
in OH_AVCapability_IsHardware()
115
std::shared_ptr<
AVCodecInfo
> codecInfo = std::make_shared<
AVCodecInfo
>(capability->capabilityData_);
in OH_AVCapability_GetMaxSupportedInstances()
166
std::shared_ptr<
AVCodecInfo
> codecInfo = std::make_shared<
AVCodecInfo
>(capability->capabilityData_);
in OH_AVCapability_GetSupportedLevelsForProfile()
202
std::shared_ptr<
AVCodecInfo
> codecInfo = std::make_shared<
AVCodecInfo
>(capability->capabilityData_);
in OH_AVCapability_AreProfileAndLevelSupported()
528
std::shared_ptr<
AVCodecInfo
> codecInfo = std::make_shared<
AVCodecInfo
>(capabilit
in OH_AVCapability_IsFeatureSupported()
[all...]
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H
A
D
avcodec_info.h
195
class __attribute__((visibility("default")))
AVCodecInfo
{
class
197
explicit
AVCodecInfo
(CapabilityData *capabilityData);
198
~
AVCodecInfo
();
297
* @return Returns the pointer of {@link
AVCodecInfo
}.
301
std::shared_ptr<
AVCodecInfo
> GetCodecInfo();
500
* @return Returns the pointer of {@link
AVCodecInfo
}
504
std::shared_ptr<
AVCodecInfo
> GetCodecInfo();
/foundation/multimedia/av_codec/test/unittest/codeclist_test/
H
A
D
caps_unit_test.cpp
157
std::shared_ptr<
AVCodecInfo
> videoCodecCaps;
in CheckVideoCaps()
171
std::shared_ptr<
AVCodecInfo
> videoCodecCaps = videoCaps->GetCodecInfo();
in CheckAVDecH264()
203
std::shared_ptr<
AVCodecInfo
> videoCodecCaps = videoCaps->GetCodecInfo();
in CheckAVDecH263()
236
std::shared_ptr<
AVCodecInfo
> videoCodecCaps = videoCaps->GetCodecInfo();
in CheckAVDecMpeg2Video()
273
std::shared_ptr<
AVCodecInfo
> videoCodecCaps = videoCaps->GetCodecInfo();
in CheckAVDecMpeg4()
307
std::shared_ptr<
AVCodecInfo
> videoCodecCaps = videoCaps->GetCodecInfo();
in CheckAVDecAVC()
341
std::shared_ptr<
AVCodecInfo
> videoCodecCaps = videoCaps->GetCodecInfo();
in CheckAVEncAVC()
374
std::shared_ptr<
AVCodecInfo
> videoCodecCaps = videoCaps->GetCodecInfo();
in CheckAVEncMpeg4()
417
std::shared_ptr<
AVCodecInfo
> audioCodecCaps;
in CheckAudioCaps()
439
std::shared_ptr<
AVCodecInfo
> audioCodecCap
in CheckAVDecMP3()
[all...]
Completed in 8 milliseconds