// d3d12umddi.h
typedef struct D3D12DDI_DEVICE_FUNCS_VIDEO_0076 {
PFND3D12DDI_VIDEO_GETCAPS pfnGetCaps;
PFND3D12DDI_CALCPRIVATEVIDEODECODERSIZE_0072 pfnCalcPrivateVideoDecoderSize;
PFND3D12DDI_CREATEVIDEODECODER_0072 pfnCreateVideoDecoder;
PFND3D12DDI_DESTROYVIDEODECODER_0021 pfnDestroyVideoDecoder;
PFND3D12DDI_CALCPRIVATEVIDEODECODERHEAPSIZE_0072 pfnCalcPrivateVideoDecoderHeapSize;
PFND3D12DDI_CREATEVIDEODECODERHEAP_0072 pfnCreateVideoDecoderHeap;
PFND3D12DDI_DESTROYVIDEODECODERHEAP_0032 pfnDestroyVideoDecoderHeap;
PFND3D12DDI_CALCPRIVATEVIDEOPROCESSORSIZE_0072 pfnCalcPrivateVideoProcessorSize;
PFND3D12DDI_CREATEVIDEOPROCESSOR_0072 pfnCreateVideoProcessor;
PFND3D12DDI_DESTROYVIDEOPROCESSOR_0021 pfnDestroyVideoProcessor;
PFND3D12DDI_CALCPRIVATEVIDEOMOTIONESTIMATORSIZE_0060 pfnCalcPrivateVideoMotionEstimatorSize;
PFND3D12DDI_CREATEVIDEOMOTIONESTIMATOR_0060 pfnCreateVideoMotionEstimator;
PFND3D12DDI_DESTROYVIDEOMOTIONESTIMATOR_0053 pfnDestroyVideoMotionEstimator;
PFND3D12DDI_CALCPRIVATEVIDEOMOTIONVECTORHEAPSIZE_0060 pfnCalcPrivateVideoMotionVectorHeapSize;
PFND3D12DDI_CREATEVIDEOMOTIONVECTORHEAP_0060 pfnCreateVideoMotionVectorHeap;
PFND3D12DDI_DESTROYVIDEOMOTIONVECTORHEAP_0053 pfnDestroyVideoMotionVectorHeap;
PFND3D12DDI_CALCPRIVATEVIDEOEXTENSIONCOMMANDSIZE_0061 pfnCalcPrivateVideoExtensionCommandSize;
PFND3D12DDI_CREATEVIDEOEXTENSIONCOMMAND_0063 pfnCreateVideoExtensionCommand;
PFND3D12DDI_DESTROYVIDEOEXTENSIONCOMMAND_0063 pfnDestroyVideoExtensionCommand;
PFND3D12DDI_EXECUTEDEVICEVIDEOEXTENSIONCOMMAND_0076 pfnExecuteDeviceVideoExtensionCommand;
} D3D12DDI_DEVICE_FUNCS_VIDEO_0076;
View the official Windows Driver Kit DDI referenceNo description available.
Contains device functions for core features in video, used in D3D12DDI_FEATURE_VERSION_VIDEO_0076.
pfnGetCapsGet capabilities.
pfnCalcPrivateVideoDecoderSizeCalculates the private video decoder size.
pfnCreateVideoDecoderCreates a video decoder.
pfnDestroyVideoDecoderDestroys the video decoder.
pfnCalcPrivateVideoDecoderHeapSizeCalculates the private video decoder heap size.
pfnCreateVideoDecoderHeapCreates the video decoder heap.
pfnDestroyVideoDecoderHeapDestroys the video decoder heap.
pfnCalcPrivateVideoProcessorSizeCalculates the private video processor size.
pfnCreateVideoProcessorCreates the video processor.
pfnDestroyVideoProcessorDestroys the video processor.
pfnCalcPrivateVideoMotionEstimatorSizeCalculates private video motion estimator size.
pfnCreateVideoMotionEstimatorCreate video motion estimator.
pfnDestroyVideoMotionEstimatorDestroy video motion estimator.
pfnCalcPrivateVideoMotionVectorHeapSizeCalculate private video motion vector heap size.
pfnCreateVideoMotionVectorHeapCreate video motion vector heap.
pfnDestroyVideoMotionVectorHeapDestroy video motion vector heap.
pfnCalcPrivateVideoExtensionCommandSizeReturns the driver for the video extension object size.
pfnCreateVideoExtensionCommandCreates a video extension command.
pfnDestroyVideoExtensionCommandDestroys the video extension command.
pfnExecuteDeviceVideoExtensionCommandExecutes a device video extension command. See the Protected Resources Specification for more information.