OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PortInfo
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/include/
SimpleSoftOMXComponent.h
49
struct
PortInfo
{
76
PortInfo
*editPortInfo(OMX_U32 portIndex);
93
Vector<
PortInfo
> mPorts;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
Signature.java
44
private HashMap<String,
PortInfo
> mInputPorts = null;
45
private HashMap<String,
PortInfo
> mOutputPorts = null;
49
static class
PortInfo
{
53
public
PortInfo
() {
58
public
PortInfo
(int flags, FrameType type) {
94
addInputPort(name, new
PortInfo
(flags, type));
107
addOutputPort(name, new
PortInfo
(flags, type));
146
for (Entry<String,
PortInfo
> entry : mInputPorts.entrySet()) {
149
for (Entry<String,
PortInfo
> entry : mOutputPorts.entrySet()) {
161
PortInfo
getInputPortInfo(String name)
[
all
...]
Completed in 89 milliseconds