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:portInfo
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H
A
D
codec_port.cpp
73
Status CodecPort::QueryParam(PortInfo&
portInfo
)
in QueryParam()
argument
78
portInfo
.bufferCount = portDef_.nBufferCountActual;
in QueryParam()
79
portInfo
.bufferSize = portDef_.nBufferSize;
in QueryParam()
80
portInfo
.enabled = portDef_.bEnabled;
in QueryParam()
H
A
D
hdi_codec_adapter.cpp
382
PortInfo
portInfo
;
in ConfigOmx()
local
383
inCodecPort_->QueryParam(
portInfo
);
in ConfigOmx()
384
inBufferCnt_ =
portInfo
.bufferCount;
in ConfigOmx()
385
inBufferSize_ =
portInfo
.bufferSize;
in ConfigOmx()
387
if (!
portInfo
.enabled) {
in ConfigOmx()
391
outCodecPort_->QueryParam(
portInfo
);
in ConfigOmx()
392
outBufferCnt_ =
portInfo
.bufferCount;
in ConfigOmx()
393
outBufferSize_ =
portInfo
.bufferSize;
in ConfigOmx()
396
if (!
portInfo
.enabled) {
in ConfigOmx()
H
A
D
codec_port.h
41
Status QueryParam(PortInfo&
portInfo
);
/foundation/multimedia/media_foundation/engine/pipeline/filters/demux/
H
A
D
demuxer_filter.cpp
162
PortInfo
portInfo
;
in Stop()
local
163
portInfo
.type = PortType::OUT;
in Stop()
164
portInfo
.ports.reserve(outPorts_.size());
in Stop()
166
portInfo
.ports.push_back({outPort->GetName(), false});
in Stop()
169
callback_->OnCallback(FilterCallbackType::PORT_REMOVE, static_cast<Filter*>(this),
portInfo
);
in Stop()
451
PortInfo
portInfo
;
in PrepareStreams()
local
452
portInfo
.type = PortType::OUT;
in PrepareStreams()
453
portInfo
.ports.reserve(streamCnt);
in PrepareStreams()
479
portInfo
.ports.push_back({port->GetName(), IsRawAudio(mime)});
in PrepareStreams()
482
if (
portInfo
in PrepareStreams()
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H
A
D
audio_policy_service.cpp
1021
for (const auto &
portInfo
: moduleInfo.ports) {
in SetOffloadAvailableFromXML()
1022
if ((
portInfo
.adapterName == "primary") && (
portInfo
.offloadEnable == "1")) {
in SetOffloadAvailableFromXML()
Completed in 19 milliseconds