Searched defs:get_free_fb (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Donyxd_if.c42 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/
H A Dvp9_onyxc_int.h214 static INLINE int get_free_fb(VP9_COMMON *cm) { function

Completed in 271 milliseconds