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.cc76 vpx_svc_init(&svc_, &codec_, vpx_codec_vp9_cx(), &codec_enc_); in InitializeEncoder()
319 vpx_codec_err_t res = vpx_svc_init(NULL, &codec_, codec_iface_, &codec_enc_); in TEST_F()
321 res = vpx_svc_init(&svc_, NULL, codec_iface_, &codec_enc_); in TEST_F()
323 res = vpx_svc_init(&svc_, &codec_, NULL, &codec_enc_); in TEST_F()
326 res = vpx_svc_init(&svc_, &codec_, codec_iface_, NULL); in TEST_F()
330 res = vpx_svc_init(&svc_, &codec_, codec_iface_, &codec_enc_); in TEST_F()
349 res = vpx_svc_init(&svc_, &codec_, vpx_codec_vp9_cx(), &codec_enc_); in TEST_F()
373 res = vpx_svc_init(&svc_, &codec_, vpx_codec_vp9_cx(), &codec_enc_); in TEST_F()
378 res = vpx_svc_init(&svc_, &codec_, vpx_codec_vp9_cx(), &codec_enc_); in TEST_F()
383 res = vpx_svc_init(&svc_, &codec_, vpx_codec_vp9_cx(), &codec_enc_); in TEST_F()
[all …]
/external/libvpx/libvpx/vpx/
Dexports_spatial_svc4 text vpx_svc_init
Dsvc_context.h91 vpx_codec_err_t vpx_svc_init(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx,
/external/libvpx/libvpx/vpx/src/
Dsvc_encodeframe.c390 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.c658 if (vpx_svc_init(&svc_ctx, &codec, vpx_codec_vp9_cx(), &enc_cfg) != in main()