Home
last modified time | relevance | path

Searched refs:get_free_fb (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Donyxd_if.c42 static int get_free_fb (VP8_COMMON *cm);
168 free_fb = get_free_fb(cm); in vp8dx_set_reference()
187 static int get_free_fb (VP8_COMMON *cm) in get_free_fb() function
285 cm->lst_fb_idx = get_free_fb(cm); in check_fragments_for_errors()
333 cm->new_fb_idx = get_free_fb (cm); in vp8dx_receive_compressed_data()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decoder.c240 const int free_fb = get_free_fb(cm); in vp9_set_reference_dec()
316 cm->new_fb_idx = get_free_fb(cm); in vp9_receive_compressed_data()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_onyxc_int.h214 static INLINE int get_free_fb(VP9_COMMON *cm) { in get_free_fb() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_if.c2135 const int new_fb = get_free_fb(cm);
3165 cm->new_fb_idx = get_free_fb(cm);