/external/libvpx/libvpx/vp8/ |
exports_enc | 2 text vpx_codec_vp8_cx
|
vp8_cx_iface.c | 1369 CODEC_INTERFACE(vpx_codec_vp8_cx) = variable [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
exports_enc | 2 text vpx_codec_vp8_cx
|
vp8_cx_iface.c | 1288 CODEC_INTERFACE(vpx_codec_vp8_cx) = variable [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
tools_common.c | 134 {"vp8", VP8_FOURCC, &vpx_codec_vp8_cx},
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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 | 141 {"vp8", VP8_FOURCC, &vpx_codec_vp8_cx},
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
vp8_multi_resolution_encoder.c | 27 #define interface (vpx_codec_vp8_cx())
|
/external/libvpx/libvpx/examples/ |
vp8_multi_resolution_encoder.c | 44 #define interface (vpx_codec_vp8_cx())
|
/external/libvpx/libvpx/vpx/ |
vp8cx.h | 36 extern vpx_codec_iface_t *vpx_codec_vp8_cx(void);
|
/frameworks/av/media/libstagefright/codecs/on2/enc/ |
SoftVPXEncoder.cpp | 111 mCodecInterface = vpx_codec_vp8_cx();
|