HomeSort by relevance Sort by last modified time
    Searched refs:vpx_codec_dec_init (Results 1 - 4 of 4) sorted by null

  /external/libvpx/vpx/
vpx_decoder.h 103 * should call the vpx_codec_dec_init convenience macro instead of this
132 #define vpx_codec_dec_init(ctx, iface, cfg, flags) \ macro
  /external/libvpx/
example_xma.c 160 if (vpx_codec_dec_init(&decoder, iface, &cfg, VPX_CODEC_USE_XMA))
vpxdec.c 967 if (vpx_codec_dec_init(&decoder, iface ? iface : ifaces[0].iface, &cfg,
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp 139 if ((vpx_err = vpx_codec_dec_init(

Completed in 39 milliseconds