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

  /external/libvpx/libvpx/test/
encode_api_test.cc 37 EXPECT_EQ(VPX_CODEC_INVALID_PARAM, vpx_codec_enc_init(NULL, NULL, NULL, 0));
38 EXPECT_EQ(VPX_CODEC_INVALID_PARAM, vpx_codec_enc_init(&enc, NULL, NULL, 0));
51 vpx_codec_enc_init(NULL, kCodecs[i], NULL, 0));
53 vpx_codec_enc_init(&enc, kCodecs[i], NULL, 0));
58 EXPECT_EQ(VPX_CODEC_OK, vpx_codec_enc_init(&enc, kCodecs[i], &cfg, 0));
99 vpx_codec_enc_init(&enc, vpx_codec_vp8_cx(), &cfg, 0);
level_test.cc 128 EXPECT_EQ(VPX_CODEC_OK, vpx_codec_enc_init(&enc, codec, &cfg, 0));
encode_test_driver.cc 33 res = vpx_codec_enc_init(&encoder_, CodecInterface(), &cfg_, init_flags_);
  /external/libvpx/libvpx/examples/
twopass_encoder.c 130 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), cfg, 0))
166 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), cfg, 0))
simple_encoder.c 220 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0))
vp8cx_set_ref.c 157 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0))
vp9_lossless_encoder.c 112 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0))
set_maps.c 211 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0))
vp9cx_set_ref.c 375 if (vpx_codec_enc_init(&ecodec, encoder->codec_interface(), &cfg, 0))
vpx_temporal_svc_encoder.c 756 if (vpx_codec_enc_init(
760 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0))
    [all...]
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 732 * should call the vpx_codec_enc_init convenience macro instead of this
760 #define vpx_codec_enc_init(ctx, iface, cfg, flags) \ macro
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 251 codec_return = vpx_codec_enc_init(mCodecContext,
  /hardware/google/av/media/codecs/vpx/
C2SoftVpxEnc.cpp 253 codec_return = vpx_codec_enc_init(mCodecContext,
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 524 res = vpx_codec_enc_init(codec_ctx, iface, enc_cfg, VPX_CODEC_USE_PSNR);
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc 416 if (vpx_codec_enc_init(encoder_, vpx_codec_vp9_cx(), config_, 0)) {
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc 652 if (vpx_codec_enc_init(&encoders_[0], vpx_codec_vp8_cx(),
    [all...]
  /external/libvpx/libvpx/
vpxenc.c     [all...]

Completed in 95 milliseconds