MCPcopy Create free account
hub / github.com/Aleksoid1978/VideoRenderer / AddRef

Method AddRef

Source/VideoProcessor.cpp:323–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321}
322
323STDMETHODIMP_(ULONG) CVideoProcessor::AddRef()
324{
325 return InterlockedIncrement(&m_nRefCount);
326}
327
328STDMETHODIMP_(ULONG) CVideoProcessor::Release()
329{

Callers 11

GetAllocatorMethod · 0.45
DoAfterChangingDeviceMethod · 0.45
OpenConfigurationFunction · 0.45
InitDeviceObjectsMethod · 0.45
InitDeviceObjectsMethod · 0.45
InitDeviceObjectsMethod · 0.45
InitDeviceObjectsMethod · 0.45
AllocMethod · 0.45
GetSubPicProviderMethod · 0.45
AllocMethod · 0.45
GetStaticMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected