Home
last modified time | relevance | path

Searched refs:getCapsFuncName_ (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/av_codec/services/engine/codec/include/video/
H A Dvideo_codec_loader.h26 : libPath_(libPath), createFuncName_(createFuncName), getCapsFuncName_(getCapsFuncName){}; in VideoCodecLoader()
43 const char *getCapsFuncName_ = nullptr; member in OHOS::MediaAVCodec::VideoCodecLoader
/foundation/multimedia/av_codec/services/engine/codec/video/
H A Dvideo_codec_loader.cpp37 auto getCapsFunc = reinterpret_cast<GetCapabilityFuncType>(dlsym(handle, getCapsFuncName_)); in Init()
39 getCapsFuncName_); in Init()

Completed in 1 milliseconds