Home
last modified time | relevance | path

Searched refs:pthis (Results 1 – 8 of 8) 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() argument
43 gst_msdk_frame_free (mfxHDL pthis, mfxFrameAllocResponse * resp) in gst_msdk_frame_free() argument
49 gst_msdk_frame_lock (mfxHDL pthis, mfxMemId mid, mfxFrameData * data) in gst_msdk_frame_lock() argument
55 gst_msdk_frame_unlock (mfxHDL pthis, mfxMemId mid, mfxFrameData * ptr) in gst_msdk_frame_unlock() argument
61 gst_msdk_frame_get_hdl (mfxHDL pthis, mfxMemId mid, mfxHDL * hdl) in gst_msdk_frame_get_hdl() argument
70 .pthis = context, in gst_msdk_set_frame_allocator()
Dgstmsdkallocator.h59 mfxStatus gst_msdk_frame_alloc(mfxHDL pthis, mfxFrameAllocRequest *req, mfxFrameAllocResponse *resp…
60 mfxStatus gst_msdk_frame_free(mfxHDL pthis, mfxFrameAllocResponse *resp);
61 mfxStatus gst_msdk_frame_lock(mfxHDL pthis, mfxMemId mid, mfxFrameData *ptr);
62 mfxStatus gst_msdk_frame_unlock(mfxHDL pthis, mfxMemId mid, mfxFrameData *ptr);
63 mfxStatus gst_msdk_frame_get_hdl(mfxHDL pthis, mfxMemId mid, mfxHDL *hdl);
Dgstmsdkallocator_libva.c41 gst_msdk_frame_alloc (mfxHDL pthis, mfxFrameAllocRequest * req, in gst_msdk_frame_alloc() argument
53 GstMsdkContext *context = (GstMsdkContext *) pthis; in gst_msdk_frame_alloc()
257 gst_msdk_frame_free (mfxHDL pthis, mfxFrameAllocResponse * resp) in gst_msdk_frame_free() argument
259 GstMsdkContext *context = (GstMsdkContext *) pthis; in gst_msdk_frame_free()
320 gst_msdk_frame_lock (mfxHDL pthis, mfxMemId mid, mfxFrameData * data) in gst_msdk_frame_lock() argument
322 GstMsdkContext *context = (GstMsdkContext *) pthis; in gst_msdk_frame_lock()
478 gst_msdk_frame_unlock (mfxHDL pthis, mfxMemId mid, mfxFrameData * ptr) in gst_msdk_frame_unlock() argument
480 GstMsdkContext *context = (GstMsdkContext *) pthis; in gst_msdk_frame_unlock()
509 gst_msdk_frame_get_hdl (mfxHDL pthis, mfxMemId mid, mfxHDL * hdl) in gst_msdk_frame_get_hdl() argument
526 .pthis = context, in gst_msdk_set_frame_allocator()
/third_party/ffmpeg/libavfilter/
Dvf_deinterlace_qsv.c126 static mfxStatus frame_alloc(mfxHDL pthis, mfxFrameAllocRequest *req, in frame_alloc() argument
129 AVFilterContext *ctx = pthis; in frame_alloc()
143 static mfxStatus frame_free(mfxHDL pthis, mfxFrameAllocResponse *resp) in frame_free() argument
148 static mfxStatus frame_lock(mfxHDL pthis, mfxMemId mid, mfxFrameData *ptr) in frame_lock() argument
153 static mfxStatus frame_unlock(mfxHDL pthis, mfxMemId mid, mfxFrameData *ptr) in frame_unlock() argument
158 static mfxStatus frame_get_hdl(mfxHDL pthis, mfxMemId mid, mfxHDL *hdl) in frame_get_hdl() argument
265 .pthis = ctx, in init_out_session()
Dvf_scale_qsv.c228 static mfxStatus frame_alloc(mfxHDL pthis, mfxFrameAllocRequest *req, in frame_alloc() argument
231 AVFilterContext *ctx = pthis; in frame_alloc()
250 static mfxStatus frame_free(mfxHDL pthis, mfxFrameAllocResponse *resp) in frame_free() argument
255 static mfxStatus frame_lock(mfxHDL pthis, mfxMemId mid, mfxFrameData *ptr) in frame_lock() argument
260 static mfxStatus frame_unlock(mfxHDL pthis, mfxMemId mid, mfxFrameData *ptr) in frame_unlock() argument
265 static mfxStatus frame_get_hdl(mfxHDL pthis, mfxMemId mid, mfxHDL *hdl) in frame_get_hdl() argument
378 .pthis = ctx, in init_out_session()
Dqsvvpp.c184 static mfxStatus frame_alloc(mfxHDL pthis, mfxFrameAllocRequest *req, in frame_alloc() argument
187 QSVVPPContext *s = pthis; in frame_alloc()
218 static mfxStatus frame_free(mfxHDL pthis, mfxFrameAllocResponse *resp) in frame_free() argument
224 static mfxStatus frame_lock(mfxHDL pthis, mfxMemId mid, mfxFrameData *ptr) in frame_lock() argument
229 static mfxStatus frame_unlock(mfxHDL pthis, mfxMemId mid, mfxFrameData *ptr) in frame_unlock() argument
234 static mfxStatus frame_get_hdl(mfxHDL pthis, mfxMemId mid, mfxHDL *hdl) in frame_get_hdl() argument
653 .pthis = s, in init_vpp_session()
/third_party/ffmpeg/libavcodec/
Dqsv.c518 static mfxStatus qsv_frame_alloc(mfxHDL pthis, mfxFrameAllocRequest *req, in qsv_frame_alloc() argument
521 QSVFramesContext *ctx = pthis; in qsv_frame_alloc()
607 static mfxStatus qsv_frame_free(mfxHDL pthis, mfxFrameAllocResponse *resp) in qsv_frame_free() argument
615 static mfxStatus qsv_frame_lock(mfxHDL pthis, mfxMemId mid, mfxFrameData *ptr) in qsv_frame_lock() argument
672 static mfxStatus qsv_frame_unlock(mfxHDL pthis, mfxMemId mid, mfxFrameData *ptr) in qsv_frame_unlock() argument
682 static mfxStatus qsv_frame_get_hdl(mfxHDL pthis, mfxMemId mid, mfxHDL *hdl) in qsv_frame_get_hdl() argument
771 .pthis = qsv_frames_ctx, in ff_qsv_init_session_frames()
/third_party/ffmpeg/libavutil/
Dhwcontext_qsv.c391 static mfxStatus frame_alloc(mfxHDL pthis, mfxFrameAllocRequest *req, in frame_alloc() argument
394 AVHWFramesContext *ctx = pthis; in frame_alloc()
419 static mfxStatus frame_free(mfxHDL pthis, mfxFrameAllocResponse *resp) in frame_free() argument
424 static mfxStatus frame_lock(mfxHDL pthis, mfxMemId mid, mfxFrameData *ptr) in frame_lock() argument
429 static mfxStatus frame_unlock(mfxHDL pthis, mfxMemId mid, mfxFrameData *ptr) in frame_unlock() argument
434 static mfxStatus frame_get_hdl(mfxHDL pthis, mfxMemId mid, mfxHDL *hdl) in frame_get_hdl() argument
449 .pthis = ctx, in qsv_init_internal_session()