/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codecgetextensionIndexhdi_fuzzer/ |
H A D | codecgetextensionIndex_fuzzer.cpp | 39 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 D | codecgetextensionIndex_fuzzer.cpp | 33 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 D | codec_component_service.h | 40 int32_t GetExtensionIndex(const std::string ¶mName, uint32_t &indexType) override;
|
H A D | component_node.h | 51 int32_t GetExtensionIndex(const char *parameterName, uint32_t& index);
|
/drivers/peripheral/codec/interfaces/include/ |
H A D | codec_component_if.h | 191 int32_t (*GetExtensionIndex)(struct CodecComponentType *self, const char *paramName, uint32_t *indexType); member
|
/drivers/peripheral/codec/hal/v2.0/hdi_impl/include/ |
H A D | component_node.h | 52 int32_t GetExtensionIndex(const char *parameterName, OMX_INDEXTYPE *indexType);
|
/drivers/peripheral/codec/hal/idl_service/src/ |
H A D | codec_component_service.cpp | 193 int32_t CodecComponentService::GetExtensionIndex(const std::string ¶mName, 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 D | component_node.cpp | 262 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 D | codec_benchmark_omx_test.cpp | 359 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 D | codec_component_type_service.c | 286 instance->GetExtensionIndex = CodecComponentTypeGetExtensionIndex; in CodecComponentTypeServiceConstruct()
|
H A D | codec_adapter.cpp | 161 return codecNode->node->GetExtensionIndex(parameterName, indexType); in OmxAdapterGetExtensionIndex()
|
H A D | codec_component_type_stub.c | 350 ret = serviceImpl->GetExtensionIndex(serviceImpl, paramName, &indexType); in SerStubGetExtensionIndex() 356 CODEC_LOGE("call GetExtensionIndex function failed!"); in SerStubGetExtensionIndex()
|
H A D | codec_component_type_proxy.c | 910 instance->GetExtensionIndex = CodecComponentTypeProxyGetExtensionIndex; in CodecComponentTypeProxyConstruct()
|
/drivers/peripheral/codec/test/unittest/hdi_omx/ |
H A D | codec_hdi_omx_test.cpp | 550 // 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 D | codec_hdi_omx_enc_test.cpp | 417 // 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 D | component_node.cpp | 158 int32_t ComponentNode::GetExtensionIndex(const char *parameterName, OMX_INDEXTYPE *indexType) in GetExtensionIndex() function in OHOS::Codec::Omx::ComponentNode
|