/ohos5.0/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codecgetconfighdi_fuzzer/ |
H A D | codecgetconfig_fuzzer.cpp | 53 std::vector<int8_t> inCfgStruct, outCfgStruct; in CodecGetConfig() local 54 ObjectToVector(params.cfgStruct, inCfgStruct); in CodecGetConfig() 56 int32_t ret = g_component->GetConfig(params.index, inCfgStruct, outCfgStruct); in CodecGetConfig()
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/ |
H A D | interface_i_codec_component_v10.md | 40 | [GetConfig](#getconfig) ([in] unsigned int index, [in] byte[] inCfgStruct, [out] byte[] outCfgStr… 324 ICodecComponent::GetConfig ([in] unsigned int index, [in] byte[] inCfgStruct, [out] byte[] outCfgSt… 340 | inCfgStruct | 指向由组件填充的应用程序分配的结构体指针。 |
|
H A D | interface_i_codec_component_v20.md | 38 | [GetConfig](#getconfig) ([in] unsigned int index, [in] byte[] inCfgStruct, [out] byte[] outCfgStr… 324 ICodecComponent::GetConfig ([in] unsigned int index, [in] byte[] inCfgStruct, [out] byte[] outCfgSt… 340 | inCfgStruct | 指向由组件填充的应用程序分配的结构体指针。 |
|
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/ |
H A D | codec_component_service.cpp | 112 int32_t CodecComponentService::GetConfig(uint32_t index, const std::vector<int8_t> &inCfgStruct, in GetConfig() argument 117 outCfgStruct = inCfgStruct; in GetConfig()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v1_0/cpp_target/codec/v1_0/ |
H A D | codec_component_proxy.h.txt | 48 int32_t GetConfig(uint32_t index, const std::vector<int8_t>& inCfgStruct, 94 …static int32_t GetConfig_(uint32_t index, const std::vector<int8_t>& inCfgStruct, std::vector<int8…
|
H A D | codec_component_service.cpp.txt | 47 int32_t CodecComponentService::GetConfig(uint32_t index, const std::vector<int8_t>& inCfgStruct,
|
H A D | codec_component_service.h.txt | 40 int32_t GetConfig(uint32_t index, const std::vector<int8_t>& inCfgStruct,
|
H A D | codec_component_proxy.cpp.txt | 99 …Codec::V1_0::CodecComponentProxy::GetConfig(uint32_t index, const std::vector<int8_t>& inCfgStruct, 102 …return OHOS::HDI::Codec::V1_0::CodecComponentProxy::GetConfig_(index, inCfgStruct, outCfgStruct, R… 335 …odec::V1_0::CodecComponentProxy::GetConfig_(uint32_t index, const std::vector<int8_t>& inCfgStruct, 357 if (!WritePodArray(codecComponentData, inCfgStruct)) { 358 HDF_LOGE("%{public}s: failed to write inCfgStruct", __func__);
|
H A D | icodec_component.h.txt | 93 virtual int32_t GetConfig(uint32_t index, const std::vector<int8_t>& inCfgStruct,
|
H A D | codec_component_stub.cpp.txt | 403 std::vector<int8_t> inCfgStruct; 404 if (!ReadPodArray(codecComponentData, inCfgStruct)) { 405 HDF_LOGE("%{public}s: failed to read inCfgStruct", __func__); 425 int32_t codecComponentRet = impl->GetConfig(index, inCfgStruct, outCfgStruct);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/cpp_target/codec/v2_0/ |
H A D | codec_component_proxy.h.txt | 48 int32_t GetConfig(uint32_t index, const std::vector<int8_t>& inCfgStruct, 94 …static int32_t GetConfig_(uint32_t index, const std::vector<int8_t>& inCfgStruct, std::vector<int8…
|
H A D | codec_component_service.cpp.txt | 47 int32_t CodecComponentService::GetConfig(uint32_t index, const std::vector<int8_t>& inCfgStruct,
|
H A D | codec_component_service.h.txt | 40 int32_t GetConfig(uint32_t index, const std::vector<int8_t>& inCfgStruct,
|
H A D | codec_component_proxy.cpp.txt | 99 …Codec::V2_0::CodecComponentProxy::GetConfig(uint32_t index, const std::vector<int8_t>& inCfgStruct, 102 …return OHOS::HDI::Codec::V2_0::CodecComponentProxy::GetConfig_(index, inCfgStruct, outCfgStruct, R… 335 …odec::V2_0::CodecComponentProxy::GetConfig_(uint32_t index, const std::vector<int8_t>& inCfgStruct, 357 if (!WritePodArray(codecComponentData, inCfgStruct)) { 358 HDF_LOGE("%{public}s: failed to write inCfgStruct", __func__);
|
H A D | icodec_component.h.txt | 93 virtual int32_t GetConfig(uint32_t index, const std::vector<int8_t>& inCfgStruct,
|
H A D | codec_component_stub.cpp.txt | 403 std::vector<int8_t> inCfgStruct; 404 if (!ReadPodArray(codecComponentData, inCfgStruct)) { 405 HDF_LOGE("%{public}s: failed to read inCfgStruct", __func__); 425 int32_t codecComponentRet = impl->GetConfig(index, inCfgStruct, outCfgStruct);
|
/ohos5.0/drivers/peripheral/codec/hal/idl_service/include/ |
H A D | codec_component_service.h | 37 int32_t GetConfig(uint32_t index, const std::vector<int8_t> &inCfgStruct,
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v1_0/dump_ast_target/ |
H A D | dump.txt | 54 [in] byte[] inCfgStruct,
|
/ohos5.0/drivers/interface/codec/v1_0/ |
H A D | ICodecComponent.idl | 159 …* @param inCfgStruct Indicates the pointer to the application allocated structure to be filled by … 170 GetConfig([in] unsigned int index, [in] byte[] inCfgStruct, [out] byte[] outCfgStruct);
|
/ohos5.0/drivers/interface/codec/v2_0/ |
H A D | ICodecComponent.idl | 159 …* @param inCfgStruct Indicates the pointer to the application allocated structure to be filled by … 170 GetConfig([in] unsigned int index, [in] byte[] inCfgStruct, [out] byte[] outCfgStruct);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v1_0/foo/codec/v1_0/ |
H A D | ICodecComponent.idl | 159 …* @param inCfgStruct Indicates the pointer to the application allocated structure to be filled by … 170 GetConfig([in] unsigned int index, [in] byte[] inCfgStruct, [out] byte[] outCfgStruct);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/foo/codec/v2_0/ |
H A D | ICodecComponent.idl | 159 …* @param inCfgStruct Indicates the pointer to the application allocated structure to be filled by … 170 GetConfig([in] unsigned int index, [in] byte[] inCfgStruct, [out] byte[] outCfgStruct);
|
/ohos5.0/drivers/interface/codec/v3_0/ |
H A D | ICodecComponent.idl | 163 …* @param inCfgStruct Indicates the pointer to the application allocated structure to be filled by … 175 GetConfig([in] unsigned int index, [in] byte[] inCfgStruct, [out] byte[] outCfgStruct);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/dump_ast_target/ |
H A D | dump.txt | 54 [in] byte[] inCfgStruct,
|