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

/external/libvpx/libvpx/vpx/
H A Dvpx_decoder.h76 #define VPX_CODEC_USE_INPUT_FRAGMENTS 0x40000 /**< The input frame should be macro
197 * If the decoder is configured with VPX_CODEC_USE_INPUT_FRAGMENTS enabled,
/external/libvpx/libvpx/test/
H A Dencode_test_driver.cc204 dec_init_flags |= VPX_CODEC_USE_INPUT_FRAGMENTS;
/external/libvpx/libvpx/vpx/src/
H A Dvpx_decoder.c43 else if ((flags & VPX_CODEC_USE_INPUT_FRAGMENTS) &&
/external/libvpx/libvpx/vp8/
H A Dvp8_dx_iface.c113 (priv->base.init_flags & VPX_CODEC_USE_INPUT_FRAGMENTS);
128 (ctx->priv->init_flags & VPX_CODEC_USE_INPUT_FRAGMENTS))) {

Completed in 79 milliseconds