Searched refs:last_show_frame (Results 1 – 8 of 8) sorted by relevance
32 int last_show_frame; // Index of last output frame. member
255 ctx->last_show_frame = -1; in init_decoder()414 ctx->last_show_frame = ctx->pbi->common.new_fb_idx; in decoder_get_frame()538 if (ctx->last_show_frame >= 0) in ctrl_get_frame_corrupted()539 *corrupted = frame_bufs[ctx->last_show_frame].buf.corrupted; in ctrl_get_frame_corrupted()
47 RefCntBuffer *last_show_frame; // Last output frame buffer member438 ctx->last_show_frame = NULL; in init_decoder()778 ctx->last_show_frame = output_frame_buf; in decoder_get_frame()1013 if (ctx->last_show_frame != NULL) in ctrl_get_frame_corrupted()1014 *corrupted = ctx->last_show_frame->buf.corrupted; in ctrl_get_frame_corrupted()
142 int last_show_frame; member
412 cm->last_show_frame = cm->show_frame; in vp9_receive_compressed_data()
2515 cm->last_show_frame && (cm->last_frame_type != KEY_FRAME); in vp9_decode_frame()
4924 cm->last_show_frame = cm->show_frame;
5710 cm->height == cm->last_height && !cm->intra_only && cm->last_show_frame; in encode_frame_internal()