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

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/
vp8cx.h 36 extern vpx_codec_iface_t *vpx_codec_vp8_cx(void);
  /external/libvpx/libvpx/vpx/
vp8cx.h 36 extern vpx_codec_iface_t *vpx_codec_vp8_cx(void);
  /external/chromium_org/media/cast/sender/
vp8_encoder.cc 72 if (vpx_codec_enc_config_default(vpx_codec_vp8_cx(), config_.get(), 0)) {
109 encoder_.get(), vpx_codec_vp8_cx(), config_.get(), flags)) {
  /external/chromium_org/third_party/libvpx/source/libvpx/
tools_common.c 135 {"vp8", VP8_FOURCC, &vpx_codec_vp8_cx},
  /external/libvpx/libvpx/
tools_common.c 134 {"vp8", VP8_FOURCC, &vpx_codec_vp8_cx},
  /external/chromium_org/remoting/codec/
video_encoder_vpx.cc 71 const vpx_codec_iface_t* algo = vpx_codec_vp8_cx();
  /external/libvpx/libvpx/examples/
vp8_multi_resolution_encoder.c 27 #define interface (vpx_codec_vp8_cx())
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc 181 if (vpx_codec_enc_config_default(vpx_codec_vp8_cx(), config_, 0)) {
287 if (vpx_codec_enc_init(encoder_, vpx_codec_vp8_cx(), config_, flags)) {
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_cx_iface.c 1308 CODEC_INTERFACE(vpx_codec_vp8_cx) = variable
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 1282 CODEC_INTERFACE(vpx_codec_vp8_cx) = variable
    [all...]

Completed in 752 milliseconds