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:capList
(Results
1 - 8
of
8
) sorted by relevance
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H
A
D
image_codec_list.cpp
83
std::vector<CodecCompCapability>
capList
(compCnt);
in GetCapList()
84
ret = mnger->GetComponentCapabilityList(
capList
, compCnt);
in GetCapList()
89
if (
capList
.empty()) {
in GetCapList()
92
LOGD("GetComponentCapabilityList return %{public}zu components",
capList
.size());
in GetCapList()
94
return
capList
;
in GetCapList()
H
A
D
image_codec.cpp
38
vector<CodecCompCapability>
capList
= GetCapList();
in Create()
local
41
for (const auto& cap :
capList
) {
in Create()
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H
A
D
hcodec_list.cpp
106
std::vector<CodecCompCapability>
capList
(compCnt);
in GetCapList()
107
ret = mnger->GetComponentCapabilityList(
capList
, compCnt);
in GetCapList()
112
if (
capList
.empty()) {
in GetCapList()
115
LOGI("GetComponentCapabilityList return %zu components",
capList
.size());
in GetCapList()
117
return
capList
;
in GetCapList()
123
vector<CodecCompCapability>
capList
= GetCapList();
in GetCapabilityList()
local
124
for (const CodecCompCapability& one :
capList
) {
in GetCapabilityList()
H
A
D
hcodec.cpp
46
vector<CodecCompCapability>
capList
= GetCapList();
in Create()
local
48
for (const auto& cap :
capList
) {
in Create()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H
A
D
image_packer.cpp
77
std::vector<HDI::Codec::V3_0::CodecCompCapability>
capList
(compCnt);
in IsSupportHeifEncode()
78
ret = manager->GetComponentCapabilityList(
capList
, compCnt);
in IsSupportHeifEncode()
79
if (ret != HDF_SUCCESS ||
capList
.empty()) {
in IsSupportHeifEncode()
82
for (const auto& cap :
capList
) {
in IsSupportHeifEncode()
H
A
D
image_source.cpp
346
std::vector<HDI::Codec::V3_0::CodecCompCapability>
capList
(compCnt);
in IsSupportHeif()
347
ret = manager->GetComponentCapabilityList(
capList
, compCnt);
in IsSupportHeif()
348
if (ret != HDF_SUCCESS ||
capList
.empty()) {
in IsSupportHeif()
351
for (const auto& cap :
capList
) {
in IsSupportHeif()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H
A
D
jpeg_hw_decoder.cpp
115
std::vector<CodecImageCapability>
capList
;
in IsHardwareDecodeSupported()
local
116
auto ret = hwDecoder_->GetImageCapability(
capList
);
in IsHardwareDecodeSupported()
122
for (const CodecImageCapability& cap :
capList
) {
in IsHardwareDecodeSupported()
H
A
D
heif_hw_decoder.cpp
125
vector<CodecCompCapability>
capList
= GetCapList();
in IsHardwareDecodeSupported()
local
126
auto it = find_if(
capList
.begin(),
capList
.end(), [decoderName](const CodecCompCapability& cap) {
in IsHardwareDecodeSupported()
129
if (it ==
capList
.end()) {
in IsHardwareDecodeSupported()
Completed in 12 milliseconds