Home
last modified time | relevance | path

Searched refs:HdiSendCommand (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dcodec_cmd_executor.cpp67 auto ret = HdiSendCommand(codecComp_, cmd, Plugin::AnyCast<OMX_STATETYPE>(param), 0); in SendCmd()
78 auto ret = HdiSendCommand(codecComp_, cmd, portIndex, 0); in SendCmd()
84 auto ret = HdiSendCommand(codecComp_, cmd, Plugin::AnyCast<uint32_t>(param), 0); in SendCmd()
H A Dcodec_utils.h74 inline int32_t HdiSendCommand(T* component, OMX_COMMANDTYPE cmd, uint32_t param, U&& cmdData) in HdiSendCommand() function