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

  /external/libvpx/libvpx/
tools_common.h 144 const VpxInterface *get_vpx_decoder_by_name(const char *name);
tools_common.c 179 const VpxInterface *get_vpx_decoder_by_name(const char *name) { function
vpxdec.c 569 interface = get_vpx_decoder_by_name(arg.val);
    [all...]
vpxenc.c     [all...]
  /external/libvpx/libvpx/examples/
vp9cx_set_ref.c 383 const VpxInterface *decoder = get_vpx_decoder_by_name("vp9");

Completed in 238 milliseconds