HomeSort by relevance Sort by last modified time
    Searched defs:new_fb_idx (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp8/common/
onyxc_int.h 85 int new_fb_idx, lst_fb_idx, gld_fb_idx, alt_fb_idx; member in struct:VP8Common
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyxc_int.h 85 int new_fb_idx, lst_fb_idx, gld_fb_idx, alt_fb_idx; member in struct:VP8Common
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_onyxc_int.h 97 // roll new_fb_idx into it.
102 int new_fb_idx; member in struct:VP9Common
211 return &cm->frame_bufs[cm->new_fb_idx].buf;
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 146 // roll new_fb_idx into it.
151 int new_fb_idx; member in struct:VP9Common
302 return &cm->buffer_pool->frame_bufs[cm->new_fb_idx].buf;

Completed in 94 milliseconds