Home
last modified time | relevance | path

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

/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()
68 FALSE_RETURN_V_MSG(ret == HDF_SUCCESS, Status::ERROR_INVALID_OPERATION, "HdiSendCommand failed"); in SendCmd()
78 auto ret = HdiSendCommand(codecComp_, cmd, portIndex, 0); in SendCmd()
79 FALSE_RETURN_V_MSG(ret == HDF_SUCCESS, Status::ERROR_INVALID_OPERATION, "HdiSendCommand failed"); in SendCmd()
84 auto ret = HdiSendCommand(codecComp_, cmd, Plugin::AnyCast<uint32_t>(param), 0); in SendCmd()
85 FALSE_RETURN_V_MSG(ret == HDF_SUCCESS, Status::ERROR_INVALID_OPERATION, "HdiSendCommand failed"); in SendCmd()
H A Dcodec_utils.h74 inline int32_t HdiSendCommand(T* component, OMX_COMMANDTYPE cmd, uint32_t param, U&& cmdData) in HdiSendCommand() function

Completed in 2 milliseconds