Home
last modified time | relevance | path

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

/drivers/peripheral/codec/hal/passthrough/include/
Dcodec_adapter_if.h65 int32_t CodecAdapterGetState(const struct CodecComponentNode *codecNode, OMX_STATETYPE *state);
/drivers/peripheral/codec/hal/passthrough/src/
Dcodec_component_if.c107 return CodecAdapterGetState(info->codecNode, state); in ComponentTypeGetState()
Dcodec_adapter.cpp192 int32_t CodecAdapterGetState(const struct CodecComponentNode *codecNode, OMX_STATETYPE *state) in CodecAdapterGetState() function