Home
last modified time | relevance | path

Searched refs:outCfgStruct (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
56 int32_t ret = g_component->GetConfig(params.index, inCfgStruct, outCfgStruct); in CodecGetConfig()
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_service.cpp113 std::vector<int8_t> &outCfgStruct) in GetConfig() argument
117 outCfgStruct = inCfgStruct; in GetConfig()
118 return node_->GetConfig(static_cast<enum OMX_INDEXTYPE>(index), outCfgStruct.data()); in GetConfig()
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/
H A Dinterface_i_codec_component_v10.md40 …config) ([in] unsigned int index, [in] byte[] inCfgStruct, [out] byte[] outCfgStruct) | 获取组件的配置。 |
324 …Component::GetConfig ([in] unsigned int index, [in] byte[] inCfgStruct, [out] byte[] outCfgStruct )
341 | outCfgStruct | 指向由组件填充的应用程序分配的结构体指针。 |
H A Dinterface_i_codec_component_v20.md38 …config) ([in] unsigned int index, [in] byte[] inCfgStruct, [out] byte[] outCfgStruct) | 获取组件的配置。 |
324 …Component::GetConfig ([in] unsigned int index, [in] byte[] inCfgStruct, [out] byte[] outCfgStruct )
341 | outCfgStruct | 指向由组件填充的应用程序分配的结构体指针。 |
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v1_0/cpp_target/codec/v1_0/
H A Dcodec_component_proxy.h.txt49 std::vector<int8_t>& outCfgStruct) override;
94 …tConfig_(uint32_t index, const std::vector<int8_t>& inCfgStruct, std::vector<int8_t>& outCfgStruct,
H A Dcodec_component_service.cpp.txt48 std::vector<int8_t>& outCfgStruct)
H A Dcodec_component_service.h.txt41 std::vector<int8_t>& outCfgStruct) override;
H A Dcodec_component_proxy.cpp.txt100 std::vector<int8_t>& outCfgStruct)
102 …return OHOS::HDI::Codec::V1_0::CodecComponentProxy::GetConfig_(index, inCfgStruct, outCfgStruct, R…
336 std::vector<int8_t>& outCfgStruct, const sptr<IRemoteObject> remote)
373 if (!ReadPodArray(codecComponentReply, outCfgStruct)) {
374 HDF_LOGE("%{public}s: failed to read outCfgStruct", __func__);
H A Dcodec_component_stub.cpp.txt409 std::vector<int8_t> outCfgStruct;
417 outCfgStruct.reserve(capacity);
425 int32_t codecComponentRet = impl->GetConfig(index, inCfgStruct, outCfgStruct);
431 if (!WritePodArray(codecComponentReply, outCfgStruct)) {
432 HDF_LOGE("%{public}s: failed to write outCfgStruct", __func__);
H A Dicodec_component.h.txt94 std::vector<int8_t>& outCfgStruct) = 0;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/cpp_target/codec/v2_0/
H A Dcodec_component_proxy.h.txt49 std::vector<int8_t>& outCfgStruct) override;
94 …tConfig_(uint32_t index, const std::vector<int8_t>& inCfgStruct, std::vector<int8_t>& outCfgStruct,
H A Dcodec_component_service.cpp.txt48 std::vector<int8_t>& outCfgStruct)
H A Dcodec_component_service.h.txt41 std::vector<int8_t>& outCfgStruct) override;
H A Dcodec_component_proxy.cpp.txt100 std::vector<int8_t>& outCfgStruct)
102 …return OHOS::HDI::Codec::V2_0::CodecComponentProxy::GetConfig_(index, inCfgStruct, outCfgStruct, R…
336 std::vector<int8_t>& outCfgStruct, const sptr<IRemoteObject> remote)
373 if (!ReadPodArray(codecComponentReply, outCfgStruct)) {
374 HDF_LOGE("%{public}s: failed to read outCfgStruct", __func__);
H A Dcodec_component_stub.cpp.txt409 std::vector<int8_t> outCfgStruct;
417 outCfgStruct.reserve(capacity);
425 int32_t codecComponentRet = impl->GetConfig(index, inCfgStruct, outCfgStruct);
431 if (!WritePodArray(codecComponentReply, outCfgStruct)) {
432 HDF_LOGE("%{public}s: failed to write outCfgStruct", __func__);
H A Dicodec_component.h.txt94 std::vector<int8_t>& outCfgStruct) = 0;
/ohos5.0/drivers/peripheral/codec/hal/idl_service/include/
H A Dcodec_component_service.h38 std::vector<int8_t> &outCfgStruct) override;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v1_0/dump_ast_target/
H A Ddump.txt55 [out] byte[] outCfgStruct);
/ohos5.0/drivers/interface/codec/v1_0/
H A DICodecComponent.idl160 …* @param outCfgStruct Indicates the pointer to the application allocated structure filled by the c…
170 GetConfig([in] unsigned int index, [in] byte[] inCfgStruct, [out] byte[] outCfgStruct);
/ohos5.0/drivers/interface/codec/v2_0/
H A DICodecComponent.idl160 …* @param outCfgStruct Indicates the pointer to the application allocated structure filled by the c…
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.idl160 …* @param outCfgStruct Indicates the pointer to the application allocated structure filled by the c…
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.idl160 …* @param outCfgStruct Indicates the pointer to the application allocated structure filled by the c…
170 GetConfig([in] unsigned int index, [in] byte[] inCfgStruct, [out] byte[] outCfgStruct);
/ohos5.0/drivers/interface/codec/v3_0/
H A DICodecComponent.idl164 …* @param outCfgStruct Indicates the pointer to the application allocated structure filled by the c…
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.txt55 [out] byte[] outCfgStruct);