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

  /external/libvpx/libvpx/vp9/
vp9_dx_iface.h 39 int last_show_frame; // Index of last output frame. member in struct:vpx_codec_alg_priv
vp9_dx_iface.c 326 ctx->last_show_frame = -1;
674 if (ctx->frame_parallel_decode && ctx->last_show_frame >= 0) {
677 decrease_ref_count(ctx->last_show_frame, frame_bufs, pool);
696 ctx->last_show_frame = ctx->frame_cache[ctx->frame_cache_read].fb_idx;
732 ctx->last_show_frame = frame_worker_data->pbi->common.new_fb_idx;
904 if (ctx->last_show_frame >= 0)
905 *corrupted = frame_bufs[ctx->last_show_frame].buf.corrupted;
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_dthread.c 171 dst_cm->last_show_frame = !src_cm->show_existing_frame ?
172 src_cm->show_frame : src_cm->last_show_frame;
vp9_decoder.c 382 cm->last_show_frame = cm->show_frame;
vp9_decodeframe.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_onyxc_int.h 110 int last_show_frame; member in struct:VP9Common
288 cm->last_show_frame;
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 162 int last_show_frame; member in struct:VP9Common
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decoder.c 391 cm->last_show_frame = cm->show_frame;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c     [all...]
vp9_encoder.c     [all...]

Completed in 509 milliseconds