Searched refs:get_glob_hdrs (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx/internal/
H A Dvpx_codec_internal.h313 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/
H A Dvpx_encoder.c349 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/
H A Dvpx_encoder.c353 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/
H A Dvpx_codec_internal.h348 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 88 milliseconds