HomeSort by relevance Sort by last modified time
    Searched refs:get_free_fb (Results 1 - 8 of 8) 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);
  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.c 215 const int free_fb = get_free_fb(cm);
307 cm->new_fb_idx = get_free_fb(cm);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decoder.c 240 const int free_fb = get_free_fb(cm);
316 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
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c     [all...]

Completed in 119 milliseconds