Home
last modified time | relevance | path

Searched refs:GetConfig (Results 1 – 25 of 32) sorted by relevance

12

/drivers/peripheral/codec/test/fuzztest/adapter_fuzzer/codecgetconfigadapter_fuzzer/
Dcodecgetconfig_fuzzer.cpp48 …int32_t ret = g_component->GetConfig(g_component, params.index, params.cfgStruct, params.cfgStruct… in CodecGetConfig()
/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codecgetconfighdi_fuzzer/
Dcodecgetconfig_fuzzer.cpp56 int32_t ret = g_component->GetConfig(params.index, inCfgStruct, outCfgStruct); in CodecGetConfig()
/drivers/peripheral/codec/test/fuzztest/omx_fuzzer/codecgetconfigomx_fuzzer/
Dcodecgetconfig_fuzzer.cpp56 …int32_t ret = g_component->GetConfig(g_component, params.index, params.cfgStruct, params.cfgStruct… in CodecGetConfig()
/drivers/peripheral/codec/hal/idl_service/src/
Dcodec_component_service.cpp84 int32_t CodecComponentService::GetConfig(uint32_t index, const std::vector<int8_t> &inCfgStruct, in GetConfig() function in OHOS::HDI::Codec::V1_0::CodecComponentService
89 return node_->GetConfig(static_cast<enum OMX_INDEXTYPE>(index), outCfgStruct.data()); in GetConfig()
Dcomponent_node.cpp186 int32_t ComponentNode::GetConfig(OMX_INDEXTYPE index, int8_t *config) in GetConfig() function in OHOS::Codec::Omx::ComponentNode
/drivers/peripheral/codec/interfaces/include/
Dcodec_component_if.h156 …int32_t (*GetConfig)(struct CodecComponentType *self, uint32_t index, int8_t *cfgStruct, uint32_t … member
/drivers/peripheral/codec/hal/idl_service/include/
Dcodec_component_service.h35 int32_t GetConfig(uint32_t index, const std::vector<int8_t> &inCfgStruct,
Dcomponent_node.h46 int32_t GetConfig(OMX_INDEXTYPE index, int8_t *config);
/drivers/peripheral/codec/hal/passthrough/adapter/include/
Dcomponent_node.h35 int32_t GetConfig(OMX_INDEXTYPE index, int8_t *config, uint32_t configLen);
/drivers/peripheral/usb/test/benchmarktest/
Dusb_benchmark_request_test.cpp132 BENCHMARK_F(HdfUsbdBenchmarkRequestTest, GetConfig)(benchmark::State& state) in BENCHMARK_F() argument
141 ret = g_usbInterface->GetConfig(g_dev, configIndex); in BENCHMARK_F()
147 BENCHMARK_REGISTER_F(HdfUsbdBenchmarkRequestTest, GetConfig)->
/drivers/peripheral/codec/hal/v2.0/hdi_impl/include/
Dcomponent_node.h48 int32_t GetConfig(OMX_INDEXTYPE index, int8_t *config, uint32_t configLen);
/drivers/peripheral/codec/test/benchmarktest/
Dcodec_benchmark_omx_test.cpp319 BENCHMARK_F(CodecBenchmarkOmxTest, GetConfig)(benchmark::State &state) in BENCHMARK_F() argument
330 ret = component_->GetConfig(OMX_IndexConfigVideoBitrate, inParam, outParam); in BENCHMARK_F()
335 BENCHMARK_REGISTER_F(CodecBenchmarkOmxTest, GetConfig)->
/drivers/external_device_manager/test/unittest/bus_extension_usb_test/include/
Dusb_impl_mock.h65 MOCK_METHOD2(GetConfig, int32_t(const UsbDev &dev, uint8_t &configIndex));
/drivers/peripheral/codec/hal/src/
Dcodec_component_type_service.c208 instance->GetConfig = CodecComponentTypeGetConfig; in CodecComponentTypeServiceConstruct()
Dcodec_adapter.cpp135 return codecNode->node->GetConfig(index, config, configLen); in OmxAdapterGetConfig()
Dcodec_component_type_stub.c239 ret = serviceImpl->GetConfig(serviceImpl, index, cfgStruct, cfgStructLen); in SerStubGetConfig()
/drivers/peripheral/codec/test/unittest/idl_omx/
Dcodec_hdi_omx_enc_test.cpp305 auto ret = g_component->GetConfig(OMX_IndexConfigVideoBitrate, inParam, outParam);
319 auto ret = g_component->GetConfig(OMX_IndexConfigVideoBitrate, inParam, outParam);
328 auto ret = g_component->GetConfig(OMX_IndexConfigVideoBitrate, inParam, outParam);
342 auto ret = g_component->GetConfig(OMX_IndexVideoStartUnused, inParam, outParam);
/drivers/peripheral/codec/hal/passthrough/src/
Dcodec_component_if.c223 instance->GetConfig = ComponentTypeGetConfig; in ComponentTypeConstruct()
Dcodec_adapter.cpp169 return codecNode->node->GetConfig(index, config, configLen); in CodecAdapterGetConfig()
/drivers/peripheral/usb/hdi_service/include/
Dusb_impl.h54 int32_t GetConfig(const UsbDev &dev, uint8_t &configIndex) override;
/drivers/peripheral/codec/test/unittest/hdi_omx/
Dcodec_hdi_omx_test.cpp470 …auto ret = component_->GetConfig(component_, OMX_IndexConfigVideoBitrate, reinterpret_cast<int8_t …
481 …auto ret = component_->GetConfig(component_, OMX_IndexConfigVideoBitrate, reinterpret_cast<int8_t …
489 auto ret = component_->GetConfig(component_, OMX_IndexConfigVideoBitrate, nullptr, 0);
499 auto ret = component_->GetConfig(component_, OMX_IndexVideoStartUnused,
/drivers/peripheral/usb/test/unittest/hal/src/
Dusbd_request_test.cpp245 auto ret = g_usbInterface->GetConfig(dev, configIndex);
261 auto ret = g_usbInterface->GetConfig(dev, configIndex);
277 auto ret = g_usbInterface->GetConfig(dev, configIndex);
293 auto ret = g_usbInterface->GetConfig(dev, configIndex);
/drivers/peripheral/usb/test/unittest/mock/src/
Dusbd_request_auto_test.cpp255 auto ret = g_usbInterface->GetConfig(dev, configIndex);
270 auto ret = g_usbInterface->GetConfig(dev, configIndex);
285 auto ret = g_usbInterface->GetConfig(dev, configIndex);
300 auto ret = g_usbInterface->GetConfig(dev, configIndex);
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
Dcomponent_node.cpp139 int32_t ComponentNode::GetConfig(OMX_INDEXTYPE index, int8_t *config, uint32_t configLen) in GetConfig() function in OHOS::Codec::Omx::ComponentNode
/drivers/peripheral/codec/hal/passthrough/adapter/src/
Dcomponent_node.cpp171 int32_t ComponentNode::GetConfig(OMX_INDEXTYPE index, int8_t *config, uint32_t configLen) in GetConfig() function in OHOS::Codec::CodecAdapter::ComponentNode

12