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

12 3 4

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/
SoftAMRNBEncoder.h 41 virtual void onQueueFilled(OMX_U32 portIndex);
  /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);
  /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/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/
MIDIAccess.h 76 virtual void didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) OVERRIDE;
79 void sendMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStampInMilliseconds);
MIDIInput.cpp 54 void MIDIInput::didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp)
  /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/
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...]
ACodec.cpp 138 virtual PortMode getPortMode(OMX_U32 portIndex);
270 virtual PortMode getPortMode(OMX_U32 portIndex);
288 virtual PortMode getPortMode(OMX_U32 portIndex);
469 status_t ACodec::allocateBuffersOnPort(OMX_U32 portIndex) {
470 CHECK(portIndex == kPortIndexInput || portIndex == kPortIndexOutput);
472 CHECK(mDealer[portIndex] == NULL);
473 CHECK(mBuffers[portIndex].isEmpty());
476 if (mNativeWindow != NULL && portIndex == kPortIndexOutput) {
485 def.nPortIndex = portIndex;
    [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/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/media/libstagefright/codecs/flac/enc/
SoftFlacEncoder.h 48 virtual void onQueueFilled(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.h 44 virtual void onQueueFilled(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.h 88 virtual void onQueueFilled(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/include/
SoftVideoDecoderOMXComponent.h 48 virtual void onPortEnableCompleted(OMX_U32 portIndex, bool enabled);
  /frameworks/av/media/libstagefright/codecs/mp3dec/
SoftMP3.cpp 189 void SoftMP3::onQueueFilled(OMX_U32 portIndex) {
326 void SoftMP3::onPortFlushCompleted(OMX_U32 portIndex) {
327 if (portIndex == 0) {
335 void SoftMP3::onPortEnableCompleted(OMX_U32 portIndex, bool enabled) {
336 if (portIndex != 1) {
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Android.cpp 610 OMX_U32 portIndex = pANBParams->nPortIndex;
620 if (portIndex >= pExynosComponent->portParam.nPorts) {
690 OMX_U32 portIndex = pANBParams->nPortIndex;
701 if (portIndex >= pExynosComponent->portParam.nPorts) {
706 pExynosPort = &pExynosComponent->pExynosPort[portIndex];
715 if ((portIndex == OUTPUT_PORT_INDEX) &&
729 OMX_U32 portIndex = pANBParams->nPortIndex;
734 Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "%s: OMX_IndexParamUseAndroidNativeBuffer, portIndex: %d", __func__, portIndex);
742 if (portIndex >= pExynosComponent->portParam.nPorts)
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 303 void SoftAAC2::onQueueFilled(OMX_U32 portIndex) {
315 if (portIndex == 0 && mInputBufferCount == 0) {
579 void SoftAAC2::onPortFlushCompleted(OMX_U32 portIndex) {
580 if (portIndex == 0) {
612 void SoftAAC2::onPortEnableCompleted(OMX_U32 portIndex, bool enabled) {
613 if (portIndex != 1) {
  /frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.cpp 244 void SoftVorbis::onQueueFilled(OMX_U32 portIndex) {
252 if (portIndex == 0 && mInputBufferCount < 2) {
403 void SoftVorbis::onPortFlushCompleted(OMX_U32 portIndex) {
404 if (portIndex == 0 && mState != NULL) {
431 void SoftVorbis::onPortEnableCompleted(OMX_U32 portIndex, bool enabled) {
432 if (portIndex != 1) {

Completed in 3161 milliseconds

12 3 4