Home
last modified time | relevance | path

Searched refs:last_show_frame_buf (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dencoder.h754 RefCntBuffer *last_show_frame_buf; // last show frame buffer member
Dencoder.c2612 cpi->last_show_frame_buf = NULL; in av1_create_compressor()
4864 if (cm->show_frame) cpi->last_show_frame_buf = cm->cur_frame; in encode_frame_to_data_rate()
5097 if (cm->show_frame) cpi->last_show_frame_buf = cm->cur_frame; in encode_frame_to_data_rate()
5522 if (cpi->last_show_frame_buf == NULL) return -1; in av1_get_last_show_frame()
5524 *frame = cpi->last_show_frame_buf->buf; in av1_get_last_show_frame()