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

  /external/libvpx/libvpx/test/
svc_test.cc 351 vpx_codec_err_t res = vpx_svc_set_options(&svc_, NULL);
354 res = vpx_svc_set_options(&svc_, "not-an-option=1");
361 vpx_codec_err_t res = vpx_svc_set_options(&svc_, "spatial-layers=3");
369 vpx_svc_set_options(&svc_, "spatial-layers=2 scale-factors=1/3,2/3");
378 vpx_svc_set_options(&svc_, "scale-factors=not-scale-factors");
383 res = vpx_svc_set_options(&svc_, "scale-factors=1/3, 3*3");
388 res = vpx_svc_set_options(&svc_, "scale-factors=1/3");
393 res = vpx_svc_set_options(&svc_, "scale-factors=1/3,2/3");
400 vpx_codec_err_t res = vpx_svc_set_options(&svc_, "max-quantizers=nothing");
405 res = vpx_svc_set_options(&svc_, "min-quantizers=nothing")
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
svc_test.cc 118 vpx_codec_err_t res = vpx_svc_set_options(&svc_, NULL);
121 res = vpx_svc_set_options(&svc_, "not-an-option=1");
128 vpx_codec_err_t res = vpx_svc_set_options(&svc_, "layers=3");
137 vpx_codec_err_t res = vpx_svc_set_options(&svc_, "encoding-mode=alt-ip");
146 vpx_codec_err_t res = vpx_svc_set_options(&svc_, "layers=2 encoding-mode=ip");
157 vpx_svc_set_options(&svc_, "scale-factors=not-scale-factors");
162 res = vpx_svc_set_options(&svc_, "scale-factors=1/3,2/3");
171 vpx_codec_err_t res = vpx_svc_set_options(&svc_, "quantizers=not-quantizers");
176 vpx_svc_set_options(&svc_, "quantizers=40,45");
184 vpx_codec_err_t res = vpx_svc_set_options(&svc_
    [all...]
  /external/libvpx/libvpx/vpx/
svc_context.h 52 char options[OPTION_BUFFER_SIZE]; // set by vpx_svc_set_options
86 vpx_codec_err_t vpx_svc_set_options(SvcContext *svc_ctx, const char *options);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
svc_context.h 59 vpx_codec_err_t vpx_svc_set_options(SvcContext *svc_ctx, const char *options);
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 290 vpx_codec_err_t vpx_svc_set_options(SvcContext *svc_ctx, function
  /external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c 296 vpx_svc_set_options(svc_ctx, string_options + 1);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
svc_encodeframe.c 51 char options[OPTION_BUFFER_SIZE]; // set by vpx_svc_set_options
457 vpx_codec_err_t vpx_svc_set_options(SvcContext *svc_ctx, const char *options) { function
    [all...]

Completed in 113 milliseconds