Home
last modified time | relevance | path

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

/external/libvpx/vpx/src/
Dvpx_decoder.c166 ctx->priv->dec.put_slice_cb.u.put_slice = cb; in vpx_codec_register_put_slice_cb()
167 ctx->priv->dec.put_slice_cb.user_priv = user_priv; in vpx_codec_register_put_slice_cb()
/external/libvpx/vpx/internal/
Dvpx_codec_internal.h345 vpx_codec_priv_cb_pair_t put_slice_cb; member