Home
last modified time | relevance | path

Searched defs:GetExtensionIndex (Results 1 – 5 of 5) sorted by relevance

/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/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
H A Dcomponent_node.cpp262 int32_t ComponentNode::GetExtensionIndex(const char *parameterName, uint32_t &index) in GetExtensionIndex() function in OHOS::Codec::Omx::ComponentNode
/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
/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