Home
last modified time | relevance | path

Searched refs:inCfgStruct (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codecgetconfighdi_fuzzer/
H A Dcodecgetconfig_fuzzer.cpp53 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 Dinterface_i_codec_component_v10.md40 | [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 Dinterface_i_codec_component_v20.md38 | [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 Dcodec_component_service.cpp112 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 Dcodec_component_proxy.h.txt48 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 Dcodec_component_service.cpp.txt47 int32_t CodecComponentService::GetConfig(uint32_t index, const std::vector<int8_t>& inCfgStruct,
H A Dcodec_component_service.h.txt40 int32_t GetConfig(uint32_t index, const std::vector<int8_t>& inCfgStruct,
H A Dcodec_component_proxy.cpp.txt99 …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 Dicodec_component.h.txt93 virtual int32_t GetConfig(uint32_t index, const std::vector<int8_t>& inCfgStruct,
H A Dcodec_component_stub.cpp.txt403 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 Dcodec_component_proxy.h.txt48 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 Dcodec_component_service.cpp.txt47 int32_t CodecComponentService::GetConfig(uint32_t index, const std::vector<int8_t>& inCfgStruct,
H A Dcodec_component_service.h.txt40 int32_t GetConfig(uint32_t index, const std::vector<int8_t>& inCfgStruct,
H A Dcodec_component_proxy.cpp.txt99 …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 Dicodec_component.h.txt93 virtual int32_t GetConfig(uint32_t index, const std::vector<int8_t>& inCfgStruct,
H A Dcodec_component_stub.cpp.txt403 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 Dcodec_component_service.h37 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 Ddump.txt54 [in] byte[] inCfgStruct,
/ohos5.0/drivers/interface/codec/v1_0/
H A DICodecComponent.idl159 …* @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 DICodecComponent.idl159 …* @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 DICodecComponent.idl159 …* @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 DICodecComponent.idl159 …* @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 DICodecComponent.idl163 …* @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 Ddump.txt54 [in] byte[] inCfgStruct,