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

  /external/libvpx/libvpx/test/
svc_test.cc 83 vpx_codec_err_t res = vpx_svc_init(NULL, &codec_, codec_iface_, &codec_enc_);
85 res = vpx_svc_init(&svc_, NULL, codec_iface_, &codec_enc_);
87 res = vpx_svc_init(&svc_, &codec_, NULL, &codec_enc_);
90 res = vpx_svc_init(&svc_, &codec_, codec_iface_, NULL);
94 res = vpx_svc_init(&svc_, &codec_, codec_iface_, &codec_enc_);
98 res = vpx_svc_init(&svc_, &codec_, codec_iface_, &codec_enc_);
107 vpx_codec_err_t res = vpx_svc_init(&svc_, &codec_, codec_iface_, &codec_enc_);
111 res = vpx_svc_init(&svc_, &codec_, codec_iface_, &codec_enc_);
122 res = vpx_svc_init(&svc_, &codec_, vpx_codec_vp9_cx(), &codec_enc_);
129 res = vpx_svc_init(&svc_, &codec_, vpx_codec_vp9_cx(), &codec_enc_)
    [all...]
  /external/libvpx/libvpx/vpx/
svc_context.h 81 vpx_codec_err_t vpx_svc_init(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx,
  /external/libvpx/libvpx/
vp9_spatial_scalable_encoder.c 207 // initialize SvcContext with parameters that will be passed to vpx_svc_init
327 if (vpx_svc_init(&svc_ctx, &codec, vpx_codec_vp9_cx(), &enc_cfg) !=
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 454 vpx_codec_err_t vpx_svc_init(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx, function

Completed in 494 milliseconds