Skip to content

Latest commit

 

History

History
31 lines (13 loc) · 1.01 KB

deinterlace-container-device-for-deinterlacing.md

File metadata and controls

31 lines (13 loc) · 1.01 KB
title description keywords ms.date
Deinterlace Container Device for Deinterlacing
Deinterlace Container Device for Deinterlacing
deinterlace container device WDK DirectX VA
container device WDK DirectX VA
04/20/2017

Deinterlace Container Device for Deinterlacing

The sample functions for deinterlacing can only be used in the context of a DirectX VA device, so it is necessary to first define and create a deinterlace container device.

If a driver supports accelerated decoding of compressed video, when initiated by the VMR, the driver also creates two more DirectX VA devices: one to perform the video decoding work and one to perform deinterlacing operations.

Note   The deinterlace container device is a software construct only and does not represent any functional hardware contained on a device.