Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/decoder/
Dvp9_dthread.c171 dst_cm->last_show_frame = !src_cm->show_existing_frame in vp9_frameworker_copy_context()
173 : src_cm->last_show_frame; in vp9_frameworker_copy_context()
Dvp9_decoder.c378 cm->last_show_frame = cm->show_frame; in vp9_receive_compressed_data()
Dvp9_decodeframe.c2074 cm->last_show_frame && (cm->last_frame_type != KEY_FRAME); in vp9_decode_frame()
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.h39 int last_show_frame; // Index of last output frame. member
Dvp9_dx_iface.c312 ctx->last_show_frame = -1; in init_decoder()
651 if (ctx->frame_parallel_decode && ctx->last_show_frame >= 0) { in release_last_output_frame()
654 decrease_ref_count(ctx->last_show_frame, frame_bufs, pool); in release_last_output_frame()
673 ctx->last_show_frame = ctx->frame_cache[ctx->frame_cache_read].fb_idx; in decoder_get_frame()
707 ctx->last_show_frame = frame_worker_data->pbi->common.new_fb_idx; in decoder_get_frame()
879 if (ctx->last_show_frame >= 0) in ctrl_get_frame_corrupted()
880 *corrupted = frame_bufs[ctx->last_show_frame].buf.corrupted; in ctrl_get_frame_corrupted()
/external/libvpx/libvpx/vp9/common/
Dvp9_onyxc_int.h161 int last_show_frame; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c4555 if (!cm->show_existing_frame) cm->last_show_frame = cm->show_frame;
Dvp9_encodeframe.c4506 cm->height == cm->last_height && !cm->intra_only && cm->last_show_frame; in encode_frame_internal()