Home
last modified time | relevance | path

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

/drivers/peripheral/codec/hal/v1.0/codec_instance/include/
Dcodec_instance.h86 int32_t InitCodecInstance(struct CodecInstance *instance, struct CodecOemIf *oemIf);
/drivers/peripheral/codec/hdi_service/codec_service_stub/
Dcodec_service.c290 int32_t ret = InitCodecInstance(instance, g_codecOemIface); in CodecCreate()
/drivers/peripheral/codec/hal/v1.0/codec_instance/src/
Dcodec_instance.c305 int32_t InitCodecInstance(struct CodecInstance *instance, struct CodecOemIf *oemIf) in InitCodecInstance() function