HomeSort by relevance Sort by last modified time
    Searched refs:portIndex (Results 26 - 50 of 89) sorted by null

12 3 4

  /frameworks/av/media/libstagefright/codecs/amrwbenc/
SoftAMRWBEncoder.h 46 virtual void onQueueFilled(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/codecs/g711/dec/
SoftG711.h 40 virtual void onQueueFilled(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/codecs/gsm/dec/
SoftGSM.h 44 virtual void onQueueFilled(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...]
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIInput.cpp 51 void MIDIInput::didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp)
MIDIOutput.cpp 176 MIDIOutput* MIDIOutput::create(MIDIAccess* access, unsigned portIndex, const String& id, const String& manufacturer, const String& name, const String& version)
179 return adoptRefCountedGarbageCollectedWillBeNoop(new MIDIOutput(access, portIndex, id, manufacturer, name, version));
182 MIDIOutput::MIDIOutput(MIDIAccess* access, unsigned portIndex, const String& id, const String& manufacturer, const String& name, const String& version)
184 , m_portIndex(portIndex)
MIDIAccess.h 88 virtual void didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) OVERRIDE;
91 void sendMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStampInMilliseconds);
MIDIAccessInitializer.h 54 virtual void didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) OVERRIDE { }
  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder.h 44 virtual void onQueueFilled(OMX_U32 portIndex);
SoftAACEncoder2.h 43 virtual void onQueueFilled(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.h 50 virtual void onQueueFilled(OMX_U32 portIndex);
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderPAVC.h 32 virtual OMX_ERRORTYPE ProcessorFlush(OMX_U32 portIndex);
OMXVideoDecoderAVC.h 32 virtual OMX_ERRORTYPE ProcessorFlush(OMX_U32 portIndex);
  /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/codecs/hevcdec/
SoftHEVC.h 62 virtual void onQueueFilled(OMX_U32 portIndex);
63 virtual void onPortFlushCompleted(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,
  /frameworks/av/media/libstagefright/omx/
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/common/
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...]
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...]
  /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...]
  /frameworks/av/include/media/stagefright/
MediaCodec.h 276 void returnBuffersToCodecOnPort(int32_t portIndex);
277 size_t updateBuffers(int32_t portIndex, const sp<AMessage> &msg);
280 ssize_t dequeuePortBuffer(int32_t portIndex);
283 size_t portIndex, size_t index,
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.h 46 virtual void onQueueFilled(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/codecs/flac/enc/
SoftFlacEncoder.h 48 virtual void onQueueFilled(OMX_U32 portIndex);
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Android.cpp 588 OMX_U32 portIndex = pANBParams->nPortIndex;
598 if (portIndex >= pExynosComponent->portParam.nPorts) {
668 OMX_U32 portIndex = pANBParams->nPortIndex;
679 if (portIndex >= pExynosComponent->portParam.nPorts) {
684 pExynosPort = &pExynosComponent->pExynosPort[portIndex];
693 if ((portIndex == OUTPUT_PORT_INDEX) &&
699 } else if ((portIndex == OUTPUT_PORT_INDEX) &&
713 OMX_U32 portIndex = pANBParams->nPortIndex;
718 Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "%s: OMX_IndexParamUseAndroidNativeBuffer, portIndex: %d", __func__, portIndex);
    [all...]

Completed in 1028 milliseconds

12 3 4