Searched refs:vpx_svc_init (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/test/ |
D | svc_test.cc | 78 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/ |
D | exports_enc | 13 text vpx_svc_init
|
D | svc_context.h | 91 vpx_codec_err_t vpx_svc_init(SvcContext *svc_ctx,
|
/external/libvpx/libvpx/vpx/src/ |
D | svc_encodeframe.c | 384 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/ |
D | vp9_spatial_svc_encoder.c | 650 if (vpx_svc_init(&svc_ctx, &codec, vpx_codec_vp9_cx(), &enc_cfg) != in main()
|