Home
last modified time | relevance | path

Searched refs:get_glob_hdrs (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx/src/
Dvpx_encoder.c330 else if (!ctx->iface->enc.get_glob_hdrs) in vpx_codec_get_global_headers()
333 buf = ctx->iface->enc.get_glob_hdrs(get_alg_priv(ctx)); in vpx_codec_get_global_headers()
/external/libvpx/libvpx/vpx/internal/
Dvpx_codec_internal.h314 get_glob_hdrs; /**< \copydoc ::vpx_codec_get_global_headers_fn_t */ member