/frameworks/av/media/libstagefright/include/ |
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, const sp<IMemory> ¶ms, 70 OMX_U32 portIndex, const sp<GraphicBuffer> &graphicBuffer, 74 OMX_U32 portIndex, const sp<GraphicBuffer> &graphicBuffer, 78 OMX_U32 portIndex, sp<IGraphicBufferProducer> *bufferProducer); 83 OMX_U32 portIndex, size_t size, OMX::buffer_id *buffer, 87 OMX_U32 portIndex, const sp<IMemory> ¶ms [all...] |
SimpleSoftOMXComponent.h | 69 virtual void onQueueFilled(OMX_U32 portIndex); 70 List<BufferInfo *> &getPortQueue(OMX_U32 portIndex); 72 virtual void onPortFlushCompleted(OMX_U32 portIndex); 73 virtual void onPortEnableCompleted(OMX_U32 portIndex, bool enabled); 76 PortInfo *editPortInfo(OMX_U32 portIndex); 109 OMX_U32 portIndex, 116 OMX_U32 portIndex, 121 OMX_U32 portIndex, 134 void onPortEnable(OMX_U32 portIndex, bool enable); 135 void onPortFlush(OMX_U32 portIndex, bool sendFlushComplete) [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 | 314 OMX_U32 portIndex, OMX_BOOL enable) { 336 sizeof(EnableAndroidNativeBuffersParams), ver, portIndex, enable, 352 OMX_U32 portIndex, OMX_U32* usage) { 372 sizeof(GetAndroidNativeBufferUsageParams), ver, portIndex, 0, 389 OMX_U32 portIndex, 392 return storeMetaDataInBuffers_l(portIndex, enable); 396 OMX_U32 portIndex, 416 params.nPortIndex = portIndex; 426 OMX_U32 portIndex, OMX_BOOL enable, OMX_U32 maxFrameWidth, 447 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/aacdec/ |
SoftAAC2.h | 41 virtual void onQueueFilled(OMX_U32 portIndex); 42 virtual void onPortFlushCompleted(OMX_U32 portIndex); 43 virtual void onPortEnableCompleted(OMX_U32 portIndex, bool enabled);
|
/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/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);
|
/frameworks/av/include/media/stagefright/ |
ACodec.h | 211 status_t allocateBuffersOnPort(OMX_U32 portIndex); 212 status_t freeBuffersOnPort(OMX_U32 portIndex); 213 status_t freeBuffer(OMX_U32 portIndex, size_t i); 227 uint32_t portIndex, IOMX::buffer_id bufferID, 234 OMX_U32 portIndex, 247 OMX_U32 portIndex, 257 OMX_U32 portIndex, OMX_AUDIO_CODINGTYPE desiredFormat); 266 OMX_U32 portIndex, int32_t sampleRate, int32_t numChannels); 268 status_t setMinBufferSize(OMX_U32 portIndex, size_t size); 288 bool allYourBuffersAreBelongToUs(OMX_U32 portIndex); [all...] |
OMXCodec.h | 254 OMX_U32 portIndex, 270 OMX_COLOR_FORMATTYPE colorFormat, int portIndex); 287 void setMinBufferSize(OMX_U32 portIndex, OMX_U32 size); 290 OMX_U32 portIndex, int32_t sampleRate, int32_t numChannels); 293 status_t allocateBuffersOnPort(OMX_U32 portIndex); 302 OMX_U32 portIndex, bool onlyThoseWeOwn = false); 304 status_t freeBuffer(OMX_U32 portIndex, size_t bufIndex); 323 bool flushPortAsync(OMX_U32 portIndex); 325 void disablePortAsync(OMX_U32 portIndex); 326 status_t enablePortAsync(OMX_U32 portIndex); [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/ |
MIDIAccess.cpp | 90 unsigned portIndex = m_outputs.size(); 91 m_outputs.append(MIDIOutput::create(this, portIndex, executionContext(), id, manufacturer, name, version)); 105 void MIDIAccess::didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) 109 if (m_hasAccess && portIndex < m_inputs.size()) { 118 m_inputs[portIndex]->didReceiveMIDIData(portIndex, data, length, timeStampInMilliseconds); 122 void MIDIAccess::sendMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStampInMilliseconds) 124 if (m_hasAccess && portIndex < m_outputs.size() && data && length > 1) { 140 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);
|
MIDIOutput.cpp | 40 PassRefPtr<MIDIOutput> MIDIOutput::create(MIDIAccess* access, unsigned portIndex, ExecutionContext* context, const String& id, const String& manufacturer, const String& name, const String& version) 43 RefPtr<MIDIOutput> output = adoptRef(new MIDIOutput(access, portIndex, context, id, manufacturer, name, version)); 48 MIDIOutput::MIDIOutput(MIDIAccess* access, unsigned portIndex, ExecutionContext* context, const String& id, const String& manufacturer, const String& name, const String& version) 51 , m_portIndex(portIndex)
|
/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 | 613 void OMXCodec::setMinBufferSize(OMX_U32 portIndex, OMX_U32 size) { 616 def.nPortIndex = portIndex; 622 if ((portIndex == kPortIndexInput && (mQuirks & kInputBufferSizesAreBogus)) 636 if (portIndex == kPortIndexInput 645 OMX_U32 portIndex, 650 format.nPortIndex = portIndex; 669 CODEC_LOGV("portIndex: %ld, index: %ld, eCompressionFormat=%d eColorFormat=%d", 670 portIndex, 743 OMX_COLOR_FORMATTYPE colorFormat, int portIndex) { 751 portFormat.nPortIndex = portIndex; [all...] |
MediaCodec.cpp | 371 msg->setInt32("portIndex", kPortIndexInput); 380 msg->setInt32("portIndex", kPortIndexOutput); 682 int32_t portIndex; 683 CHECK(msg->findInt32("portIndex", &portIndex)); 686 portIndex == kPortIndexInput ? "input" : "output"); 688 CHECK(portIndex == kPortIndexInput 689 || portIndex == kPortIndexOutput); 691 mPortBuffers[portIndex].clear(); 693 Vector<BufferInfo> *buffers = &mPortBuffers[portIndex]; [all...] |
/frameworks/av/media/libstagefright/codecs/on2/dec/ |
SoftVPX.h | 36 virtual void onQueueFilled(OMX_U32 portIndex);
|
/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...] |