Home
last modified time | relevance | path

Searched refs:kPortIndexInput (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/media/libstagefright/filters/
DMediaFilter.cpp322 CHECK(portIndex == kPortIndexInput || portIndex == kPortIndexOutput); in allocateBuffersOnPort()
323 const bool isInput = portIndex == kPortIndexInput; in allocateBuffersOnPort()
384 if (mPortEOS[kPortIndexInput]) { in postFillThisBuffer()
422 if (mPortEOS[kPortIndexInput]) { in requestFillEmptyInput()
426 for (size_t i = 0; i < mBuffers[kPortIndexInput].size(); ++i) { in requestFillEmptyInput()
427 BufferInfo *info = &mBuffers[kPortIndexInput].editItemAt(i); in requestFillEmptyInput()
592 allocateBuffersOnPort(kPortIndexInput); in onStart()
605 mPortEOS[kPortIndexInput] = false; in onStart()
619 BufferInfo *info = findBuffer(kPortIndexInput, buffer, &index); in onInputBufferFilled()
660 mPortEOS[kPortIndexInput] = true; in onInputBufferFilled()
[all …]
/frameworks/av/media/libstagefright/
DACodec.cpp610 mPortEOS[kPortIndexInput] = mPortEOS[kPortIndexOutput] = false; in ACodec()
613 mPortMode[kPortIndexInput] = IOMX::kPortModePresetByteBuffer; in ACodec()
718 if (mPortEOS[kPortIndexInput] && !mPortEOS[kPortIndexOutput] && in signalSubmitOutputMetadataBufferIfEOS_workaround()
742 if (mBuffers[kPortIndexInput].size() == 0) { in handleSetSurface()
860 portIndex == kPortIndexInput ? "input" : "output", in setPortMode()
871 CHECK(portIndex == kPortIndexInput || portIndex == kPortIndexOutput); in allocateBuffersOnPort()
908 if (portIndex == kPortIndexInput) { in allocateBuffersOnPort()
923 portIndex == kPortIndexInput ? "input" : "output"); in allocateBuffersOnPort()
952 portIndex == kPortIndexInput ? mInputFormat : mOutputFormat; in allocateBuffersOnPort()
1054 if (portIndex == kPortIndexInput) { in allocateBuffersOnPort()
[all …]
DMediaCodec.cpp2322 return hasPendingBuffer(kPortIndexInput) || hasPendingBuffer(kPortIndexOutput); in hasPendingBuffer()
2669 msg->setInt32("portIndex", kPortIndexInput); in getInputBuffers()
2697 return getBufferAndFormat(kPortIndexInput, index, buffer, &format); in getInputBuffer()
2899 ssize_t index = dequeuePortBuffer(kPortIndexInput); in handleDequeueInputBuffer()
3438 /* size_t index = */updateBuffers(kPortIndexInput, msg); in onMessageReceived()
3443 returnBuffersToCodecOnPort(kPortIndexInput); in onMessageReceived()
3448 ssize_t index = dequeuePortBuffer(kPortIndexInput); in onMessageReceived()
3471 ssize_t index = dequeuePortBuffer(kPortIndexInput); in onMessageReceived()
4307 if (portIndex != kPortIndexInput || !mHaveInputSurface) { in onMessageReceived()
4308 if (portIndex == kPortIndexInput) { in onMessageReceived()
[all …]
/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp52 static const OMX_U32 kPortIndexInput = 0; variable
98 mInputBuffersWithCodec.size(), mNumPortBuffers[kPortIndexInput], \
112 mCopyToOmx(portIndex == kPortIndexInput && copy), in BufferMeta()
210 case kPortIndexInput: return "Input"; in portString()
822 if (portIndex != kPortIndexInput) { in setPortMode()
1000 if (portIndex != kPortIndexInput && portIndex != kPortIndexOutput) { in storeMetaDataInBuffers_l()
1299 (portIndex == kPortIndexInput) in useBuffer_l()
1364 if (bufferSource != NULL && portIndex == kPortIndexInput) { in useBuffer_l()
1538 if (portIndex != kPortIndexInput && portIndex != kPortIndexOutput) { in updateGraphicBufferInMeta_l()
1578 if (portIndex != kPortIndexInput && portIndex != kPortIndexOutput) { in updateNativeHandleInMeta_l()
[all …]
/frameworks/av/media/libstagefright/omx/1.0/
DWGraphicBufferSource.cpp41 static const OMX_U32 kPortIndexInput = 0; variable
171 def.nPortIndex = kPortIndexInput; in configure()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaFilter.h91 kPortIndexInput = 0, enumerator
DACodec.h156 kPortIndexInput = 0, enumerator
DMediaCodec.h317 kPortIndexInput = 0, enumerator
/frameworks/av/media/codec2/sfplugin/
DC2OMXNode.cpp50 constexpr OMX_U32 kPortIndexInput = 0; variable
237 if (pDef->nPortIndex != kPortIndexInput) { in getParameter()
DCCodec.cpp251 constexpr OMX_U32 kPortIndexInput = 0; in start() local
254 param.nPortIndex = kPortIndexInput; in start()