Searched defs:kPortIndexOutput (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DMediaFilter.h112 kPortIndexOutput = 1 enumerator in enum:android::MediaFilter::__anon79
H A DACodec.h160 kPortIndexOutput = 1 enumerator in enum:android::ACodec::__anon63
H A DMediaCodec.h206 kPortIndexOutput = 1, enumerator in enum:android::MediaCodec::__anon73
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp43 static const OMX_U32 kPortIndexOutput = 1; variable
89 mOutputBuffersWithCodec.size(), mNumPortBuffers[kPortIndexOutput]
186 case kPortIndexOutput: return "Output";
537 if (portIndex != kPortIndexInput && portIndex != kPortIndexOutput) {
584 if (err == OMX_ErrorUnsupportedIndex && portIndex == kPortIndexOutput) {
860 if (portIndex != kPortIndexInput && portIndex != kPortIndexOutput) {
904 portIndex == kPortIndexOutput /* updateCodecBuffer */);
917 if (portIndex != kPortIndexInput && portIndex != kPortIndexOutput) {
1209 OMX_BUFFERHEADERTYPE *header = findBufferHeader(buffer, kPortIndexOutput);
1219 status_t res = storeFenceInMeta_l(header, fenceFd, kPortIndexOutput);
[all...]

Completed in 129 milliseconds