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

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/internal/
vpx_codec_internal.h 305 vpx_codec_set_fb_fn_t set_fb_fn; /**< \copydoc ::vpx_codec_set_fb_fn_t */ member in struct:vpx_codec_iface::vpx_codec_dec_iface
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
vpx_decoder.c 192 res = ctx->iface->dec.set_fb_fn(get_alg_priv(ctx), cb_get, cb_release,
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 341 vpx_codec_set_fb_fn_t set_fb_fn; /**< \copydoc ::vpx_codec_set_fb_fn_t */ member in struct:vpx_codec_iface::vpx_codec_dec_iface
  /external/libvpx/libvpx/vpx/src/
vpx_decoder.c 241 res = ctx->iface->dec.set_fb_fn(ctx->priv->alg_priv, cb_get, cb_release,

Completed in 28 milliseconds