Searched refs:existing_task (Results 1 – 1 of 1) sorted by relevance
2035 struct dec_av1_task *task, *existing_task; in dec_av1_ShowExistingframe() local2047 existing_task = dec_av1_SearchTask(priv, &priv->codec_data.av1.started_tasks); in dec_av1_ShowExistingframe()2048 if (existing_task) { in dec_av1_ShowExistingframe()2049 ++existing_task->buf_ref_count; in dec_av1_ShowExistingframe()2050 task->buf = existing_task->buf; in dec_av1_ShowExistingframe()2051 task->buf_ref = &existing_task->buf; in dec_av1_ShowExistingframe()2054 existing_task = dec_av1_SearchTask(priv, &priv->codec_data.av1.finished_tasks); in dec_av1_ShowExistingframe()2055 if (existing_task) { in dec_av1_ShowExistingframe()2091 ((struct vl_video_buffer *)(existing_task->buf))->resources[0], in dec_av1_ShowExistingframe()2098 ((struct vl_video_buffer *)(existing_task->buf))->resources[1], in dec_av1_ShowExistingframe()[all …]