Searched refs:coded_frame_list (Results 1 – 2 of 2) sorted by relevance
67 struct FrameListData *coded_frame_list; member329 free_frame_list(ctx->coded_frame_list); in aom_free()1034 if (ctx->coded_frame_list) { in queue_frames()1035 struct FrameListData *cx_frame = ctx->coded_frame_list; in queue_frames()1040 ctx->coded_frame_list = cx_frame->next; in queue_frames()1054 av_assert0(!ctx->coded_frame_list); in queue_frames()1079 coded_frame_add(&ctx->coded_frame_list, cx_frame); in queue_frames()
78 struct FrameListData *coded_frame_list; member385 free_frame_list(ctx->coded_frame_list); in vpx_free()1271 if (ctx->coded_frame_list) { in queue_frames()1272 struct FrameListData *cx_frame = ctx->coded_frame_list; in queue_frames()1277 ctx->coded_frame_list = cx_frame->next; in queue_frames()1293 av_assert0(!ctx->coded_frame_list); in queue_frames()1328 coded_frame_add(&ctx->coded_frame_list, cx_frame); in queue_frames()