Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/
Dvpx_decoder.h54 #define VPX_CODEC_CAP_PUT_SLICE 0x10000 /**< Will issue put_slice callbacks */ macro
/external/libvpx/libvpx/vpx/src/
Dvpx_decoder.c161 !(ctx->iface->caps & VPX_CODEC_CAP_PUT_SLICE)) in vpx_codec_register_put_slice_cb()