HomeSort by relevance Sort by last modified time
    Searched full:portindex (Results 1 - 25 of 111) sorted by null

1 2 3 4 5

  /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, OMX_BOOL tunneled,
70 OMX_U32 portIndex, const sp<IMemory> &params,
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...]
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...]
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 323 OMX_U32 portIndex, OMX_BOOL enable) {
345 sizeof(EnableAndroidNativeBuffersParams), ver, portIndex, enable,
361 OMX_U32 portIndex, OMX_U32* usage) {
381 sizeof(GetAndroidNativeBufferUsageParams), ver, portIndex, 0,
398 OMX_U32 portIndex,
402 portIndex, enable,
407 OMX_U32 portIndex,
422 (useGraphicBuffer && portIndex == kPortIndexInput)
444 params.nPortIndex = portIndex;
455 OMX_U32 portIndex, OMX_BOOL enable, OMX_U32 maxFrameWidth
    [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/include/media/stagefright/
ACodec.h 224 status_t allocateBuffersOnPort(OMX_U32 portIndex);
225 status_t freeBuffersOnPort(OMX_U32 portIndex);
226 status_t freeBuffer(OMX_U32 portIndex, size_t i);
240 uint32_t portIndex, IOMX::buffer_id bufferID,
250 OMX_U32 portIndex,
263 OMX_U32 portIndex,
285 OMX_U32 portIndex, OMX_AUDIO_CODINGTYPE desiredFormat);
294 OMX_U32 portIndex, int32_t sampleRate, int32_t numChannels);
296 status_t setMinBufferSize(OMX_U32 portIndex, size_t size);
317 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/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/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 77 unsigned portIndex = m_outputs.size();
78 m_outputs.append(MIDIOutput::create(this, portIndex, id, manufacturer, name, version));
81 void MIDIAccess::didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp)
84 if (portIndex >= m_inputs.size())
95 m_inputs[portIndex]->didReceiveMIDIData(portIndex, data, length, timeStampInMilliseconds);
98 void MIDIAccess::sendMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStampInMilliseconds)
100 if (!data || !length || portIndex >= m_outputs.size())
117 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...]
  /external/chromium_org/content/shell/renderer/test_runner/
MockWebMIDIAccessor.h 28 virtual void sendMIDIData(unsigned 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/
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) {
936 int32_t portIndex;
937 CHECK(msg->findInt32("portIndex", &portIndex));
940 portIndex == kPortIndexInput ? "input" : "output");
942 CHECK(portIndex == kPortIndexInpu
    [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...]

Completed in 1140 milliseconds

1 2 3 4 5