Home
last modified time | relevance | path

Searched refs:vpx_svc_init (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/test/
Dsvc_test.cc78 vpx_svc_init(&svc_, &codec_, vpx_codec_vp9_cx(), &codec_enc_); in InitializeEncoder()
326 vpx_codec_err_t res = vpx_svc_init(NULL, &codec_, codec_iface_, &codec_enc_); in TEST_F()
328 res = vpx_svc_init(&svc_, NULL, codec_iface_, &codec_enc_); in TEST_F()
330 res = vpx_svc_init(&svc_, &codec_, NULL, &codec_enc_); in TEST_F()
333 res = vpx_svc_init(&svc_, &codec_, codec_iface_, NULL); in TEST_F()
337 res = vpx_svc_init(&svc_, &codec_, codec_iface_, &codec_enc_); in TEST_F()
356 res = vpx_svc_init(&svc_, &codec_, vpx_codec_vp9_cx(), &codec_enc_); in TEST_F()
380 res = vpx_svc_init(&svc_, &codec_, vpx_codec_vp9_cx(), &codec_enc_); in TEST_F()
385 res = vpx_svc_init(&svc_, &codec_, vpx_codec_vp9_cx(), &codec_enc_); in TEST_F()
390 res = vpx_svc_init(&svc_, &codec_, vpx_codec_vp9_cx(), &codec_enc_); in TEST_F()
[all …]
/external/libvpx/libvpx/vpx/
Dexports_enc13 text vpx_svc_init
Dsvc_context.h91 vpx_codec_err_t vpx_svc_init(SvcContext *svc_ctx,
/external/libvpx/libvpx/vpx/src/
Dsvc_encodeframe.c384 vpx_codec_err_t vpx_svc_init(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx, in vpx_svc_init() function
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c650 if (vpx_svc_init(&svc_ctx, &codec, vpx_codec_vp9_cx(), &enc_cfg) != in main()