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

123

/frameworks/av/media/libstagefright/include/
H A DOMXNodeInstance.h57 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, cons
[all...]
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 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 DOMXNodeInstance.cpp178 static inline const char *portString(OMX_U32 portIndex) { argument
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;
455 enableGraphicBuffers( OMX_U32 portIndex, OMX_BOOL enable) argument
481 getGraphicBufferUsage( OMX_U32 portIndex, OMX_U32* usage) argument
511 storeMetaDataInBuffers( OMX_U32 portIndex, OMX_BOOL enable, MetadataBufferType *type) argument
518 storeMetaDataInBuffers_l( OMX_U32 portIndex, OMX_BOOL enable, MetadataBufferType *type) argument
582 prepareForAdaptivePlayback( OMX_U32 portIndex, OMX_BOOL enable, OMX_U32 maxFrameWidth, OMX_U32 maxFrameHeight) argument
612 configureVideoTunnelMode( OMX_U32 portIndex, OMX_BOOL tunneled, OMX_U32 audioHwSync, native_handle_t **sidebandHandle) argument
654 useBuffer( OMX_U32 portIndex, const sp<IMemory> &params, OMX::buffer_id *buffer, OMX_U32 allottedSize) argument
698 useGraphicBuffer2_l( OMX_U32 portIndex, const sp<GraphicBuffer>& graphicBuffer, OMX::buffer_id *buffer) argument
750 useGraphicBuffer( OMX_U32 portIndex, const sp<GraphicBuffer>& graphicBuffer, OMX::buffer_id *buffer) argument
810 updateGraphicBufferInMeta_l( OMX_U32 portIndex, const sp<GraphicBuffer>& graphicBuffer, OMX::buffer_id buffer, OMX_BUFFERHEADERTYPE *header) argument
842 updateGraphicBufferInMeta( OMX_U32 portIndex, const sp<GraphicBuffer>& graphicBuffer, OMX::buffer_id buffer) argument
850 createGraphicBufferSource( OMX_U32 portIndex, sp<IGraphicBufferConsumer> bufferConsumer, MetadataBufferType *type) argument
911 createInputSurface( OMX_U32 portIndex, sp<IGraphicBufferProducer> *bufferProducer, MetadataBufferType *type) argument
951 setInputSurface( OMX_U32 portIndex, const sp<IGraphicBufferConsumer> &bufferConsumer, MetadataBufferType *type) argument
970 allocateBuffer( OMX_U32 portIndex, size_t size, OMX::buffer_id *buffer, void **buffer_data) argument
1008 allocateBufferWithBackup( OMX_U32 portIndex, const sp<IMemory> &params, OMX::buffer_id *buffer, OMX_U32 allottedSize) argument
1050 freeBuffer( OMX_U32 portIndex, OMX::buffer_id buffer) argument
1161 unbumpDebugLevel_l(size_t portIndex) argument
1171 storeFenceInMeta_l( OMX_BUFFERHEADERTYPE *header, int fenceFd, OMX_U32 portIndex) argument
1194 retrieveFenceFromMeta_l( OMX_BUFFERHEADERTYPE *header, OMX_U32 portIndex) argument
1295 setInternalOption( OMX_U32 portIndex, IOMX::InternalOptionType type, const void *data, size_t size) argument
1561 addActiveBuffer(OMX_U32 portIndex, OMX::buffer_id id) argument
1572 removeActiveBuffer( OMX_U32 portIndex, OMX::buffer_id id) argument
[all...]
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...]
/frameworks/av/media/libstagefright/codecs/gsm/dec/
H A DSoftGSM.h44 virtual void onQueueFilled(OMX_U32 portIndex);
46 virtual void onPortFlushCompleted(OMX_U32 portIndex);
/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/dec/
H A DSoftVPX.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/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 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);
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...]
H A DACodec.h188 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_
[all...]
/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.cpp717 void OMXCodec::setMinBufferSize(OMX_U32 portIndex, OMX_U32 size) { argument
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;
748 setVideoPortFormatType( OMX_U32 portIndex, OMX_VIDEO_CODINGTYPE compressionFormat, OMX_COLOR_FORMATTYPE colorFormat) argument
847 isColorFormatSupported( OMX_COLOR_FORMATTYPE colorFormat, int portIndex) argument
1626 allocateBuffersOnPort(OMX_U32 portIndex) argument
2395 OMX_U32 portIndex = data; local
2440 OMX_U32 portIndex = data; local
2460 OMX_U32 portIndex = data; local
2643 freeBuffersOnPort( OMX_U32 portIndex, bool onlyThoseWeOwn) argument
2674 freeBuffer(OMX_U32 portIndex, size_t bufIndex) argument
2705 onPortSettingsChanged(OMX_U32 portIndex) argument
2729 flushPortAsync(OMX_U32 portIndex) argument
2756 disablePortAsync(OMX_U32 portIndex) argument
2770 enablePortAsync(OMX_U32 portIndex) argument
3191 setRawAudioFormat( OMX_U32 portIndex, int32_t sampleRate, int32_t numChannels) argument
3276 OMX_U32 portIndex = mIsEncoder ? kPortIndexOutput : kPortIndexInput; local
3893 dumpPortStatus(OMX_U32 portIndex) argument
[all...]
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.h64 virtual void onQueueFilled(OMX_U32 portIndex);
65 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 1014 milliseconds

123