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

  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 45 static int get_free_fb (VP8_COMMON *cm);
185 free_fb = get_free_fb(cm);
198 static int get_free_fb (VP8_COMMON *cm) function
296 cm->lst_fb_idx = get_free_fb(cm);
332 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);
  /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
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 305 static INLINE int get_free_fb(VP9_COMMON *cm) { function

Completed in 102 milliseconds