Home
last modified time | relevance | path

Searched refs:last_show_frame (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.h32 int last_show_frame; // Index of last output frame. member
Dvp9_dx_iface.c255 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()
/external/libaom/libaom/av1/
Dav1_dx_iface.c47 RefCntBuffer *last_show_frame; // Last output frame buffer member
438 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()
/external/libvpx/libvpx/vp9/common/
Dvp9_onyxc_int.h142 int last_show_frame; member
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.c412 cm->last_show_frame = cm->show_frame; in vp9_receive_compressed_data()
Dvp9_decodeframe.c2515 cm->last_show_frame && (cm->last_frame_type != KEY_FRAME); in vp9_decode_frame()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c4924 cm->last_show_frame = cm->show_frame;
Dvp9_encodeframe.c5710 cm->height == cm->last_height && !cm->intra_only && cm->last_show_frame; in encode_frame_internal()