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:userCap
(Results
1 - 2
of
2
) sorted by relevance
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H
A
D
hcodec_list.cpp
145
CapabilityData
userCap
;
in HdiCapToUserCap()
local
146
userCap
.codecName = hdiCap.compName;
in HdiCapToUserCap()
147
userCap
.codecType = TypeConverter::HdiCodecTypeToInnerCodecType(hdiCap.type).value_or(AVCODEC_TYPE_NONE);
in HdiCapToUserCap()
148
userCap
.mimeType = TypeConverter::HdiRoleToMime(hdiCap.role);
in HdiCapToUserCap()
149
userCap
.isVendor = true;
in HdiCapToUserCap()
150
userCap
.maxInstance = hdiCap.maxInst;
in HdiCapToUserCap()
151
userCap
.bitrate = {hdiCap.bitRate.min, hdiCap.bitRate.max};
in HdiCapToUserCap()
152
userCap
.alignment = {hdiVideoCap.whAlignment.widthAlignment, hdiVideoCap.whAlignment.heightAlignment};
in HdiCapToUserCap()
153
userCap
.width = {hdiVideoCap.minSize.width, hdiVideoCap.maxSize.width};
in HdiCapToUserCap()
154
userCap
in HdiCapToUserCap()
231
GetCodecProfileLevels(const CodecCompCapability& hdiCap, CapabilityData&
userCap
)
GetCodecProfileLevels()
argument
256
GetSupportedFeatureParam(const CodecVideoPortCap& hdiVideoCap, CapabilityData&
userCap
)
GetSupportedFeatureParam()
argument
[all...]
H
A
D
hcodec_list.h
33
void GetCodecProfileLevels(const CodecHDI::CodecCompCapability& hdiCap, CapabilityData&
userCap
);
36
CapabilityData&
userCap
);
Completed in 1 milliseconds