OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kPortIndexInput
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libstagefright/omx/1.0/
WGraphicBufferSource.cpp
36
static const OMX_U32
kPortIndexInput
= 0;
166
def.nPortIndex =
kPortIndexInput
;
/frameworks/av/media/libstagefright/include/media/stagefright/
MediaFilter.h
91
kPortIndexInput
= 0,
ACodec.h
144
kPortIndexInput
= 0,
MediaCodec.h
227
kPortIndexInput
= 0,
/frameworks/av/media/libstagefright/omx/
OMXNodeInstance.cpp
50
static const OMX_U32
kPortIndexInput
= 0;
96
mInputBuffersWithCodec.size(), mNumPortBuffers[
kPortIndexInput
], \
110
mCopyToOmx(portIndex ==
kPortIndexInput
&& copy),
208
case
kPortIndexInput
: return "Input";
737
if (portIndex !=
kPortIndexInput
) {
915
if (portIndex !=
kPortIndexInput
&& portIndex != kPortIndexOutput) {
[
all
...]
Completed in 50 milliseconds