Пример #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);