Searched refs:RELEASE_WRL (Results 1 – 2 of 2) sorted by relevance
2294 RELEASE_WRL(vd_pMedCap); in initDevice()2397 RELEASE_WRL(vd_pMedCap) in closeDevice()2753 RELEASE_WRL(vd_pMedCap) in ~videoDevice()
465 #define RELEASE_WRL(x) x = nullptr; macro555 #define RELEASE_WRL(x) if (x) { (x)->Release(); x = nullptr; } macro