Home
last modified time | relevance | path

Searched refs:CodecComponentService (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_service.cpp107 bool CodecComponentService::ReWrapNativeBufferInOmxBuffer(const OmxCodecBuffer &inBuffer) in ReWrapNativeBufferInOmxBuffer()
115 CodecComponentService::CodecComponentService(const std::shared_ptr<OHOS::Codec::Omx::ComponentNode> &node, in CodecComponentService() function in OHOS::HDI::Codec::V3_0::CodecComponentService
126 CodecComponentService::~CodecComponentService() in ~CodecComponentService()
141 void CodecComponentService::ReleaseCache() in ReleaseCache()
148 int32_t CodecComponentService::GetComponentVersion(CompVerInfo &verInfo) in GetComponentVersion()
154 int32_t CodecComponentService::SendCommand(CodecCommandType cmd, uint32_t param, const std::vector<int8_t> &cmdData) in SendCommand()
161 int32_t CodecComponentService::GetParameter(uint32_t index, const std::vector<int8_t> &inParamStruct, in GetParameter()
170 int32_t CodecComponentService
[all...]
H A Dcodec_dfx_service.cpp44 CodecComponentService *componentService = reinterpret_cast<CodecComponentService *>(it.second.GetRefPtr()); in GetCodecComponentListInfo()
H A Dcodec_component_manager_service.cpp86 sptr<ICodecComponent> codecComponent(new CodecComponentService(node, mgr_, compName)); in CreateComponent()
/drivers/peripheral/codec/hal/idl_service/include/
H A Dcodec_component_service.h27 class CodecComponentService : public ICodecComponent { class
29 CodecComponentService(const std::shared_ptr<OHOS::Codec::Omx::ComponentNode> &node,
31 virtual ~CodecComponentService();

Completed in 2 milliseconds