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:codecMode
(Results
1 - 10
of
10
) sorted by relevance
/foundation/multimedia/media_foundation/engine/include/pipeline/filters/codec/audio_decoder/
H
A
D
audio_decoder_filter.h
26
AudioDecoderFilter(const std::string& name, std::shared_ptr<CodecMode>
codecMode
);
/foundation/multimedia/media_foundation/engine/include/plugin/interface/
H
A
D
codec_plugin.h
137
CodecMode
codecMode
{CodecMode::SOFTWARE};
/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/audio_decoder/
H
A
D
audio_decoder_filter.cpp
42
AudioDecoderFilter::AudioDecoderFilter(const std::string& name, std::shared_ptr<CodecMode>
codecMode
)
in AudioDecoderFilter()
argument
49
codecMode_ = std::move(
codecMode
);
in AudioDecoderFilter()
/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/video_decoder/
H
A
D
video_decoder_filter.cpp
49
VideoDecoderFilter::VideoDecoderFilter(const std::string& name, std::shared_ptr<CodecMode>
codecMode
)
in VideoDecoderFilter()
argument
56
codecMode_ = std::move(
codecMode
);
in VideoDecoderFilter()
/foundation/multimedia/media_foundation/engine/include/pipeline/filters/codec/video_decoder/
H
A
D
video_decoder_filter.h
28
explicit VideoDecoderFilter(const std::string& name, std::shared_ptr<CodecMode>
codecMode
);
/foundation/multimedia/av_codec/services/dfx/include/
H
A
D
avcodec_sysevent.h
40
std::string
codecMode
;
member
/foundation/multimedia/av_codec/services/dfx/
H
A
D
avcodec_sysevent.cpp
64
"CODEC_MODE", codecDfxInfo.
codecMode
,
in CodecStartEventWrite()
/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H
A
D
hdi_codec_manager.cpp
86
def.
codecMode
= CodecMode::HARDWARE;
in RegisterCodecPlugins()
/foundation/multimedia/media_foundation/engine/plugin/core/
H
A
D
plugin_register.cpp
214
info->extra.insert({PLUGIN_INFO_EXTRA_CODEC_MODE, base.
codecMode
});
in InitCodecInfo()
/foundation/multimedia/av_codec/services/services/codec/server/
H
A
D
codec_server.cpp
1045
codecDfxInfo.
codecMode
= isSurfaceMode_ ? "Surface mode" : "Buffer Mode";
in GetCodecDfxInfo()
Completed in 13 milliseconds