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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
onyxd_if.c 42 static int get_free_fb (VP8_COMMON *cm);
168 free_fb = get_free_fb(cm);
181 static int get_free_fb (VP8_COMMON *cm) function
279 cm->lst_fb_idx = get_free_fb(cm);
313 cm->new_fb_idx = get_free_fb (cm);
  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 42 static int get_free_fb (VP8_COMMON *cm);
168 free_fb = get_free_fb(cm);
187 static int get_free_fb (VP8_COMMON *cm) function
285 cm->lst_fb_idx = get_free_fb(cm);
331 cm->new_fb_idx = get_free_fb (cm);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
onyxd_if.c 42 static int get_free_fb (VP8_COMMON *cm);
168 free_fb = get_free_fb(cm);
187 static int get_free_fb (VP8_COMMON *cm) function
285 cm->lst_fb_idx = get_free_fb(cm);
333 cm->new_fb_idx = get_free_fb (cm);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_onyxc_int.h 218 static INLINE int get_free_fb(VP9_COMMON *cm) { function
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 217 static INLINE int get_free_fb(VP9_COMMON *cm) { function
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_onyxc_int.h 214 static INLINE int get_free_fb(VP9_COMMON *cm) { function

Completed in 396 milliseconds