Home
last modified time | relevance | path

Searched defs:SetConfig (Results 1 – 7 of 7) sorted by relevance

/drivers/peripheral/codec/interfaces/include/
Dcodec_component_if.h174 …int32_t (*SetConfig)(struct CodecComponentType *self, uint32_t index, int8_t *cfgStruct, uint32_t … member
/drivers/peripheral/codec/hal/idl_service/src/
Dcodec_component_service.cpp121 int32_t CodecComponentService::SetConfig(uint32_t index, const std::vector<int8_t> &cfgStruct) in SetConfig() function in OHOS::HDI::Codec::V3_0::CodecComponentService
Dcomponent_node.cpp252 int32_t ComponentNode::SetConfig(OMX_INDEXTYPE index, const int8_t *config) in SetConfig() function in OHOS::Codec::Omx::ComponentNode
/drivers/peripheral/usb/test/benchmarktest/
Dusb_benchmark_request_test.cpp114 BENCHMARK_F(HdfUsbdBenchmarkRequestTest, SetConfig)(benchmark::State& state) in BENCHMARK_F() argument
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
Dcomponent_node.cpp148 int32_t ComponentNode::SetConfig(OMX_INDEXTYPE index, int8_t *config, uint32_t configLen) in SetConfig() function in OHOS::Codec::Omx::ComponentNode
/drivers/peripheral/codec/test/benchmarktest/
Dcodec_benchmark_omx_test.cpp338 BENCHMARK_F(CodecBenchmarkOmxTest, SetConfig)(benchmark::State &state) in BENCHMARK_F() argument
/drivers/peripheral/usb/hdi_service/src/
Dusb_impl.cpp1239 int32_t UsbImpl::SetConfig(const UsbDev &dev, uint8_t configIndex) in SetConfig() function in OHOS::HDI::Usb::V1_1::UsbImpl