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

  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVP8Encoder.cpp 55 mCodecInterface = vpx_codec_vp8_cx();
  /external/libvpx/libvpx/vpx/
vp8cx.h 36 extern vpx_codec_iface_t *vpx_codec_vp8_cx(void);
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc 440 if (vpx_codec_enc_config_default(vpx_codec_vp8_cx(), &configurations_[0],
645 int error = vpx_codec_enc_init_multi(&encoders_[0], vpx_codec_vp8_cx(),
652 if (vpx_codec_enc_init(&encoders_[0], vpx_codec_vp8_cx(),
    [all...]
  /external/libvpx/libvpx/
tools_common.c 134 { "vp8", VP8_FOURCC, &vpx_codec_vp8_cx },
  /external/libvpx/libvpx/examples/
vp8_multi_resolution_encoder.c 37 #define interface (vpx_codec_vp8_cx())
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 1241 CODEC_INTERFACE(vpx_codec_vp8_cx) = { variable
    [all...]

Completed in 2119 milliseconds