/ohos5.0/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", i… in CodecGetExtensionIndex()
|
/ohos5.0/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()
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/ |
H A D | interface_i_codec_component_v10.md | 42 | [GetExtensionIndex](#getextensionindex) ([in] String paramName, [out] unsigned int indexType) | 根… 354 ### GetExtensionIndex() 357 ICodecComponent::GetExtensionIndex ([in] String paramName, [out] unsigned int indexType )
|
H A D | interface_i_codec_component_v20.md | 40 | [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 D | codec_component_service.cpp | 128 int32_t CodecComponentService::GetExtensionIndex(const std::string ¶mName, 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 D | codec_component_if.h | 191 …int32_t (*GetExtensionIndex)(struct CodecComponentType *self, const char *paramName, uint32_t *ind… member
|
/ohos5.0/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);
|
/ohos5.0/drivers/peripheral/codec/test/benchmarktest/ |
H A D | codec_benchmark_omx_test.cpp | 359 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 D | component_node.h | 52 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 D | codec_component_service.cpp.txt | 58 int32_t CodecComponentService::GetExtensionIndex(const std::string& paramName, uint32_t& indexType)
|
H A D | codec_component_service.h.txt | 45 int32_t GetExtensionIndex(const std::string& paramName, uint32_t& indexType) override;
|
H A D | icodec_component.h.txt | 98 virtual int32_t GetExtensionIndex(const std::string& paramName, uint32_t& indexType) = 0;
|
H A D | codec_component_proxy.h.txt | 53 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 D | codec_component_service.cpp.txt | 58 int32_t CodecComponentService::GetExtensionIndex(const std::string& paramName, uint32_t& indexType)
|
H A D | codec_component_service.h.txt | 45 int32_t GetExtensionIndex(const std::string& paramName, uint32_t& indexType) override;
|
H A D | icodec_component.h.txt | 98 virtual int32_t GetExtensionIndex(const std::string& paramName, uint32_t& indexType) = 0;
|
H A D | codec_component_proxy.h.txt | 53 int32_t GetExtensionIndex(const std::string& paramName, uint32_t& indexType) override;
|
/ohos5.0/drivers/peripheral/codec/test/unittest/hdi_omx/ |
H A D | codec_hdi_omx_test.cpp | 555 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 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()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v1_0/dump_ast_target/ |
H A D | dump.txt | 61 [mini, lite, full] GetExtensionIndex(
|
/ohos5.0/drivers/peripheral/codec/test/unittest/idl_omx/ |
H A D | codec_hdi_omx_enc_test.cpp | 422 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 D | component_node.cpp | 158 int32_t ComponentNode::GetExtensionIndex(const char *parameterName, OMX_INDEXTYPE *indexType) in GetExtensionIndex() function in OHOS::Codec::Omx::ComponentNode
|