Searched refs:io_surface_ (Results 1 – 2 of 2) sorted by relevance
52 io_surface_(io_surface) {53 RTC_DCHECK(io_surface_);57 IOSurfaceUnlock(io_surface_.get(), kIOSurfaceLockReadOnly, nullptr);58 IOSurfaceDecrementUseCount(io_surface_.get());
37 const rtc::ScopedCFTypeRef<IOSurfaceRef> io_surface_; variable