HomeSort by relevance Sort by last modified time
    Searched refs:last_show_frame (Results 1 - 7 of 7) sorted by null

  /external/libvpx/libvpx/vp9/
vp9_dx_iface.h 32 int last_show_frame; // Index of last output frame. member in struct:vpx_codec_alg_priv
vp9_dx_iface.c 239 ctx->last_show_frame = -1;
392 ctx->last_show_frame = ctx->pbi->common.new_fb_idx;
516 if (ctx->last_show_frame >= 0)
517 *corrupted = frame_bufs[ctx->last_show_frame].buf.corrupted;
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 140 int last_show_frame; member in struct:VP9Common
  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.c 362 cm->last_show_frame = cm->show_frame;
vp9_decodeframe.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c     [all...]
vp9_encoder.c     [all...]

Completed in 116 milliseconds