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(priv->free_tasks.next, struct encode_task, list); in enc_NeedTask_common()
311 enc_MoveTasks(&inp->tasks, &priv->free_tasks); in encode_frame()430 list_inithead(&priv->free_tasks); in h264e_prc_create_encoder()445 enc_ReleaseTasks(&priv->free_tasks); in h264e_prc_destroy_encoder()
450 struct list_head free_tasks; member
239 list_inithead(&priv->free_tasks); in vid_enc_Constructor()252 enc_ReleaseTasks(&priv->free_tasks); in vid_enc_Destructor()856 enc_MoveTasks(&inp->tasks, &priv->free_tasks); in vid_enc_EncodeFrame()
1923 if (!list_is_empty(&priv->codec_data.av1.free_tasks)) { in dec_av1_NeedTask()1924 task = list_entry(priv->codec_data.av1.free_tasks.next, in dec_av1_NeedTask()1994 list_addtail(&t->list, &priv->codec_data.av1.free_tasks); in dec_av1_SortTask()2383 dec_av1_ReleaseTask(priv, &priv->codec_data.av1.free_tasks); in vid_dec_av1_ReleaseTasks()2465 list_inithead(&priv->codec_data.av1.free_tasks); in vid_dec_av1_Init()