Home
last modified time | relevance | path

Searched refs:SetState (Results 1 – 3 of 3) sorted by relevance

/drivers/peripheral/codec/hal/passthrough/adapter/src/
Dcomponent_node.cpp201 int32_t ComponentNode::SetState(OMX_STATETYPE state) in SetState() function in OHOS::Codec::CodecAdapter::ComponentNode
593 ret = SetState((OMX_STATETYPE)param); in ChangeComponentState()
599 ret = SetState((OMX_STATETYPE)param); in ChangeComponentState()
606 ret = SetState((OMX_STATETYPE)param); in ChangeComponentState()
/drivers/peripheral/codec/hal/passthrough/adapter/include/
Dcomponent_node.h53 int32_t SetState(OMX_STATETYPE state);
/drivers/peripheral/codec/hal/passthrough/src/
Dcodec_adapter.cpp90 tempNode->node->SetState(OMX_StateLoaded); in CodecAdapterCreateComponent()