/frameworks/av/media/libstagefright/include/ |
SimpleSoftOMXComponent.h | 74 virtual void onQueueFilled(OMX_U32 portIndex); 75 List<BufferInfo *> &getPortQueue(OMX_U32 portIndex); 77 virtual void onPortFlushCompleted(OMX_U32 portIndex); 78 virtual void onPortEnableCompleted(OMX_U32 portIndex, bool enabled); 81 PortInfo *editPortInfo(OMX_U32 portIndex); 114 OMX_U32 portIndex, 121 OMX_U32 portIndex, 126 OMX_U32 portIndex, 139 void onPortEnable(OMX_U32 portIndex, bool enable); 140 void onPortFlush(OMX_U32 portIndex, bool sendFlushComplete) [all...] |
OMXNodeInstance.h | 55 status_t enableGraphicBuffers(OMX_U32 portIndex, OMX_BOOL enable); 57 status_t getGraphicBufferUsage(OMX_U32 portIndex, OMX_U32* usage); 59 status_t storeMetaDataInBuffers(OMX_U32 portIndex, OMX_BOOL enable); 62 OMX_U32 portIndex, OMX_BOOL enable, 66 OMX_U32 portIndex, OMX_BOOL tunneled, 70 OMX_U32 portIndex, const sp<IMemory> ¶ms, 74 OMX_U32 portIndex, const sp<GraphicBuffer> &graphicBuffer, 78 OMX_U32 portIndex, const sp<GraphicBuffer> &graphicBuffer, 82 OMX_U32 portIndex, sp<IGraphicBufferProducer> *bufferProducer); 87 OMX_U32 portIndex, size_t size, OMX::buffer_id *buffer [all...] |
SoftOMXComponent.h | 75 OMX_U32 portIndex, 82 OMX_U32 portIndex, 87 OMX_U32 portIndex, 139 OMX_U32 portIndex, 147 OMX_U32 portIndex, 153 OMX_U32 portIndex,
|
/frameworks/av/media/libstagefright/omx/ |
SimpleSoftOMXComponent.cpp | 75 OMX_U32 portIndex; 80 portIndex = ((OMX_PARAM_PORTDEFINITIONTYPE *)params)->nPortIndex; 86 portIndex = ((OMX_AUDIO_PARAM_PCMMODETYPE *)params)->nPortIndex; 92 portIndex = ((OMX_AUDIO_PARAM_AACPROFILETYPE *)params)->nPortIndex; 100 CHECK(portIndex < mPorts.size()); 102 return !mPorts.itemAt(portIndex).mDef.bEnabled; 187 OMX_U32 portIndex, 192 CHECK_LT(portIndex, mPorts.size()); 213 (*header)->nOutputPortIndex = portIndex; 214 (*header)->nInputPortIndex = portIndex; [all...] |
OMXNodeInstance.cpp | 157 static inline const char *portString(OMX_U32 portIndex) { 158 switch (portIndex) { 433 OMX_U32 portIndex, OMX_BOOL enable) { 435 CLOG_CONFIG(enableGraphicBuffers, "%s:%u, %d", portString(portIndex), portIndex, enable); 449 params.nPortIndex = portIndex; 454 portString(portIndex), portIndex, enable); 459 OMX_U32 portIndex, OMX_U32* usage) { 474 params.nPortIndex = portIndex; [all...] |
SoftOMXComponent.cpp | 187 OMX_U32 portIndex, 195 return me->useBuffer(buffer, portIndex, appPrivate, size, ptr); 202 OMX_U32 portIndex, 209 return me->allocateBuffer(buffer, portIndex, appPrivate, size); 215 OMX_U32 portIndex, 221 return me->freeBuffer(portIndex, buffer); 291 OMX_U32 /* portIndex */, 300 OMX_U32 /* portIndex */, 307 OMX_U32 /* portIndex */,
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/ |
Exynos_OMX_VencControl.c | 406 OMX_ERRORTYPE Exynos_OMX_FlushPort(OMX_COMPONENTTYPE *pOMXComponent, OMX_S32 portIndex) 419 pExynosPort = &pExynosComponent->pExynosPort[portIndex]; 422 Exynos_OSAL_Get_SemaphoreCount(pExynosComponent->pExynosPort[portIndex].bufferSemID, &semValue); 424 Exynos_OSAL_SemaphorePost(pExynosComponent->pExynosPort[portIndex].bufferSemID); 426 Exynos_OSAL_SemaphoreWait(pExynosComponent->pExynosPort[portIndex].bufferSemID); 432 if (portIndex == OUTPUT_PORT_INDEX) { 434 } else if (portIndex == INPUT_PORT_INDEX) { 443 if (portIndex == INPUT_PORT_INDEX) { 448 } else if (portIndex == OUTPUT_PORT_INDEX) { 458 if (portIndex == INPUT_PORT_INDEX) [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/dec/ |
SoftAMR.h | 40 virtual void onQueueFilled(OMX_U32 portIndex); 41 virtual void onPortFlushCompleted(OMX_U32 portIndex); 42 virtual void onPortEnableCompleted(OMX_U32 portIndex, bool enabled);
|
/frameworks/av/media/libstagefright/codecs/mp3dec/ |
SoftMP3.h | 42 virtual void onQueueFilled(OMX_U32 portIndex); 43 virtual void onPortFlushCompleted(OMX_U32 portIndex); 44 virtual void onPortEnableCompleted(OMX_U32 portIndex, bool enabled);
|
/frameworks/av/media/libstagefright/codecs/opus/dec/ |
SoftOpus.h | 57 virtual void onQueueFilled(OMX_U32 portIndex); 58 virtual void onPortFlushCompleted(OMX_U32 portIndex); 59 virtual void onPortEnableCompleted(OMX_U32 portIndex, bool enabled);
|
/frameworks/av/media/libstagefright/codecs/vorbis/dec/ |
SoftVorbis.h | 43 virtual void onQueueFilled(OMX_U32 portIndex); 44 virtual void onPortFlushCompleted(OMX_U32 portIndex); 45 virtual void onPortEnableCompleted(OMX_U32 portIndex, bool enabled);
|
/hardware/intel/common/wrs_omxil_core/base/src/ |
portbase.cpp | 331 LOGV("%s(): %s:%s:PortIndex %u: enter, nSizeBytes=%u\n", __FUNCTION__, 338 LOGV("%s(): %s:%s:PortIndex %u: exit done, already populated\n", 347 LOGE("%s(): %s:%s:PortIndex %u: exit failure, " 357 LOGE("%s(): %s:%s:PortIndex %u: exit failure, " 381 LOGV("%s(): %s:%s:PortIndex %u: a buffer allocated (%p:%u/%u)\n", 390 LOGV("%s(): %s:%s:PortIndex %u: allocate all buffers (%u)\n", 399 LOGV("%s(): %s:%s:PortIndex %u: exit done\n", __FUNCTION__, 412 LOGV("%s(): %s:%s:PortIndex %u: enter, nSizeBytes=%u\n", __FUNCTION__, 418 LOGV("%s(): %s:%s:PortIndex %u: exit done, already populated\n", 435 LOGE("%s(): %s:%s:PortIndex %u: exit failure, [all...] |
/frameworks/av/include/media/stagefright/ |
ACodec.h | 226 status_t allocateBuffersOnPort(OMX_U32 portIndex); 227 status_t freeBuffersOnPort(OMX_U32 portIndex); 228 status_t freeBuffer(OMX_U32 portIndex, size_t i); 242 uint32_t portIndex, IOMX::buffer_id bufferID, 252 OMX_U32 portIndex, 266 OMX_U32 portIndex, 290 OMX_U32 portIndex, OMX_AUDIO_CODINGTYPE desiredFormat); 299 OMX_U32 portIndex, int32_t sampleRate, int32_t numChannels); 301 status_t setMinBufferSize(OMX_U32 portIndex, size_t size); 322 bool allYourBuffersAreBelongToUs(OMX_U32 portIndex); [all...] |
OMXCodec.h | 256 OMX_U32 portIndex, 272 OMX_COLOR_FORMATTYPE colorFormat, int portIndex); 289 void setMinBufferSize(OMX_U32 portIndex, OMX_U32 size); 292 OMX_U32 portIndex, int32_t sampleRate, int32_t numChannels); 295 status_t allocateBuffersOnPort(OMX_U32 portIndex); 304 OMX_U32 portIndex, bool onlyThoseWeOwn = false); 306 status_t freeBuffer(OMX_U32 portIndex, size_t bufIndex); 325 bool flushPortAsync(OMX_U32 portIndex); 327 void disablePortAsync(OMX_U32 portIndex); 328 status_t enablePortAsync(OMX_U32 portIndex); [all...] |
/frameworks/av/media/libstagefright/codecs/aacdec/ |
SoftAAC2.h | 42 virtual void onQueueFilled(OMX_U32 portIndex); 43 virtual void onPortFlushCompleted(OMX_U32 portIndex); 44 virtual void onPortEnableCompleted(OMX_U32 portIndex, bool enabled);
|
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/ |
MIDIAccess.cpp | 107 unsigned portIndex = m_outputs.size(); 108 m_outputs.append(MIDIOutput::create(this, portIndex, id, manufacturer, name, version)); 111 void MIDIAccess::didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) 114 if (portIndex >= m_inputs.size()) 125 m_inputs[portIndex]->didReceiveMIDIData(portIndex, data, length, timeStampInMilliseconds); 128 void MIDIAccess::sendMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStampInMilliseconds) 130 if (!data || !length || portIndex >= m_outputs.size()) 147 m_accessor->sendMIDIData(portIndex, data, length, timeStamp);
|
MIDIAccessor.cpp | 63 void MIDIAccessor::sendMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) 65 m_accessor->sendMIDIData(portIndex, data, length, timeStamp); 83 void MIDIAccessor::didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) 85 m_client->didReceiveMIDIData(portIndex, data, length, timeStamp);
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/ |
SoftMPEG4.h | 40 virtual void onQueueFilled(OMX_U32 portIndex); 41 virtual void onPortFlushCompleted(OMX_U32 portIndex);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/ |
SoftAVC.h | 38 virtual void onQueueFilled(OMX_U32 portIndex); 39 virtual void onPortFlushCompleted(OMX_U32 portIndex);
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/ |
Exynos_OMX_Basecomponent.c | 589 OMX_U32 messageType = 0, portIndex = 0; 625 portIndex = message->messageParam; 626 pExynosComponent->pExynosPort[portIndex].markType.hMarkTargetComponent = ((OMX_MARKTYPE *)message->pCmdData)->hMarkTargetComponent; 627 pExynosComponent->pExynosPort[portIndex].markType.pMarkData = ((OMX_MARKTYPE *)message->pCmdData)->pMarkData; 700 OMX_S32 portIndex = nParam; 706 if ((portIndex != ALL_PORT_INDEX) && 707 ((OMX_S32)portIndex >= (OMX_S32)pExynosComponent->portParam.nPorts)) { 715 cnt = (portIndex == ALL_PORT_INDEX ) ? ALL_PORT_NUM : 1; 717 if (portIndex == ALL_PORT_INDEX) 720 index = portIndex; [all...] |
Exynos_OMX_Baseport.c | 96 OMX_S32 portIndex = 0; 121 portIndex = i; 123 portIndex = nPortIndex; 125 pExynosComponent->exynos_BufferFlush(pOMXComponent, portIndex, bEvent); 142 OMX_ERRORTYPE Exynos_OMX_EnablePort(OMX_COMPONENTTYPE *pOMXComponent, OMX_S32 portIndex) 151 pExynosPort = &pExynosComponent->pExynosPort[portIndex]; 177 OMX_S32 portIndex = 0; 201 portIndex = i; 203 portIndex = nPortIndex; 205 ret = Exynos_OMX_EnablePort(pOMXComponent, portIndex); [all...] |
/frameworks/av/media/libstagefright/ |
OMXCodec.cpp | 709 void OMXCodec::setMinBufferSize(OMX_U32 portIndex, OMX_U32 size) { 712 def.nPortIndex = portIndex; 718 if ((portIndex == kPortIndexInput && (mQuirks & kInputBufferSizesAreBogus)) 732 if (portIndex == kPortIndexInput 741 OMX_U32 portIndex, 746 format.nPortIndex = portIndex; 765 CODEC_LOGV("portIndex: %u, index: %u, eCompressionFormat=%d eColorFormat=%d", 766 portIndex, 840 OMX_COLOR_FORMATTYPE colorFormat, int portIndex) { 848 portFormat.nPortIndex = portIndex; [all...] |
MediaCodec.cpp | 539 msg->setInt32("portIndex", kPortIndexInput); 548 msg->setInt32("portIndex", kPortIndexOutput); 575 size_t portIndex, size_t index, 588 Vector<BufferInfo> *buffers = &mPortBuffers[portIndex]; 593 if (portIndex == kPortIndexInput && mCrypto != NULL) { 941 int32_t portIndex; 942 CHECK(msg->findInt32("portIndex", &portIndex)); 945 portIndex == kPortIndexInput ? "input" : "output"); 947 CHECK(portIndex == kPortIndexInpu [all...] |
/frameworks/av/media/libstagefright/omx/tests/ |
OMXHarness.h | 56 IOMX::node_id node, OMX_U32 portIndex, 61 IOMX::node_id node, OMX_U32 portIndex,
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/ |
Exynos_OMX_VdecControl.c | 412 OMX_ERRORTYPE Exynos_OMX_FlushPort(OMX_COMPONENTTYPE *pOMXComponent, OMX_S32 portIndex) 426 pExynosPort = &pExynosComponent->pExynosPort[portIndex]; 429 Exynos_OSAL_Get_SemaphoreCount(pExynosComponent->pExynosPort[portIndex].bufferSemID, &semValue); 431 Exynos_OSAL_SemaphorePost(pExynosComponent->pExynosPort[portIndex].bufferSemID); 433 Exynos_OSAL_SemaphoreWait(pExynosComponent->pExynosPort[portIndex].bufferSemID); 439 if (portIndex == OUTPUT_PORT_INDEX) { 441 } else if (portIndex == INPUT_PORT_INDEX) { 450 if (portIndex == INPUT_PORT_INDEX) { 455 } else if (portIndex == OUTPUT_PORT_INDEX) { 465 if (portIndex == INPUT_PORT_INDEX) [all...] |