Searched refs:vpx_svc_set_options (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/test/ |
D | svc_test.cc | 351 vpx_codec_err_t res = vpx_svc_set_options(&svc_, NULL); in TEST_F() 354 res = vpx_svc_set_options(&svc_, "not-an-option=1"); in TEST_F() 361 vpx_codec_err_t res = vpx_svc_set_options(&svc_, "spatial-layers=3"); in TEST_F() 369 vpx_svc_set_options(&svc_, "spatial-layers=2 scale-factors=1/3,2/3"); in TEST_F() 378 vpx_svc_set_options(&svc_, "scale-factors=not-scale-factors"); in TEST_F() 383 res = vpx_svc_set_options(&svc_, "scale-factors=1/3, 3*3"); in TEST_F() 388 res = vpx_svc_set_options(&svc_, "scale-factors=1/3"); in TEST_F() 393 res = vpx_svc_set_options(&svc_, "scale-factors=1/3,2/3"); in TEST_F() 400 vpx_codec_err_t res = vpx_svc_set_options(&svc_, "max-quantizers=nothing"); in TEST_F() 405 res = vpx_svc_set_options(&svc_, "min-quantizers=nothing"); in TEST_F() [all …]
|
/external/libvpx/libvpx/vpx/ |
D | exports_enc | 15 text vpx_svc_set_options
|
D | svc_context.h | 86 vpx_codec_err_t vpx_svc_set_options(SvcContext *svc_ctx, const char *options);
|
/external/libvpx/libvpx/vpx/src/ |
D | svc_encodeframe.c | 290 vpx_codec_err_t vpx_svc_set_options(SvcContext *svc_ctx, in vpx_svc_set_options() function
|
/external/libvpx/libvpx/examples/ |
D | vp9_spatial_svc_encoder.c | 296 vpx_svc_set_options(svc_ctx, string_options + 1); in parse_command_line()
|