HomeSort by relevance Sort by last modified time
    Searched refs:vpx_svc_set_options (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/test/
svc_test.cc 117 vpx_codec_err_t res = vpx_svc_set_options(&svc_, NULL);
120 res = vpx_svc_set_options(&svc_, "not-an-option=1");
127 vpx_codec_err_t res = vpx_svc_set_options(&svc_, "layers=3");
136 vpx_codec_err_t res = vpx_svc_set_options(&svc_, "encoding-mode=alt-ip");
145 vpx_codec_err_t res = vpx_svc_set_options(&svc_, "layers=2 encoding-mode=ip");
156 vpx_svc_set_options(&svc_, "scale-factors=not-scale-factors");
161 res = vpx_svc_set_options(&svc_, "scale-factors=1/3,2/3");
170 vpx_codec_err_t res = vpx_svc_set_options(&svc_, "quantizers=not-quantizers");
175 vpx_svc_set_options(&svc_, "quantizers=40,45");
  /external/libvpx/libvpx/vpx/
svc_context.h 60 vpx_codec_err_t vpx_svc_set_options(SvcContext *svc_ctx, const char *options);
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 46 char options[OPTION_BUFFER_SIZE]; // set by vpx_svc_set_options
422 vpx_codec_err_t vpx_svc_set_options(SvcContext *svc_ctx, const char *options) { function

Completed in 73 milliseconds