コード例 #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");
        }
コード例 #2
0
 public static unsafe extern mfxStatus VideoAccelerationSupport_Alloc(IntPtr handle, mfxFrameAllocRequest *req, mfxFrameAllocResponse *resp);
コード例 #3
0
 public static extern mfxStatus MFXVideoVPP_QueryIOSurf(mfxSession session, mfxVideoParam *par, mfxFrameAllocRequest *request);