/ohos5.0/drivers/peripheral/codec/test/unittest/idl_omx/ |
H A D | codec_hdi_manager_test.cpp | 86 std::string compName(""); variable 106 std::string compName(""); variable
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/ |
H A D | _comp_ver_info_v10.md | 29 ### compName subsection
|
H A D | _comp_ver_info_v20.md | 29 ### compName subsection
|
H A D | _codec_comp_capability_v10.md | 55 ### compName subsection
|
H A D | _codec_comp_capability_v20.md | 55 ### compName subsection
|
/ohos5.0/drivers/peripheral/codec/test/fuzztest/omx_fuzzer/codeccreatecomponentomx_fuzzer/ |
H A D | codeccreatecomponent_fuzzer.cpp | 33 std::string compName("OMX.rk.video_encoder.avc"); in CodecCreateComponent() local
|
/ohos5.0/drivers/peripheral/codec/test/benchmarktest/ |
H A D | codec_benchmark_manager_test.cpp | 82 std::string compName(""); in BENCHMARK_F() local 111 std::string compName(""); in BENCHMARK_F() local
|
/ohos5.0/drivers/peripheral/codec/hal/src/ |
H A D | codec_component_manager_stub.c | 80 static int32_t ReadParamsForCreateComponent(struct HdfSBuf *data, char **compName, int64_t *appData, in ReadParamsForCreateComponent() 117 char *compName = NULL; in SerStubCreateComponent() local
|
H A D | codec_component_manager_proxy.c | 135 static int32_t FillHdfSBufData(struct HdfSBuf *data, char *compName, int64_t appData, in FillHdfSBufData() 157 …t32_t CreateComponent(struct CodecComponentType **component, uint32_t *componentId, char *compName, in CreateComponent()
|
H A D | codec_adapter.cpp | 36 int32_t OMXAdapterCreateComponent(struct CodecComponentNode **codecNode, char *compName, int64_t ap… in OMXAdapterCreateComponent() 275 int32_t OmxAdapterSetComponentRole(struct CodecComponentNode *codecNode, char *compName) in OmxAdapterSetComponentRole()
|
H A D | codec_component_manager_service.c | 138 …anagerCreateComponent(struct CodecComponentType **component, uint32_t *componentId, char *compName, in OmxManagerCreateComponent()
|
H A D | codec_config_parser.c | 251 const char *compName = NULL; in GetOneCapability() local
|
/ohos5.0/drivers/peripheral/codec/test/unittest/hdi_omx/ |
H A D | codec_hdi_manager_test.cpp | 79 std::string compName(""); variable
|
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/ |
H A D | codec_omx_core.cpp | 65 int32_t CodecOMXCore::GetHandle(OMX_HANDLETYPE &handle, std::string &compName, OMX_PTR appData, in GetHandle()
|
H A D | codec_component_manager_service.cpp | 72 const std::string &compName, int64_t appData, in CreateComponent()
|
H A D | component_mgr.cpp | 126 int32_t ComponentMgr::GetCoreOfComponent(CodecOMXCore* &core, const std::string compName) in GetCoreOfComponent()
|
H A D | codec_component_config.cpp | 203 const char *compName = nullptr; in GetOneCapability() local
|
/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/ |
H A D | codec_omx_core.cpp | 65 int32_t CodecOMXCore::GetHandle(OMX_HANDLETYPE &handle, std::string &compName, OMX_PTR appData, in GetHandle()
|
H A D | component_node.cpp | 66 …de::ComponentNode(struct CodecCallbackType *callback, int64_t appData, const std::string &compName) in ComponentNode()
|
/ohos5.0/drivers/peripheral/codec/interfaces/include/ |
H A D | codec_component_type.h | 156 char compName[NAME_LENGTH]; /** Codec component name. */ member 204 char compName[NAME_LENGTH]; /** The name of the component */ member
|
/ohos5.0/drivers/peripheral/codec/test/demo/idl/src/ |
H A D | codec_hdi_encode.cpp | 114 std::string compName(""); in Init() local 571 int32_t CodecHdiEncode::GetComponentName(std::string &compName) in GetComponentName()
|
H A D | codec_hdi_decode.cpp | 153 std::string compName(""); in Init() local 688 int32_t CodecHdiDecode::GetComponentName(std::string &compName) in GetComponentName()
|
/ohos5.0/drivers/peripheral/codec/test/demo/v2.0/src/ |
H A D | codec_hdi_decode.cpp | 575 std::string compName(""); in GetComponent() local
|
H A D | codec_hdi_encode.cpp | 726 std::string compName(""); in GetComponent() local
|