예제 #1
0
 public static extern mfxStatus MFXVideoENCODE_Query(mfxSession session, mfxVideoParam *inin, mfxVideoParam *outout);
예제 #2
0
 public static extern mfxStatus MFXVideoVPP_GetVideoParam(mfxSession session, mfxVideoParam *par);
예제 #3
0
 public static extern mfxStatus MFXVideoENCODE_Init(mfxSession session, mfxVideoParam *version);
예제 #4
0
 public static extern mfxStatus MFXVideoVPP_QueryIOSurf(mfxSession session, mfxVideoParam *par, mfxFrameAllocRequest *request);
예제 #5
0
 public static extern mfxStatus MFXVideoDECODE_DecodeHeader(mfxSession session, mfxBitstream *bs, mfxVideoParam *par);
예제 #6
0
 public static extern mfxStatus MFXVideoDECODE_Reset(mfxSession session, mfxVideoParam *version);
예제 #7
0
 public static extern mfxStatus NativeDecoder_Reset(IntPtr handle, mfxVideoParam *p);
예제 #8
0
 public static extern mfxStatus NativeDecoder_Init(IntPtr handle, mfxSession session, mfxVideoParam *mfxDecParamsX,
                                                   mfxVideoParam *VPPParamsX);