/drivers/peripheral/codec/test/fuzztest/adapter_fuzzer/codecgetconfigadapter_fuzzer/ |
D | codecgetconfig_fuzzer.cpp | 48 …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/ |
D | codecgetconfig_fuzzer.cpp | 56 int32_t ret = g_component->GetConfig(params.index, inCfgStruct, outCfgStruct); in CodecGetConfig()
|
/drivers/peripheral/codec/test/fuzztest/omx_fuzzer/codecgetconfigomx_fuzzer/ |
D | codecgetconfig_fuzzer.cpp | 56 …int32_t ret = g_component->GetConfig(g_component, params.index, params.cfgStruct, params.cfgStruct… in CodecGetConfig()
|
/drivers/peripheral/codec/hal/idl_service/src/ |
D | codec_component_service.cpp | 84 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()
|
D | component_node.cpp | 186 int32_t ComponentNode::GetConfig(OMX_INDEXTYPE index, int8_t *config) in GetConfig() function in OHOS::Codec::Omx::ComponentNode
|
/drivers/peripheral/codec/interfaces/include/ |
D | codec_component_if.h | 156 …int32_t (*GetConfig)(struct CodecComponentType *self, uint32_t index, int8_t *cfgStruct, uint32_t … member
|
/drivers/peripheral/codec/hal/idl_service/include/ |
D | codec_component_service.h | 35 int32_t GetConfig(uint32_t index, const std::vector<int8_t> &inCfgStruct,
|
D | component_node.h | 46 int32_t GetConfig(OMX_INDEXTYPE index, int8_t *config);
|
/drivers/peripheral/codec/hal/passthrough/adapter/include/ |
D | component_node.h | 35 int32_t GetConfig(OMX_INDEXTYPE index, int8_t *config, uint32_t configLen);
|
/drivers/peripheral/usb/test/benchmarktest/ |
D | usb_benchmark_request_test.cpp | 132 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/ |
D | component_node.h | 48 int32_t GetConfig(OMX_INDEXTYPE index, int8_t *config, uint32_t configLen);
|
/drivers/peripheral/codec/test/benchmarktest/ |
D | codec_benchmark_omx_test.cpp | 319 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/ |
D | usb_impl_mock.h | 65 MOCK_METHOD2(GetConfig, int32_t(const UsbDev &dev, uint8_t &configIndex));
|
/drivers/peripheral/codec/hal/src/ |
D | codec_component_type_service.c | 208 instance->GetConfig = CodecComponentTypeGetConfig; in CodecComponentTypeServiceConstruct()
|
D | codec_adapter.cpp | 135 return codecNode->node->GetConfig(index, config, configLen); in OmxAdapterGetConfig()
|
D | codec_component_type_stub.c | 239 ret = serviceImpl->GetConfig(serviceImpl, index, cfgStruct, cfgStructLen); in SerStubGetConfig()
|
/drivers/peripheral/codec/test/unittest/idl_omx/ |
D | codec_hdi_omx_enc_test.cpp | 305 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/ |
D | codec_component_if.c | 223 instance->GetConfig = ComponentTypeGetConfig; in ComponentTypeConstruct()
|
D | codec_adapter.cpp | 169 return codecNode->node->GetConfig(index, config, configLen); in CodecAdapterGetConfig()
|
/drivers/peripheral/usb/hdi_service/include/ |
D | usb_impl.h | 54 int32_t GetConfig(const UsbDev &dev, uint8_t &configIndex) override;
|
/drivers/peripheral/codec/test/unittest/hdi_omx/ |
D | codec_hdi_omx_test.cpp | 470 …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/ |
D | usbd_request_test.cpp | 245 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/ |
D | usbd_request_auto_test.cpp | 255 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/ |
D | component_node.cpp | 139 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/ |
D | component_node.cpp | 171 int32_t ComponentNode::GetConfig(OMX_INDEXTYPE index, int8_t *config, uint32_t configLen) in GetConfig() function in OHOS::Codec::CodecAdapter::ComponentNode
|