Searched refs:vpx_svc_set_options (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | svc_test.cc | 118 vpx_codec_err_t res = vpx_svc_set_options(&svc_, NULL); in TEST_F() 121 res = vpx_svc_set_options(&svc_, "not-an-option=1"); in TEST_F() 128 vpx_codec_err_t res = vpx_svc_set_options(&svc_, "layers=3"); in TEST_F() 137 vpx_codec_err_t res = vpx_svc_set_options(&svc_, "encoding-mode=alt-ip"); in TEST_F() 146 vpx_codec_err_t res = vpx_svc_set_options(&svc_, "layers=2 encoding-mode=ip"); in TEST_F() 157 vpx_svc_set_options(&svc_, "scale-factors=not-scale-factors"); in TEST_F() 162 res = vpx_svc_set_options(&svc_, "scale-factors=1/3,2/3"); in TEST_F() 171 vpx_codec_err_t res = vpx_svc_set_options(&svc_, "quantizers=not-quantizers"); in TEST_F() 176 vpx_svc_set_options(&svc_, "quantizers=40,45"); in TEST_F() 184 vpx_codec_err_t res = vpx_svc_set_options(&svc_, in TEST_F() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
D | exports_enc | 20 text vpx_svc_set_options
|
D | svc_context.h | 59 vpx_codec_err_t vpx_svc_set_options(SvcContext *svc_ctx, const char *options);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
D | svc_encodeframe.c | 457 vpx_codec_err_t vpx_svc_set_options(SvcContext *svc_ctx, const char *options) { in vpx_svc_set_options() function
|