Home
last modified time | relevance | path

Searched refs:createFuncName (Results 1 - 8 of 8) sorted by relevance

/foundation/multimedia/av_codec/services/engine/codec/include/video/
H A Dvideo_codec_loader.h25 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 Dreference_parser_manager.cpp121 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 Dstream_parser_manager.cpp201 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 Dvideo_processing_loader.cpp247 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 Dimage_processing_loader.cpp229 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 Ddragging_player_agent.cpp194 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 Dvideo_processing_loader.h77 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 Dimage_processing_loader.h78 const std::string& createFuncName, const std::string& destroyFuncName, const std::string& path);

Completed in 3 milliseconds