Home
last modified time | relevance | path

Searched refs:GetExtensionIndex (Results 1 - 16 of 16) sorted by relevance

/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codecgetextensionIndexhdi_fuzzer/
H A DcodecgetextensionIndex_fuzzer.cpp39 int32_t ret = g_component->GetExtensionIndex(paramName, indexType); in CodecGetExtensionIndex()
41 HDF_LOGE("%{public}s: GetExtensionIndex failed, ret is [%{public}x]\n", __func__, ret); in CodecGetExtensionIndex()
/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", indexType); in CodecGetExtensionIndex()
35 HDF_LOGE("%{public}s: GetExtensionIndex failed, ret is [%{public}x]\n", __func__, ret); in CodecGetExtensionIndex()
/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);
/drivers/peripheral/codec/interfaces/include/
H A Dcodec_component_if.h191 int32_t (*GetExtensionIndex)(struct CodecComponentType *self, const char *paramName, uint32_t *indexType); member
/drivers/peripheral/codec/hal/v2.0/hdi_impl/include/
H A Dcomponent_node.h52 int32_t GetExtensionIndex(const char *parameterName, OMX_INDEXTYPE *indexType);
/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_service.cpp193 int32_t CodecComponentService::GetExtensionIndex(const std::string &paramName, uint32_t &indexType) in GetExtensionIndex() function in OHOS::HDI::Codec::V3_0::CodecComponentService
197 return node_->GetExtensionIndex(paramName.c_str(), indexType); in GetExtensionIndex()
H A Dcomponent_node.cpp262 int32_t ComponentNode::GetExtensionIndex(const char *parameterName, uint32_t &index) in GetExtensionIndex() function in OHOS::Codec::Omx::ComponentNode
/drivers/peripheral/codec/test/benchmarktest/
H A Dcodec_benchmark_omx_test.cpp359 BENCHMARK_F(CodecBenchmarkOmxTest, GetExtensionIndex)(benchmark::State &state) in BENCHMARK_F()
365 ret = component_->GetExtensionIndex("OMX.Topaz.index.param.extended_video", indexType); in BENCHMARK_F()
370 BENCHMARK_REGISTER_F(CodecBenchmarkOmxTest, GetExtensionIndex)->
/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()
356 CODEC_LOGE("call GetExtensionIndex function failed!"); in SerStubGetExtensionIndex()
H A Dcodec_component_type_proxy.c910 instance->GetExtensionIndex = CodecComponentTypeProxyGetExtensionIndex; in CodecComponentTypeProxyConstruct()
/drivers/peripheral/codec/test/unittest/hdi_omx/
H A Dcodec_hdi_omx_test.cpp550 // Test GetExtensionIndex
555 auto ret = component_->GetExtensionIndex(component_, "OMX.Topaz.index.param.extended_video", in HWTEST_F()
565 auto ret = component_->GetExtensionIndex(component_, nullptr, reinterpret_cast<uint32_t *>(&indexType)); in HWTEST_F()
573 auto ret = component_->GetExtensionIndex(component_, "OMX.Topaz.index.param.extended_test", in HWTEST_F()
581 auto ret = component_->GetExtensionIndex(component_, "OMX.Topaz.index.param.extended_video", nullptr); in HWTEST_F()
/drivers/peripheral/codec/test/unittest/idl_omx/
H A Dcodec_hdi_omx_enc_test.cpp417 // Test GetExtensionIndex
422 auto ret = g_component->GetExtensionIndex("OMX.Topaz.index.param.extended_video", indexType); in HWTEST_F()
431 auto ret = g_component->GetExtensionIndex("OMX.Topaz.index.param.extended_test", indexType); in HWTEST_F()
/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

Completed in 17 milliseconds