Ejemplo n.º 1
0
        public unsafe void AllocFrames(mfxFrameAllocRequest *req, mfxFrameAllocResponse *resp)
        {
            // if ( req->Type)
            var sts = VideoAccelerationSupportPInvoke.VideoAccelerationSupport_Alloc(acceleratorHandle, req, resp);

            QuickSyncStatic.ThrowOnBadStatus(sts, "VideoAccelerationSupport_Alloc");
        }
Ejemplo n.º 2
0
 public static unsafe extern mfxStatus VideoAccelerationSupport_Alloc(IntPtr handle, mfxFrameAllocRequest *req, mfxFrameAllocResponse *resp);
Ejemplo n.º 3
0
 public static extern mfxStatus MFXVideoVPP_QueryIOSurf(mfxSession session, mfxVideoParam *par, mfxFrameAllocRequest *request);