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:SUPPORT_VCODEC
(Results
1 - 1
of
1
) sorted by relevance
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H
A
D
fcodec.cpp
65
}
SUPPORT_VCODEC
[] = {
member
68
constexpr uint32_t SUPPORT_VCODEC_NUM = sizeof(
SUPPORT_VCODEC
) / sizeof(
SUPPORT_VCODEC
[0]);
131
if (
SUPPORT_VCODEC
[i].codecName == codecName_) {
in Initialize()
132
fcodecName =
SUPPORT_VCODEC
[i].ffmpegCodec;
in Initialize()
133
mime =
SUPPORT_VCODEC
[i].mimeType;
in Initialize()
1452
capsData.codecName = static_cast<std::string>(
SUPPORT_VCODEC
[i].codecName);
in GetCodecCapability()
1453
capsData.mimeType = static_cast<std::string>(
SUPPORT_VCODEC
[i].mimeType);
in GetCodecCapability()
1454
capsData.codecType =
SUPPORT_VCODEC
[i].isEncoder ? AVCODEC_TYPE_VIDEO_ENCODER : AVCODEC_TYPE_VIDEO_DECODER;
in GetCodecCapability()
1473
if (
SUPPORT_VCODEC
[
in GetCodecCapability()
[all...]
Completed in 3 milliseconds