Home
last modified time | relevance | path

Searched defs:portIndex (Results 1 – 24 of 24) sorted by relevance

/frameworks/av/media/libstagefright/omx/
DSimpleSoftOMXComponent.cpp75 OMX_U32 portIndex; in isSetParameterAllowed() local
187 OMX_U32 portIndex, in useBuffer()
240 OMX_U32 portIndex, in allocateBuffer()
262 OMX_U32 portIndex, in freeBuffer()
358 size_t portIndex = (kWhatEmptyThisBuffer == msgType)? in onMessageReceived() local
453 void SimpleSoftOMXComponent::onPortEnable(OMX_U32 portIndex, bool enable) { in onPortEnable()
488 OMX_U32 portIndex, bool sendFlushComplete) { in onPortFlush()
623 void SimpleSoftOMXComponent::onQueueFilled(OMX_U32 portIndex) { in onQueueFilled()
626 void SimpleSoftOMXComponent::onPortFlushCompleted(OMX_U32 portIndex) { in onPortFlushCompleted()
630 OMX_U32 portIndex, bool enabled) { in onPortEnableCompleted()
[all …]
DOMXNodeInstance.cpp278 OMX_U32 portIndex, OMX_BOOL enable) { in enableGraphicBuffers()
315 OMX_U32 portIndex, OMX_U32* usage) { in getGraphicBufferUsage()
354 OMX_U32 portIndex, in storeMetaDataInBuffers()
385 OMX_U32 portIndex, const sp<IMemory> &params, in useBuffer()
418 OMX_U32 portIndex, const sp<GraphicBuffer>& graphicBuffer, in useGraphicBuffer2_l()
472 OMX_U32 portIndex, const sp<GraphicBuffer>& graphicBuffer, in useGraphicBuffer()
534 OMX_U32 portIndex, size_t size, OMX::buffer_id *buffer, in allocateBuffer()
567 OMX_U32 portIndex, const sp<IMemory> &params, in allocateBufferWithBackup()
599 OMX_U32 portIndex, OMX::buffer_id buffer) { in freeBuffer()
725 void OMXNodeInstance::addActiveBuffer(OMX_U32 portIndex, OMX::buffer_id id) { in addActiveBuffer()
[all …]
DSoftOMXComponent.cpp187 OMX_U32 portIndex, in UseBufferWrapper()
202 OMX_U32 portIndex, in AllocateBufferWrapper()
215 OMX_U32 portIndex, in FreeBufferWrapper()
291 OMX_U32 portIndex, in useBuffer()
300 OMX_U32 portIndex, in allocateBuffer()
307 OMX_U32 portIndex, in freeBuffer()
/frameworks/av/media/libstagefright/codecs/mp3dec/
DSoftMP3.cpp174 void SoftMP3::onQueueFilled(OMX_U32 portIndex) { in onQueueFilled()
299 void SoftMP3::onPortFlushCompleted(OMX_U32 portIndex) { in onPortFlushCompleted()
308 void SoftMP3::onPortEnableCompleted(OMX_U32 portIndex, bool enabled) { in onPortEnableCompleted()
/frameworks/av/media/libstagefright/codecs/on2/dec/
DSoftVPX.cpp222 void SoftVPX::onQueueFilled(OMX_U32 portIndex) { in onQueueFilled()
328 void SoftVPX::onPortFlushCompleted(OMX_U32 portIndex) { in onPortFlushCompleted()
331 void SoftVPX::onPortEnableCompleted(OMX_U32 portIndex, bool enabled) { in onPortEnableCompleted()
/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC.cpp259 void SoftAAC::onQueueFilled(OMX_U32 portIndex) { in onQueueFilled()
513 void SoftAAC::onPortFlushCompleted(OMX_U32 portIndex) { in onPortFlushCompleted()
521 void SoftAAC::onPortEnableCompleted(OMX_U32 portIndex, bool enabled) { in onPortEnableCompleted()
DSoftAAC2.cpp262 void SoftAAC2::onQueueFilled(OMX_U32 portIndex) { in onQueueFilled()
530 void SoftAAC2::onPortFlushCompleted(OMX_U32 portIndex) { in onPortFlushCompleted()
539 void SoftAAC2::onPortEnableCompleted(OMX_U32 portIndex, bool enabled) { in onPortEnableCompleted()
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
DSoftAMR.cpp277 void SoftAMR::onQueueFilled(OMX_U32 portIndex) { in onQueueFilled()
431 void SoftAMR::onPortFlushCompleted(OMX_U32 portIndex) { in onPortFlushCompleted()
434 void SoftAMR::onPortEnableCompleted(OMX_U32 portIndex, bool enabled) { in onPortEnableCompleted()
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
DSoftVorbis.cpp244 void SoftVorbis::onQueueFilled(OMX_U32 portIndex) { in onQueueFilled()
403 void SoftVorbis::onPortFlushCompleted(OMX_U32 portIndex) { in onPortFlushCompleted()
413 void SoftVorbis::onPortEnableCompleted(OMX_U32 portIndex, bool enabled) { in onPortEnableCompleted()
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
DSoftMPEG4.cpp312 void SoftMPEG4::onQueueFilled(OMX_U32 portIndex) { in onQueueFilled()
538 void SoftMPEG4::onPortFlushCompleted(OMX_U32 portIndex) { in onPortFlushCompleted()
544 void SoftMPEG4::onPortEnableCompleted(OMX_U32 portIndex, bool enabled) { in onPortEnableCompleted()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
DSoftAVC.cpp290 void SoftAVC::onQueueFilled(OMX_U32 portIndex) { in onQueueFilled()
509 void SoftAVC::onPortFlushCompleted(OMX_U32 portIndex) { in onPortFlushCompleted()
515 void SoftAVC::onPortEnableCompleted(OMX_U32 portIndex, bool enabled) { in onPortEnableCompleted()
/frameworks/av/media/libstagefright/
DACodec.cpp404 status_t ACodec::allocateBuffersOnPort(OMX_U32 portIndex) { in allocateBuffersOnPort()
691 status_t ACodec::freeBuffersOnPort(OMX_U32 portIndex) { in freeBuffersOnPort()
719 status_t ACodec::freeBuffer(OMX_U32 portIndex, size_t i) { in freeBuffer()
740 uint32_t portIndex, IOMX::buffer_id bufferID, in findBufferByID()
963 status_t ACodec::setMinBufferSize(OMX_U32 portIndex, size_t size) { in setMinBufferSize()
1001 OMX_U32 portIndex, OMX_AUDIO_CODINGTYPE desiredFormat) { in selectAudioPortFormat()
1238 OMX_U32 portIndex, int32_t sampleRate, int32_t numChannels) { in setupRawAudioFormat()
1286 OMX_U32 portIndex, in setVideoPortFormatType()
1908 OMX_U32 portIndex, in setVideoFormatOnPort()
1969 OMX_U32 portIndex) { in allYourBuffersAreBelongToUs()
[all …]
DOMXCodec.cpp610 void OMXCodec::setMinBufferSize(OMX_U32 portIndex, OMX_U32 size) { in setMinBufferSize()
642 OMX_U32 portIndex, in setVideoPortFormatType()
740 OMX_COLOR_FORMATTYPE colorFormat, int portIndex) { in isColorFormatSupported()
1482 status_t OMXCodec::allocateBuffersOnPort(OMX_U32 portIndex) { in allocateBuffersOnPort()
2456 OMX_U32 portIndex = data; in onCmdComplete() local
2501 OMX_U32 portIndex = data; in onCmdComplete() local
2521 OMX_U32 portIndex = data; in onCmdComplete() local
2705 OMX_U32 portIndex, bool onlyThoseWeOwn) { in freeBuffersOnPort()
2735 status_t OMXCodec::freeBuffer(OMX_U32 portIndex, size_t bufIndex) { in freeBuffer()
2766 void OMXCodec::onPortSettingsChanged(OMX_U32 portIndex) { in onPortSettingsChanged()
[all …]
DMediaCodec.cpp553 int32_t portIndex; in onMessageReceived() local
1073 int32_t portIndex; in onMessageReceived() local
1212 void MediaCodec::returnBuffersToCodecOnPort(int32_t portIndex) { in returnBuffersToCodecOnPort()
1236 int32_t portIndex, const sp<AMessage> &msg) { in updateBuffers()
1415 ssize_t MediaCodec::dequeuePortBuffer(int32_t portIndex) { in dequeuePortBuffer()
/frameworks/av/media/libstagefright/codecs/raw/
DSoftRaw.cpp166 void SoftRaw::onQueueFilled(OMX_U32 portIndex) { in onQueueFilled()
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
DSoftAMRNBEncoder.cpp273 void SoftAMRNBEncoder::onQueueFilled(OMX_U32 portIndex) { in onQueueFilled()
/frameworks/av/media/libstagefright/codecs/amrwbenc/
DSoftAMRWBEncoder.cpp320 void SoftAMRWBEncoder::onQueueFilled(OMX_U32 portIndex) { in onQueueFilled()
/frameworks/av/media/libstagefright/codecs/g711/dec/
DSoftG711.cpp185 void SoftG711::onQueueFilled(OMX_U32 portIndex) { in onQueueFilled()
/frameworks/av/media/libstagefright/codecs/flac/enc/
DSoftFlacEncoder.cpp243 void SoftFlacEncoder::onQueueFilled(OMX_U32 portIndex) { in onQueueFilled()
/frameworks/av/media/libstagefright/codecs/aacenc/
DSoftAACEncoder.cpp379 void SoftAACEncoder::onQueueFilled(OMX_U32 portIndex) { in onQueueFilled()
DSoftAACEncoder2.cpp337 void SoftAACEncoder2::onQueueFilled(OMX_U32 portIndex) { in onQueueFilled()
/frameworks/av/media/libstagefright/omx/tests/
DOMXHarness.cpp163 IOMX::node_id node, OMX_U32 portIndex, in getPortDefinition()
185 IOMX::node_id node, OMX_U32 portIndex, in allocatePortBuffers()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
DSoftMPEG4Encoder.cpp586 void SoftMPEG4Encoder::onQueueFilled(OMX_U32 portIndex) { in onQueueFilled()
/frameworks/av/media/libstagefright/codecs/avc/enc/
DSoftAVCEncoder.cpp674 void SoftAVCEncoder::onQueueFilled(OMX_U32 portIndex) { in onQueueFilled()