/external/libvpx/libvpx/vpx/ |
vpx_encoder.h | 655 * should call the vpx_codec_enc_init convenience macro instead of this 689 #define vpx_codec_enc_init(ctx, iface, cfg, flags) \ macro [all...] |
/external/libvpx/libvpx/test/ |
encode_test_driver.cc | 48 res = vpx_codec_enc_init(&encoder_, CodecInterface(), &cfg_,
|
/external/chromium_org/media/cast/video_sender/codecs/vp8/ |
vp8_encoder.cc | 114 if (vpx_codec_enc_init(encoder_, vpx_codec_vp8_cx(), config_.get(), flags)) {
|
/external/chromium_org/media/webm/chromeos/ |
webm_encoder.cc | 110 ret = vpx_codec_enc_init(&codec, codec_iface, &config_, 0);
|
/external/chromium_org/remoting/codec/ |
video_encoder_vpx.cc | 64 if (vpx_codec_enc_init(codec.get(), algo, &config, 0))
|
/external/libvpx/libvpx/ |
vp8_scalable_patterns.c | 625 if (vpx_codec_enc_init (&codec, interface, &cfg, 0))
|
vpxenc.c | [all...] |
/external/libvpx/libvpx/vpx/src/ |
svc_encodeframe.c | 522 res = vpx_codec_enc_init(codec_ctx, iface, enc_cfg, VPX_CODEC_USE_PSNR);
|
/frameworks/av/media/libstagefright/codecs/on2/enc/ |
SoftVPXEncoder.cpp | 283 codec_return = vpx_codec_enc_init(mCodecContext,
|