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

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/internal/
vpx_codec_internal.h 313 vpx_codec_get_global_headers_fn_t get_glob_hdrs; /**< \copydoc ::vpx_codec_get_global_headers_fn_t */ member in struct:vpx_codec_iface::vpx_codec_enc_iface
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
vpx_encoder.c 349 else if (!ctx->iface->enc.get_glob_hdrs)
352 buf = ctx->iface->enc.get_glob_hdrs(get_alg_priv(ctx));
  /external/libvpx/libvpx/vpx/src/
vpx_encoder.c 353 else if (!ctx->iface->enc.get_glob_hdrs)
356 buf = ctx->iface->enc.get_glob_hdrs(ctx->priv->alg_priv);
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 348 vpx_codec_get_global_headers_fn_t get_glob_hdrs; /**< \copydoc ::vpx_codec_get_global_headers_fn_t */ member in struct:vpx_codec_iface::vpx_codec_enc_iface

Completed in 73 milliseconds