HomeSort by relevance Sort by last modified time
    Searched refs:portIndex (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /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/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);
  /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/on2/dec/
SoftVPX.h 40 virtual void onQueueFilled(OMX_U32 portIndex);
41 virtual void onPortFlushCompleted(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...]
  /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);
  /frameworks/av/media/libstagefright/codecs/raw/
SoftRaw.h 42 virtual void onQueueFilled(OMX_U32 portIndex);
  /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);
  /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/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/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 49 virtual void onQueueFilled(OMX_U32 portIndex);
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderPAVC.h 32 virtual OMX_ERRORTYPE ProcessorFlush(OMX_U32 portIndex);
  /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

Completed in 331 milliseconds

1 2 3 4