Searched refs:IsHdrPictureOnFunc (Results 1 – 2 of 2) sorted by relevance
96 using IsHdrPictureOnFunc = bool(*)(); variable114 IsHdrPictureOnFunc isHdrPictureOn_{nullptr};
124 isHdrPictureOn_ = reinterpret_cast<IsHdrPictureOnFunc>(dlsym(extLibHandle_, "IsHdrPictureOn")); in LoadStatusControl()