Home
last modified time | relevance | path

Searched refs:MsdkDecTask (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkdec.c647 finish_task (GstMsdkDec * thiz, MsdkDecTask * task) in finish_task()
694 gst_msdkdec_finish_task (GstMsdkDec * thiz, MsdkDecTask * task) in gst_msdkdec_finish_task()
1001 find_msdk_surface (GstMsdkDec * thiz, MsdkDecTask * task, in find_msdk_surface()
1055 MsdkDecTask *task = NULL; in gst_msdkdec_handle_frame()
1214 task = &g_array_index (thiz->tasks, MsdkDecTask, thiz->next_task); in gst_msdkdec_handle_frame()
1234 task = &g_array_index (thiz->tasks, MsdkDecTask, thiz->next_task); in gst_msdkdec_handle_frame()
1627 MsdkDecTask *task; in gst_msdkdec_drain()
1639 task = &g_array_index (thiz->tasks, MsdkDecTask, thiz->next_task); in gst_msdkdec_drain()
1694 task = &g_array_index (thiz->tasks, MsdkDecTask, thiz->next_task); in gst_msdkdec_drain()
1899 thiz->tasks = g_array_new (FALSE, TRUE, sizeof (MsdkDecTask)); in gst_msdkdec_init()
Dgstmsdkdec.h61 typedef struct _MsdkDecTask MsdkDecTask; typedef