Searched refs:createFuncName (Results 1 - 8 of 8) sorted by relevance
/foundation/multimedia/av_codec/services/engine/codec/include/video/ |
H A D | video_codec_loader.h | 25 VideoCodecLoader(const char *libPath, const char *createFuncName, const char *getCapsFuncName) in VideoCodecLoader() argument 26 : libPath_(libPath), createFuncName_(createFuncName), getCapsFuncName_(getCapsFuncName){}; in VideoCodecLoader()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/ |
H A D | reference_parser_manager.cpp | 121 std::string createFuncName = "CreateRefParser"; in CheckSymbol() local 125 createFunc = (CreateFunc)(::dlsym(handler, createFuncName.c_str())); in CheckSymbol() 128 MEDIA_LOG_D("CreateFuncName %{public}s", createFuncName.c_str()); in CheckSymbol()
|
H A D | stream_parser_manager.cpp | 201 std::string createFuncName = "CreateStreamParser"; in CheckSymbol() local 205 createFunc = (CreateFunc)(::dlsym(handler, createFuncName.c_str())); in CheckSymbol() 208 MEDIA_LOG_D("CreateFuncName %{public}s", createFuncName.c_str()); in CheckSymbol()
|
/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/ |
H A D | video_processing_loader.cpp | 247 const std::string& createFuncName, const std::string& destroyFuncName, const std::string& path) 249 createNdkFunc createFunc = reinterpret_cast<createNdkFunc>(dlsym(libHandle_, createFuncName.c_str())); 252 createFuncName.c_str(), path.c_str(), path.c_str());
|
/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/image_processing/ |
H A D | image_processing_loader.cpp | 229 const std::string& createFuncName, const std::string& destroyFuncName, const std::string& path) 231 createNdkFunc createFunc = reinterpret_cast<createNdkFunc>(dlsym(libHandle_, createFuncName.c_str())); 234 createFuncName.c_str(), path.c_str(), path.c_str());
|
/foundation/multimedia/player_framework/services/engine/histreamer/player/ |
H A D | dragging_player_agent.cpp | 194 std::string createFuncName = "CreateDraggingPlayer"; in CheckSymbol() local 198 createFunc = (CreateFunc)(::dlsym(handler, createFuncName.c_str())); in CheckSymbol() 201 MEDIA_LOG_D("CheckSymbol: createFuncName %{public}s", createFuncName.c_str()); in CheckSymbol()
|
/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/include/ |
H A D | video_processing_loader.h | 77 const std::string& createFuncName, const std::string& destroyFuncName, const std::string& path);
|
/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/image_processing/include/ |
H A D | image_processing_loader.h | 78 const std::string& createFuncName, const std::string& destroyFuncName, const std::string& path);
|
Completed in 3 milliseconds