Searched defs:pthis (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkallocator_d3d.c | 36 gst_msdk_frame_alloc (mfxHDL pthis, mfxFrameAllocRequest * req, in gst_msdk_frame_alloc() 43 gst_msdk_frame_free (mfxHDL pthis, mfxFrameAllocResponse * resp) in gst_msdk_frame_free() 49 gst_msdk_frame_lock (mfxHDL pthis, mfxMemId mid, mfxFrameData * data) in gst_msdk_frame_lock() 55 gst_msdk_frame_unlock (mfxHDL pthis, mfxMemId mid, mfxFrameData * ptr) in gst_msdk_frame_unlock() 61 gst_msdk_frame_get_hdl (mfxHDL pthis, mfxMemId mid, mfxHDL * hdl) in gst_msdk_frame_get_hdl()
|
D | gstmsdkallocator_libva.c | 41 gst_msdk_frame_alloc (mfxHDL pthis, mfxFrameAllocRequest * req, in gst_msdk_frame_alloc() 257 gst_msdk_frame_free (mfxHDL pthis, mfxFrameAllocResponse * resp) in gst_msdk_frame_free() 320 gst_msdk_frame_lock (mfxHDL pthis, mfxMemId mid, mfxFrameData * data) in gst_msdk_frame_lock() 478 gst_msdk_frame_unlock (mfxHDL pthis, mfxMemId mid, mfxFrameData * ptr) in gst_msdk_frame_unlock() 509 gst_msdk_frame_get_hdl (mfxHDL pthis, mfxMemId mid, mfxHDL * hdl) in gst_msdk_frame_get_hdl()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_deinterlace_qsv.c | 126 static mfxStatus frame_alloc(mfxHDL pthis, mfxFrameAllocRequest *req, in frame_alloc() 143 static mfxStatus frame_free(mfxHDL pthis, mfxFrameAllocResponse *resp) in frame_free() 148 static mfxStatus frame_lock(mfxHDL pthis, mfxMemId mid, mfxFrameData *ptr) in frame_lock() 153 static mfxStatus frame_unlock(mfxHDL pthis, mfxMemId mid, mfxFrameData *ptr) in frame_unlock() 158 static mfxStatus frame_get_hdl(mfxHDL pthis, mfxMemId mid, mfxHDL *hdl) in frame_get_hdl()
|
D | qsvvpp.c | 184 static mfxStatus frame_alloc(mfxHDL pthis, mfxFrameAllocRequest *req, in frame_alloc() 218 static mfxStatus frame_free(mfxHDL pthis, mfxFrameAllocResponse *resp) in frame_free() 224 static mfxStatus frame_lock(mfxHDL pthis, mfxMemId mid, mfxFrameData *ptr) in frame_lock() 229 static mfxStatus frame_unlock(mfxHDL pthis, mfxMemId mid, mfxFrameData *ptr) in frame_unlock() 234 static mfxStatus frame_get_hdl(mfxHDL pthis, mfxMemId mid, mfxHDL *hdl) in frame_get_hdl()
|
D | vf_scale_qsv.c | 228 static mfxStatus frame_alloc(mfxHDL pthis, mfxFrameAllocRequest *req, in frame_alloc() 250 static mfxStatus frame_free(mfxHDL pthis, mfxFrameAllocResponse *resp) in frame_free() 255 static mfxStatus frame_lock(mfxHDL pthis, mfxMemId mid, mfxFrameData *ptr) in frame_lock() 260 static mfxStatus frame_unlock(mfxHDL pthis, mfxMemId mid, mfxFrameData *ptr) in frame_unlock() 265 static mfxStatus frame_get_hdl(mfxHDL pthis, mfxMemId mid, mfxHDL *hdl) in frame_get_hdl()
|
/third_party/ffmpeg/libavcodec/ |
D | qsv.c | 518 static mfxStatus qsv_frame_alloc(mfxHDL pthis, mfxFrameAllocRequest *req, in qsv_frame_alloc() 607 static mfxStatus qsv_frame_free(mfxHDL pthis, mfxFrameAllocResponse *resp) in qsv_frame_free() 615 static mfxStatus qsv_frame_lock(mfxHDL pthis, mfxMemId mid, mfxFrameData *ptr) in qsv_frame_lock() 672 static mfxStatus qsv_frame_unlock(mfxHDL pthis, mfxMemId mid, mfxFrameData *ptr) in qsv_frame_unlock() 682 static mfxStatus qsv_frame_get_hdl(mfxHDL pthis, mfxMemId mid, mfxHDL *hdl) in qsv_frame_get_hdl()
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext_qsv.c | 391 static mfxStatus frame_alloc(mfxHDL pthis, mfxFrameAllocRequest *req, in frame_alloc() 419 static mfxStatus frame_free(mfxHDL pthis, mfxFrameAllocResponse *resp) in frame_free() 424 static mfxStatus frame_lock(mfxHDL pthis, mfxMemId mid, mfxFrameData *ptr) in frame_lock() 429 static mfxStatus frame_unlock(mfxHDL pthis, mfxMemId mid, mfxFrameData *ptr) in frame_unlock() 434 static mfxStatus frame_get_hdl(mfxHDL pthis, mfxMemId mid, mfxHDL *hdl) in frame_get_hdl()
|