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:codecList
(Results
1 - 6
of
6
) sorted by relevance
/foundation/multimedia/av_codec/services/services/codeclist/client/
H
A
D
codeclist_client.cpp
30
std::shared_ptr<CodecListClient>
codecList
= std::make_shared<CodecListClient>(ipcProxy);
in Create()
local
31
return
codecList
;
in Create()
/foundation/distributedhardware/distributed_screen/screenhandler/src/
H
A
D
dscreen_handler.cpp
226
std::shared_ptr<MediaAVCodec::AVCodecList>
codecList
= MediaAVCodec::AVCodecListFactory::CreateAVCodecList();
in QueryCodecInfo()
local
227
if (
codecList
== nullptr) {
in QueryCodecInfo()
236
MediaAVCodec::CapabilityData *capData =
codecList
->GetCapability(coder, true,
in QueryCodecInfo()
/foundation/multimedia/av_codec/test/nativedemo/
H
A
D
av_codec_demo.cpp
290
auto
codecList
= std::make_unique<CodecListDemo>();
in RunCodecList()
local
291
if (
codecList
== nullptr) {
in RunCodecList()
295
codecList
->RunCase();
in RunCodecList()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H
A
D
dscreen.cpp
295
std::shared_ptr<MediaAVCodec::AVCodecList>
codecList
= MediaAVCodec::AVCodecListFactory::CreateAVCodecList();
in NegotiateCodecType()
local
296
if (
codecList
== nullptr) {
in NegotiateCodecType()
303
MediaAVCodec::CapabilityData *capData =
codecList
->GetCapability(coder, true,
in NegotiateCodecType()
/foundation/distributedhardware/distributed_screen/services/screendemo/
H
A
D
decoder_demo.cpp
195
std::shared_ptr<MediaAVCodec::AVCodecList>
codecList
= MediaAVCodec::AVCodecListFactory::CreateAVCodecList();
in CheckCodecType()
local
200
MediaAVCodec::CapabilityData *capData =
codecList
->GetCapability(coder, true,
in CheckCodecType()
/foundation/multimedia/av_codec/services/media_engine/filters/
H
A
D
decoder_surface_filter.cpp
847
std::shared_ptr<MediaAVCodec::AVCodecList>
codecList
= MediaAVCodec::AVCodecListFactory::CreateAVCodecList();
in ParseDecodeRateLimit()
local
848
if (
codecList
== nullptr) {
in ParseDecodeRateLimit()
859
MediaAVCodec::CapabilityData *capabilityData =
codecList
->GetCapability(codecMimeType_, false,
in ParseDecodeRateLimit()
Completed in 12 milliseconds