Home
last modified time | relevance | path

Searched defs:pthis (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkallocator_d3d.c36 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()
Dgstmsdkallocator_libva.c41 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/
Dvf_deinterlace_qsv.c126 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()
Dqsvvpp.c184 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()
Dvf_scale_qsv.c228 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/
Dqsv.c518 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/
Dhwcontext_qsv.c391 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()