Searched refs:portIndex (Results 1 - 25 of 51) sorted by relevance

123

/frameworks/av/media/libstagefright/include/
H A DSimpleSoftOMXComponent.h74 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, boo
[all...]
H A DOMXNodeInstance.h55 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_
[all...]
H A DSoftOMXComponent.h75 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/
H A DSoftAMR.h40 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/
H A DSoftMP3.h42 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/vorbis/dec/
H A DSoftVorbis.h43 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/omx/
H A DSimpleSoftOMXComponent.cpp75 OMX_U32 portIndex; local
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...]
H A DOMXNodeInstance.cpp157 static inline const char *portString(OMX_U32 portIndex) { argument
158 switch (portIndex) {
433 OMX_U32 portIndex, OMX_BOOL enable) {
435 CLOG_CONFIG(enableGraphicBuffers, "%s:%u, %d", portString(portIndex), portIndex, enable);
449 params.nPortIndex = portIndex;
454 portString(portIndex), portIndex, enable);
459 OMX_U32 portIndex, OMX_U32* usage) {
474 params.nPortIndex = portIndex;
432 enableGraphicBuffers( OMX_U32 portIndex, OMX_BOOL enable) argument
458 getGraphicBufferUsage( OMX_U32 portIndex, OMX_U32* usage) argument
488 storeMetaDataInBuffers( OMX_U32 portIndex, OMX_BOOL enable) argument
498 storeMetaDataInBuffers_l( OMX_U32 portIndex, OMX_BOOL enable, OMX_BOOL useGraphicBuffer, OMX_BOOL *usingGraphicBufferInMetadata) argument
549 prepareForAdaptivePlayback( OMX_U32 portIndex, OMX_BOOL enable, OMX_U32 maxFrameWidth, OMX_U32 maxFrameHeight) argument
579 configureVideoTunnelMode( OMX_U32 portIndex, OMX_BOOL tunneled, OMX_U32 audioHwSync, native_handle_t **sidebandHandle) argument
621 useBuffer( OMX_U32 portIndex, const sp<IMemory> &params, OMX::buffer_id *buffer) argument
661 useGraphicBuffer2_l( OMX_U32 portIndex, const sp<GraphicBuffer>& graphicBuffer, OMX::buffer_id *buffer) argument
713 useGraphicBuffer( OMX_U32 portIndex, const sp<GraphicBuffer>& graphicBuffer, OMX::buffer_id *buffer) argument
773 updateGraphicBufferInMeta( OMX_U32 portIndex, const sp<GraphicBuffer>& graphicBuffer, OMX::buffer_id buffer) argument
790 createInputSurface( OMX_U32 portIndex, sp<IGraphicBufferProducer> *bufferProducer) argument
855 allocateBuffer( OMX_U32 portIndex, size_t size, OMX::buffer_id *buffer, void **buffer_data) argument
893 allocateBufferWithBackup( OMX_U32 portIndex, const sp<IMemory> &params, OMX::buffer_id *buffer) argument
933 freeBuffer( OMX_U32 portIndex, OMX::buffer_id buffer) argument
1007 unbumpDebugLevel_l(size_t portIndex) argument
1084 setInternalOption( OMX_U32 portIndex, IOMX::InternalOptionType type, const void *data, size_t size) argument
1322 addActiveBuffer(OMX_U32 portIndex, OMX::buffer_id id) argument
1333 removeActiveBuffer( OMX_U32 portIndex, OMX::buffer_id id) argument
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.h40 virtual void onQueueFilled(OMX_U32 portIndex);
41 virtual void onPortFlushCompleted(OMX_U32 portIndex);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.h38 virtual void onQueueFilled(OMX_U32 portIndex);
39 virtual void onPortFlushCompleted(OMX_U32 portIndex);
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.h40 virtual void onQueueFilled(OMX_U32 portIndex);
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.h42 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/
H A DSoftOpus.h57 virtual void onQueueFilled(OMX_U32 portIndex);
58 virtual void onPortFlushCompleted(OMX_U32 portIndex);
59 virtual void onPortEnableCompleted(OMX_U32 portIndex, bool enabled);
/frameworks/av/include/media/stagefright/
H A DACodec.h226 status_t allocateBuffersOnPort(OMX_U32 portIndex);
227 status_t freeBuffersOnPort(OMX_U32 portIndex);
228 status_t freeBuffer(OMX_U32 portIndex, size_t i);
242 uint32_t portIndex, IOMX::buffer_id bufferID,
252 OMX_U32 portIndex,
266 OMX_U32 portIndex,
290 OMX_U32 portIndex, OMX_AUDIO_CODINGTYPE desiredFormat);
299 OMX_U32 portIndex, int32_t sampleRate, int32_t numChannels);
301 status_t setMinBufferSize(OMX_U32 portIndex, size_t size);
322 bool allYourBuffersAreBelongToUs(OMX_U32 portIndex);
[all...]
H A DOMXCodec.h256 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/gsm/dec/
H A DSoftGSM.h44 virtual void onQueueFilled(OMX_U32 portIndex);
/frameworks/av/media/libstagefright/codecs/raw/
H A DSoftRaw.h42 virtual void onQueueFilled(OMX_U32 portIndex);
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder.h44 virtual void onQueueFilled(OMX_U32 portIndex);
H A DSoftAACEncoder2.h43 virtual void onQueueFilled(OMX_U32 portIndex);
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
H A DSoftAMRNBEncoder.h41 virtual void onQueueFilled(OMX_U32 portIndex);
/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.h46 virtual void onQueueFilled(OMX_U32 portIndex);
/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.h40 virtual void onQueueFilled(OMX_U32 portIndex);
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp709 void OMXCodec::setMinBufferSize(OMX_U32 portIndex, OMX_U32 size) { argument
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;
740 setVideoPortFormatType( OMX_U32 portIndex, OMX_VIDEO_CODINGTYPE compressionFormat, OMX_COLOR_FORMATTYPE colorFormat) argument
839 isColorFormatSupported( OMX_COLOR_FORMATTYPE colorFormat, int portIndex) argument
1618 allocateBuffersOnPort(OMX_U32 portIndex) argument
2584 OMX_U32 portIndex = data; local
2629 OMX_U32 portIndex = data; local
2649 OMX_U32 portIndex = data; local
2832 freeBuffersOnPort( OMX_U32 portIndex, bool onlyThoseWeOwn) argument
2863 freeBuffer(OMX_U32 portIndex, size_t bufIndex) argument
2894 onPortSettingsChanged(OMX_U32 portIndex) argument
2918 flushPortAsync(OMX_U32 portIndex) argument
2945 disablePortAsync(OMX_U32 portIndex) argument
2959 enablePortAsync(OMX_U32 portIndex) argument
3380 setRawAudioFormat( OMX_U32 portIndex, int32_t sampleRate, int32_t numChannels) argument
3465 OMX_U32 portIndex = mIsEncoder ? kPortIndexOutput : kPortIndexInput; local
4082 dumpPortStatus(OMX_U32 portIndex) argument
[all...]
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.h62 virtual void onQueueFilled(OMX_U32 portIndex);
63 virtual void onPortFlushCompleted(OMX_U32 portIndex);
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.h56 IOMX::node_id node, OMX_U32 portIndex,
61 IOMX::node_id node, OMX_U32 portIndex,

Completed in 2702 milliseconds

123