OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kPortIndexOutput
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/media/libstagefright/
ACodec.cpp
593
mPortEOS[kPortIndexInput] = mPortEOS[
kPortIndexOutput
] = false;
597
mPortMode[
kPortIndexOutput
] = IOMX::kPortModePresetByteBuffer;
701
if (mPortEOS[kPortIndexInput] && !mPortEOS[
kPortIndexOutput
] &&
770
Vector<BufferInfo> &buffers = mBuffers[
kPortIndexOutput
];
854
CHECK(portIndex == kPortIndexInput || portIndex ==
kPortIndexOutput
);
860
if (mNativeWindow != NULL && portIndex ==
kPortIndexOutput
) {
[
all
...]
MediaCodec.cpp
[
all
...]
/frameworks/av/media/libstagefright/filters/
MediaFilter.cpp
211
CHECK(portIndex == kPortIndexInput || portIndex ==
kPortIndexOutput
);
338
if (mPortEOS[
kPortIndexOutput
]) {
363
mPortEOS[
kPortIndexOutput
] = true;
491
allocateBuffersOnPort(
kPortIndexOutput
);
503
mPortEOS[
kPortIndexOutput
] = false;
586
BufferInfo *info = findBufferByID(
kPortIndexOutput
, bufferID);
643
for (size_t i = 0; i < mBuffers[
kPortIndexOutput
].size(); ++i) {
644
BufferInfo *info = &mBuffers[
kPortIndexOutput
].editItemAt(i);
650
mPortEOS[
kPortIndexOutput
] = false;
726
Vector<BufferInfo> *outputBufs = &mBuffers[
kPortIndexOutput
];
[
all
...]
/frameworks/av/media/libstagefright/include/media/stagefright/
MediaFilter.h
92
kPortIndexOutput
= 1
ACodec.h
145
kPortIndexOutput
= 1
330
return (mPortMode[
kPortIndexOutput
] == IOMX::kPortModeDynamicANWBuffer) && !mIsEncoder;
334
return (mPortMode[
kPortIndexOutput
] == IOMX::kPortModePresetSecureBuffer) && mIsEncoder;
MediaCodec.h
228
kPortIndexOutput
= 1,
/frameworks/av/media/libstagefright/omx/
OMXNodeInstance.cpp
51
static const OMX_U32
kPortIndexOutput
= 1;
97
mOutputBuffersWithCodec.size(), mNumPortBuffers[
kPortIndexOutput
]
109
mCopyFromOmx(portIndex ==
kPortIndexOutput
&& copy),
209
case
kPortIndexOutput
: return "Output";
715
if (portIndex ==
kPortIndexOutput
) {
762
if (portIndex !=
kPortIndexOutput
) {
915
if (portIndex != kPortIndexInput && portIndex !=
kPortIndexOutput
) {
[
all
...]
Completed in 897 milliseconds