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

  /external/libvpx/libvpx/examples/
simple_decoder.c 115 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc);
decode_with_drops.c 103 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc);
postproc.c 81 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc);
decode_to_md5.c 98 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc);
  /external/libvpx/libvpx/
tools_common.h 145 const VpxInterface *get_vpx_decoder_by_fourcc(uint32_t fourcc);
tools_common.c 190 const VpxInterface *get_vpx_decoder_by_fourcc(uint32_t fourcc) { function
vpxdec.c 732 fourcc_interface = get_vpx_decoder_by_fourcc(vpx_input_ctx.fourcc);
    [all...]

Completed in 117 milliseconds