/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/ |
H A D | codec_cmd_executor.cpp | 72 uint32_t portIndex; in SendCmd() local 115 auto portIndex = AnyCast<uint32_t>(param); in WaitCmdResult() local
|
H A D | codec_port.cpp | 34 CodecPort::CodecPort(CodecComponentType* component, uint32_t portIndex, const CompVerInfo& verInfo) in CodecPort() argument
|
H A D | codec_buffer_pool.cpp | 28 CodecBufferPool(CodecComponentType* compType, CompVerInfo& verInfo, uint32_t portIndex, uint32_t bufferCnt) CodecBufferPool() argument
|
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/ |
H A D | hdi_codec.cpp | 146 Status HdiCodec::InitBuffersByPort(PortIndex portIndex, uint32_t bufferSize) in InitBuffersByPort() argument 244 Status HdiCodec::FreeBuffer(PortIndex portIndex, const std::shared_ptr<OmxCodecBuffer> &omxBuffer) in FreeBuffer() argument
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/ |
H A D | image_decoder.cpp | 301 int32_t ImageDecoder::AllocateBuffersOnPort(OMX_DIRTYPE portIndex, bool isOutputPortSettingChanged) in AllocateBuffersOnPort() argument 406 void ImageDecoder::EraseBufferFromPool(OMX_DIRTYPE portIndex, size_t i) in EraseBufferFromPool() argument [all...] |
H A D | image_codec.cpp | 323 int32_t ImageCodec::SetVideoPortInfo(OMX_DIRTYPE portIndex, const PortInfo& info) in SetVideoPortInfo() argument 385 int32_t ImageCodec::GetPortDefinition(OMX_DIRTYPE portIndex, OMX_PARAM_PORTDEFINITIONTYPE& def) in GetPortDefinition() argument 401 AllocateHardwareBuffers(OMX_DIRTYPE portIndex) AllocateHardwareBuffers() argument 443 AllocateSurfaceBuffers(OMX_DIRTYPE portIndex, bool isOutputPortSettingChanged, sptr<SurfaceBuffer> output) AllocateSurfaceBuffers() argument 518 FindBufferInfoByID(OMX_DIRTYPE portIndex, uint32_t bufferId) FindBufferInfoByID() argument 530 FindBufferIndexByID(OMX_DIRTYPE portIndex, uint32_t bufferId) FindBufferIndexByID() argument 735 ReclaimBuffer(OMX_DIRTYPE portIndex, BufferOwner owner, bool erase) ReclaimBuffer() argument 750 IsAllBufferOwnedByUs(OMX_DIRTYPE portIndex) IsAllBufferOwnedByUs() argument 778 ClearBufferPool(OMX_DIRTYPE portIndex) ClearBufferPool() argument 787 FreeOmxBuffer(OMX_DIRTYPE portIndex, const BufferInfo& info) FreeOmxBuffer() argument [all...] |
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hcodec.cpp | 486 int32_t HCodec::SetVideoPortInfo(OMX_DIRTYPE portIndex, const PortInfo& info) in SetVideoPortInfo() argument 545 int32_t HCodec::GetPortDefinition(OMX_DIRTYPE portIndex, OMX_PARAM_PORTDEFINITIONTYPE& def) in GetPortDefinition() argument 560 AllocateAvLinearBuffers(OMX_DIRTYPE portIndex) AllocateAvLinearBuffers() argument 581 AllocateAvHardwareBuffers(OMX_DIRTYPE portIndex, const OMX_PARAM_PORTDEFINITIONTYPE& def) AllocateAvHardwareBuffers() argument 626 AllocateAvSharedBuffers(OMX_DIRTYPE portIndex, const OMX_PARAM_PORTDEFINITIONTYPE& def) AllocateAvSharedBuffers() argument 669 AllocateAvSurfaceBuffers(OMX_DIRTYPE portIndex) AllocateAvSurfaceBuffers() argument 795 FindBufferInfoByID(OMX_DIRTYPE portIndex, uint32_t bufferId) FindBufferInfoByID() argument 807 FindBufferIndexByID(OMX_DIRTYPE portIndex, uint32_t bufferId) FindBufferIndexByID() argument 1117 ReclaimBuffer(OMX_DIRTYPE portIndex, BufferOwner owner, bool erase) ReclaimBuffer() argument 1132 IsAllBufferOwnedByUsOrSurface(OMX_DIRTYPE portIndex) IsAllBufferOwnedByUsOrSurface() argument 1150 ClearBufferPool(OMX_DIRTYPE portIndex) ClearBufferPool() argument 1160 FreeOmxBuffer(OMX_DIRTYPE portIndex, const BufferInfo& info) FreeOmxBuffer() argument [all...] |
H A D | hcodec.h | 250 OnClearBufferPool(OMX_DIRTYPE portIndex) OnClearBufferPool() argument [all...] |
H A D | hencoder.cpp | 761 int32_t HEncoder::AllocateBuffersOnPort(OMX_DIRTYPE portIndex) in AllocateBuffersOnPort() argument 1131 void HEncoder::EraseBufferFromPool(OMX_DIRTYPE portIndex, size_t i) in EraseBufferFromPool() argument [all...] |
H A D | hdecoder.cpp | 487 int32_t HDecoder::AllocateBuffersOnPort(OMX_DIRTYPE portIndex) in AllocateBuffersOnPort() argument 576 void HDecoder::EraseBufferFromPool(OMX_DIRTYPE portIndex, size_t i) in EraseBufferFromPool() argument 591 OnClearBufferPool(OMX_DIRTYPE portIndex) OnClearBufferPool() argument [all...] |