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

/frameworks/av/include/media/stagefright/
H A DMediaFilter.h111 kPortIndexInput = 0, enumerator in enum:android::MediaFilter::__anon74
H A DOMXCodec.h146 kPortIndexInput = 0, enumerator in enum:android::OMXCodec::__anon79
H A DACodec.h138 kPortIndexInput = 0, enumerator in enum:android::ACodec::__anon59
H A DMediaCodec.h198 kPortIndexInput = 0, enumerator in enum:android::MediaCodec::__anon68
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp40 static const OMX_U32 kPortIndexInput = 0; variable
86 mInputBuffersWithCodec.size(), mNumPortBuffers[kPortIndexInput], \
180 case kPortIndexInput: return "Input";
521 if (portIndex != kPortIndexInput && portIndex != kPortIndexOutput) {
690 if (bufferSource != NULL && portIndex == kPortIndexInput) {
814 if (portIndex != kPortIndexInput && portIndex != kPortIndexOutput) {
1001 if (bufferSource != NULL && portIndex == kPortIndexInput) {
1041 if (bufferSource != NULL && portIndex == kPortIndexInput) {
1115 if (mMetadataType[kPortIndexInput] == kMetadataBufferTypeGrallocSource
1154 mDebugLevelBumpPendingBuffers[kPortIndexInput]
[all...]

Completed in 318 milliseconds