Searched refs:free_tasks (Results 1 – 6 of 6) sorted by relevance
85 struct list_head free_tasks; \134 struct list_head free_tasks;
185 if (!list_is_empty(&priv->free_tasks)) { in enc_NeedTask_common()186 task = LIST_ENTRY(struct encode_task, priv->free_tasks.next, list); in enc_NeedTask_common()
309 enc_MoveTasks(&inp->tasks, &priv->free_tasks); in encode_frame()429 list_inithead(&priv->free_tasks); in h264e_prc_create_encoder()444 enc_ReleaseTasks(&priv->free_tasks); in h264e_prc_destroy_encoder()
450 struct list_head free_tasks; member
238 list_inithead(&priv->free_tasks); in vid_enc_Constructor()251 enc_ReleaseTasks(&priv->free_tasks); in vid_enc_Destructor()855 enc_MoveTasks(&inp->tasks, &priv->free_tasks); in vid_enc_EncodeFrame()
1921 if (!list_is_empty(&priv->codec_data.av1.free_tasks)) { in dec_av1_NeedTask()1923 priv->codec_data.av1.free_tasks.next, list); in dec_av1_NeedTask()1992 list_addtail(&t->list, &priv->codec_data.av1.free_tasks); in dec_av1_SortTask()2382 dec_av1_ReleaseTask(priv, &priv->codec_data.av1.free_tasks); in vid_dec_av1_ReleaseTasks()2464 list_inithead(&priv->codec_data.av1.free_tasks); in vid_dec_av1_Init()