Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_decoder.c182 ctx->priv->dec.put_slice_cb.u.put_slice = cb; in vpx_codec_register_put_slice_cb()
183 ctx->priv->dec.put_slice_cb.user_priv = user_priv; in vpx_codec_register_put_slice_cb()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/
Dvpx_codec_internal.h380 vpx_codec_priv_cb_pair_t put_slice_cb; member