Lines Matching defs:list
300 static void coded_frame_add(void *list, struct FrameListData *cx_frame)
302 struct FrameListData **p = list;
316 static av_cold void free_frame_list(struct FrameListData *list)
318 struct FrameListData *p = list;
321 list = list->next;
323 p = list;
1328 /* avoid storing the frame when the list is empty and we haven't yet
1431 /* This list must be iterated from zero because regions are
1471 /* This list must be iterated in reverse, so for the case that
1841 { "ts-parameters", "Temporal scaling configuration using a :-separated list of key=value parameters", OFFSET(vpx_ts_parameters), AV_OPT_TYPE_DICT, {.str=NULL}, 0, 0, VE}, \