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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
onyxc_int.h 85 int new_fb_idx, lst_fb_idx, gld_fb_idx, alt_fb_idx; member in struct:VP8Common
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_onyxc_int.h 98 // roll new_fb_idx into it.
103 int new_fb_idx; member in struct:VP9Common
215 return &cm->frame_bufs[cm->new_fb_idx].buf;
  /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
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 97 // roll new_fb_idx into it.
102 int new_fb_idx; member in struct:VP9Common
214 return &cm->frame_bufs[cm->new_fb_idx].buf;
  /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;

Completed in 841 milliseconds