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

1 2 3 4 5

  /frameworks/av/media/libstagefright/include/
OMXNodeInstance.h 57 status_t enableGraphicBuffers(OMX_U32 portIndex, OMX_BOOL enable);
59 status_t getGraphicBufferUsage(OMX_U32 portIndex, OMX_U32* usage);
62 OMX_U32 portIndex, OMX_BOOL enable, MetadataBufferType *type);
65 OMX_U32 portIndex, OMX_BOOL enable,
69 OMX_U32 portIndex, OMX_BOOL tunneled,
73 OMX_U32 portIndex, const sp<IMemory> &params,
77 OMX_U32 portIndex, const sp<GraphicBuffer> &graphicBuffer,
81 OMX_U32 portIndex, const sp<GraphicBuffer> &graphicBuffer,
85 OMX_U32 portIndex, sp<IGraphicBufferProducer> *bufferProducer,
93 OMX_U32 portIndex, const sp<IGraphicBufferConsumer> &bufferConsumer
    [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/
OMXNodeInstance.cpp 178 static inline const char *portString(OMX_U32 portIndex) {
179 switch (portIndex) {
456 OMX_U32 portIndex, OMX_BOOL enable) {
458 CLOG_CONFIG(enableGraphicBuffers, "%s:%u, %d", portString(portIndex), portIndex, enable);
472 params.nPortIndex = portIndex;
477 portString(portIndex), portIndex, enable);
482 OMX_U32 portIndex, OMX_U32* usage) {
497 params.nPortIndex = portIndex;
    [all...]
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...]
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 */,
  /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 332 LOGV("%s(): %s:%s:PortIndex %u: enter, nSizeBytes=%u\n", __FUNCTION__,
339 LOGV("%s(): %s:%s:PortIndex %u: exit done, already populated\n",
348 LOGE("%s(): %s:%s:PortIndex %u: exit failure, "
358 LOGE("%s(): %s:%s:PortIndex %u: exit failure, "
382 LOGV("%s(): %s:%s:PortIndex %u: a buffer allocated (%p:%u/%u)\n",
391 LOGV("%s(): %s:%s:PortIndex %u: allocate all buffers (%u)\n",
400 LOGV("%s(): %s:%s:PortIndex %u: exit done\n", __FUNCTION__,
413 LOGV("%s(): %s:%s:PortIndex %u: enter, nSizeBytes=%u\n", __FUNCTION__,
419 LOGV("%s(): %s:%s:PortIndex %u: exit done, already populated\n",
436 LOGE("%s(): %s:%s:PortIndex %u: exit failure,
    [all...]
  /frameworks/av/include/media/stagefright/
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);
303 OMX_U32 portIndex, bool onlyThoseWeOwn = false);
305 status_t freeBuffer(OMX_U32 portIndex, size_t bufIndex);
324 bool flushPortAsync(OMX_U32 portIndex);
326 void disablePortAsync(OMX_U32 portIndex);
327 status_t enablePortAsync(OMX_U32 portIndex);
    [all...]
ACodec.h 188 void dumpBuffers(OMX_U32 portIndex);
272 status_t allocateBuffersOnPort(OMX_U32 portIndex);
273 status_t freeBuffersOnPort(OMX_U32 portIndex);
274 status_t freeBuffer(OMX_U32 portIndex, size_t i);
300 uint32_t portIndex, IOMX::buffer_id bufferID,
310 OMX_U32 portIndex,
324 OMX_U32 portIndex,
348 OMX_U32 portIndex, OMX_AUDIO_CODINGTYPE desiredFormat);
357 OMX_U32 portIndex, int32_t sampleRate, int32_t numChannels);
362 status_t setMinBufferSize(OMX_U32 portIndex, size_t size)
    [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);
  /developers/samples/android/common/src/java/com/example/android/common/midi/
MidiPortWrapper.java 34 * @param portIndex
36 public MidiPortWrapper(MidiDeviceInfo info, int portType, int portIndex) {
39 mPortIndex = portIndex;
70 * @param portIndex
  /frameworks/av/media/libstagefright/codecs/gsm/dec/
SoftGSM.h 44 virtual void onQueueFilled(OMX_U32 portIndex);
46 virtual void onPortFlushCompleted(OMX_U32 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/dec/
SoftVPX.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);
  /frameworks/av/media/libstagefright/
OMXCodec.cpp 717 void OMXCodec::setMinBufferSize(OMX_U32 portIndex, OMX_U32 size) {
720 def.nPortIndex = portIndex;
726 if ((portIndex == kPortIndexInput && (mQuirks & kInputBufferSizesAreBogus))
740 if (portIndex == kPortIndexInput
749 OMX_U32 portIndex,
754 format.nPortIndex = portIndex;
773 CODEC_LOGV("portIndex: %u, index: %u, eCompressionFormat=%d eColorFormat=%d",
774 portIndex,
848 OMX_COLOR_FORMATTYPE colorFormat, int portIndex) {
856 portFormat.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,
  /frameworks/av/media/libstagefright/filters/
MediaFilter.cpp 228 status_t MediaFilter::allocateBuffersOnPort(OMX_U32 portIndex) {
229 CHECK(portIndex == kPortIndexInput || portIndex == kPortIndexOutput);
230 const bool isInput = portIndex == kPortIndexInput;
233 CHECK(mDealer[portIndex] == NULL);
234 CHECK(mBuffers[portIndex].isEmpty());
242 mDealer[portIndex] = new MemoryDealer(totalSize, "MediaFilter");
245 sp<IMemory> mem = mDealer[portIndex]->allocate(bufferSize);
256 mBuffers[portIndex].push_back(info);
260 &mBuffers[portIndex].editItemAt(i))
    [all...]
  /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/amrnb/enc/
SoftAMRNBEncoder.h 41 virtual void onQueueFilled(OMX_U32 portIndex);

Completed in 1654 milliseconds

1 2 3 4 5