Home
last modified time | relevance | path

Searched refs:VrrCheckSupportFunc_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhdecoder.h100 VrrCheckSupport VrrCheckSupportFunc_ = nullptr; variable
H A Dhdecoder.cpp444 VrrCheckSupportFunc_ = reinterpret_cast<VrrCheckSupport>(dlsym(vpeHandle_, in InitVrr()
448 … if (VrrCreateFunc_ == nullptr || VrrCheckSupportFunc_ == nullptr || VrrProcessFunc_ == nullptr || in InitVrr()
455 …int32_t ret = VrrCheckSupportFunc_(vrrHandle_, calledByAvcodec_ ? avcodecCaller_.processName.c_str… in InitVrr()