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

/frameworks/av/include/media/stagefright/
H A DMediaFilter.h112 kPortIndexOutput = 1 enumerator in enum:android::MediaFilter::__anon74
H A DOMXCodec.h147 kPortIndexOutput = 1 enumerator in enum:android::OMXCodec::__anon79
226 // A list of indices into mPortStatus[kPortIndexOutput] filled with data.
H A DACodec.h139 kPortIndexOutput = 1 enumerator in enum:android::ACodec::__anon59
H A DMediaCodec.h199 kPortIndexOutput = 1, enumerator in enum:android::MediaCodec::__anon68
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp41 static const OMX_U32 kPortIndexOutput = 1; variable
87 mOutputBuffersWithCodec.size(), mNumPortBuffers[kPortIndexOutput]
181 case kPortIndexOutput: return "Output";
521 if (portIndex != kPortIndexInput && portIndex != kPortIndexOutput) {
558 if (err == OMX_ErrorUnsupportedIndex && portIndex == kPortIndexOutput) {
814 if (portIndex != kPortIndexInput && portIndex != kPortIndexOutput) {
1080 status_t res = storeFenceInMeta_l(header, fenceFd, kPortIndexOutput);
1157 mDebugLevelBumpPendingBuffers[kPortIndexOutput] = numOutputBuffers;
1397 unbumpDebugLevel_l(kPortIndexOutput);
1543 int fenceFd = instance->retrieveFenceFromMeta_l(pBuffer, kPortIndexOutput);
[all...]

Completed in 59 milliseconds