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

  /external/libvpx/libvpx/vpx/
vp8cx.h 34 extern vpx_codec_iface_t *vpx_codec_vp8_cx(void);
  /external/libvpx/libvpx/examples/
encoder_tmpl.c 22 #define interface (vpx_codec_vp8_cx())
  /external/chromium_org/media/webm/chromeos/
webm_encoder.cc 92 const vpx_codec_iface_t* codec_iface = vpx_codec_vp8_cx();
  /external/chromium_org/remoting/codec/
video_encoder_vp8.cc 105 const vpx_codec_iface_t* algo = vpx_codec_vp8_cx();
  /external/libvpx/libvpx/
vp8_multi_resolution_encoder.c 26 #define interface (vpx_codec_vp8_cx())
vp8_scalable_patterns.c 24 #define interface (vpx_codec_vp8_cx())
vpxenc.c 101 {"vp8", &vpx_codec_vp8_cx, &vpx_codec_vp8_dx, VP8_FOURCC},
103 {"vp8", &vpx_codec_vp8_cx, NULL, VP8_FOURCC},
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 234 mCodecInterface = vpx_codec_vp8_cx();
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 1286 CODEC_INTERFACE(vpx_codec_vp8_cx) = variable
    [all...]

Completed in 1189 milliseconds