Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/services/engine/codec/video/
H A Dvideo_codec_loader.cpp37 auto getCapsFunc = reinterpret_cast<GetCapabilityFuncType>(dlsym(handle, getCapsFuncName_)); in Init() local
38 CHECK_AND_RETURN_RET_LOG(getCapsFunc != nullptr, AVCS_ERR_UNKNOWN, "Load getCapsFunc failed: %{public}s", in Init()
42 getCapsFunc_ = getCapsFunc; in Init()

Completed in 1 milliseconds