Home
last modified time | relevance | path

Searched defs:cfgStruct (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codecsetconfighdi_fuzzer/
H A Dcodecsetconfig_fuzzer.cpp24 int8_t *cfgStruct; member
53 std::vector<int8_t> cfgStruct; in CodecSetConfig() local
/ohos5.0/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codecgetconfighdi_fuzzer/
H A Dcodecgetconfig_fuzzer.cpp24 int8_t *cfgStruct; member
/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_component_type_service.c90 uint32_t index, int8_t *cfgStruct, uint32_t cfgStructLen) in CodecComponentTypeGetConfig()
107 uint32_t index, int8_t *cfgStruct, uint32_t cfgStructLen) in CodecComponentTypeSetConfig()
H A Dcodec_component_type_stub.c233 int8_t *cfgStruct = NULL; in SerStubGetConfig() local
289 int8_t *cfgStruct = NULL; in SerStubSetConfig() local
H A Dcodec_component_type_proxy.c257 uint32_t index, int8_t *cfgStruct, uint32_t cfgStructLen) in CodecComponentTypeProxyGetConfig()
315 uint32_t index, int8_t *cfgStruct, uint32_t cfgStructLen) in CodecComponentTypeProxySetConfig()
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_service.cpp121 int32_t CodecComponentService::SetConfig(uint32_t index, const std::vector<int8_t> &cfgStruct) in SetConfig()