Home
last modified time | relevance | path

Searched refs:GetExtensionIndex (Results 1 – 25 of 39) sorted by relevance

12

/ohos5.0/drivers/peripheral/codec/test/fuzztest/omx_fuzzer/codecgetextensionIndexomx_fuzzer/
H A DcodecgetextensionIndex_fuzzer.cpp33 …int32_t ret = g_component->GetExtensionIndex(g_component, "OMX.Topaz.index.param.extended_test", i… in CodecGetExtensionIndex()
/ohos5.0/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codecgetextensionIndexhdi_fuzzer/
H A DcodecgetextensionIndex_fuzzer.cpp39 int32_t ret = g_component->GetExtensionIndex(paramName, indexType); in CodecGetExtensionIndex()
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/
H A Dinterface_i_codec_component_v10.md42 | [GetExtensionIndex](#getextensionindex) ([in] String paramName, [out] unsigned int indexType) | 根…
354 ### GetExtensionIndex()
357 ICodecComponent::GetExtensionIndex ([in] String paramName, [out] unsigned int indexType )
H A Dinterface_i_codec_component_v20.md40 | [GetExtensionIndex](#getextensionindex) ([in] String paramName, [out] unsigned int indexType) | 根…
354 ### GetExtensionIndex()
357 ICodecComponent::GetExtensionIndex ([in] String paramName, [out] unsigned int indexType )
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_service.cpp128 int32_t CodecComponentService::GetExtensionIndex(const std::string &paramName, uint32_t &indexType) in GetExtensionIndex() function in OHOS::HDI::Codec::V3_0::CodecComponentService
132 return node_->GetExtensionIndex(paramName.c_str(), indexType); in GetExtensionIndex()
/ohos5.0/drivers/peripheral/codec/interfaces/include/
H A Dcodec_component_if.h191 …int32_t (*GetExtensionIndex)(struct CodecComponentType *self, const char *paramName, uint32_t *ind… member
/ohos5.0/drivers/peripheral/codec/hal/idl_service/include/
H A Dcodec_component_service.h40 int32_t GetExtensionIndex(const std::string &paramName, uint32_t &indexType) override;
H A Dcomponent_node.h51 int32_t GetExtensionIndex(const char *parameterName, uint32_t& index);
/ohos5.0/drivers/peripheral/codec/test/benchmarktest/
H A Dcodec_benchmark_omx_test.cpp359 BENCHMARK_F(CodecBenchmarkOmxTest, GetExtensionIndex)(benchmark::State &state) in BENCHMARK_F() argument
365 ret = component_->GetExtensionIndex("OMX.Topaz.index.param.extended_video", indexType); in BENCHMARK_F()
370 BENCHMARK_REGISTER_F(CodecBenchmarkOmxTest, GetExtensionIndex)->
/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/include/
H A Dcomponent_node.h52 int32_t GetExtensionIndex(const char *parameterName, OMX_INDEXTYPE *indexType);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v1_0/cpp_target/codec/v1_0/
H A Dcodec_component_service.cpp.txt58 int32_t CodecComponentService::GetExtensionIndex(const std::string& paramName, uint32_t& indexType)
H A Dcodec_component_service.h.txt45 int32_t GetExtensionIndex(const std::string& paramName, uint32_t& indexType) override;
H A Dicodec_component.h.txt98 virtual int32_t GetExtensionIndex(const std::string& paramName, uint32_t& indexType) = 0;
H A Dcodec_component_proxy.h.txt53 int32_t GetExtensionIndex(const std::string& paramName, uint32_t& indexType) override;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/cpp_target/codec/v2_0/
H A Dcodec_component_service.cpp.txt58 int32_t CodecComponentService::GetExtensionIndex(const std::string& paramName, uint32_t& indexType)
H A Dcodec_component_service.h.txt45 int32_t GetExtensionIndex(const std::string& paramName, uint32_t& indexType) override;
H A Dicodec_component.h.txt98 virtual int32_t GetExtensionIndex(const std::string& paramName, uint32_t& indexType) = 0;
H A Dcodec_component_proxy.h.txt53 int32_t GetExtensionIndex(const std::string& paramName, uint32_t& indexType) override;
/ohos5.0/drivers/peripheral/codec/test/unittest/hdi_omx/
H A Dcodec_hdi_omx_test.cpp555 auto ret = component_->GetExtensionIndex(component_, "OMX.Topaz.index.param.extended_video",
565 …auto ret = component_->GetExtensionIndex(component_, nullptr, reinterpret_cast<uint32_t *>(&indexT…
573 auto ret = component_->GetExtensionIndex(component_, "OMX.Topaz.index.param.extended_test",
581 …auto ret = component_->GetExtensionIndex(component_, "OMX.Topaz.index.param.extended_video", nullp…
/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_component_type_service.c286 instance->GetExtensionIndex = CodecComponentTypeGetExtensionIndex; in CodecComponentTypeServiceConstruct()
H A Dcodec_adapter.cpp161 return codecNode->node->GetExtensionIndex(parameterName, indexType); in OmxAdapterGetExtensionIndex()
H A Dcodec_component_type_stub.c350 ret = serviceImpl->GetExtensionIndex(serviceImpl, paramName, &indexType); in SerStubGetExtensionIndex()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v1_0/dump_ast_target/
H A Ddump.txt61 [mini, lite, full] GetExtensionIndex(
/ohos5.0/drivers/peripheral/codec/test/unittest/idl_omx/
H A Dcodec_hdi_omx_enc_test.cpp422 auto ret = g_component->GetExtensionIndex("OMX.Topaz.index.param.extended_video", indexType);
431 auto ret = g_component->GetExtensionIndex("OMX.Topaz.index.param.extended_test", indexType);
/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
H A Dcomponent_node.cpp158 int32_t ComponentNode::GetExtensionIndex(const char *parameterName, OMX_INDEXTYPE *indexType) in GetExtensionIndex() function in OHOS::Codec::Omx::ComponentNode

12