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::__anon81
H A DACodec.h160 kPortIndexOutput = 1 enumerator in enum:android::ACodec::__anon64
H A DMediaCodec.h206 kPortIndexOutput = 1, enumerator in enum:android::MediaCodec::__anon75
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp43 static const OMX_U32 kPortIndexOutput = 1; variable
89 mOutputBuffersWithCodec.size(), mNumPortBuffers[kPortIndexOutput]
200 case kPortIndexOutput: return "Output";
639 if (portIndex != kPortIndexInput && portIndex != kPortIndexOutput) {
686 if (err == OMX_ErrorUnsupportedIndex && portIndex == kPortIndexOutput) {
1008 if (portIndex != kPortIndexInput && portIndex != kPortIndexOutput) {
1065 if (portIndex != kPortIndexInput && portIndex != kPortIndexOutput) {
1341 (portIndex == kPortIndexOutput) && copy /* copyFromOmx */,
1403 OMX_BUFFERHEADERTYPE *header = findBufferHeader(buffer, kPortIndexOutput);
1413 status_t res = storeFenceInMeta_l(header, fenceFd, kPortIndexOutput);
[all...]

Completed in 245 milliseconds