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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
svc_test.cc 197 vpx_codec_err_t res = vpx_svc_set_quantizers(NULL, "40,30", 0);
200 res = vpx_svc_set_quantizers(&svc_, NULL, 0);
204 res = vpx_svc_set_quantizers(&svc_, "40", 0);
209 res = vpx_svc_set_quantizers(&svc_, "40,30", 0);
217 vpx_codec_err_t res = vpx_svc_set_quantizers(NULL, "40,31", 1);
220 res = vpx_svc_set_quantizers(&svc_, NULL, 1);
223 res = vpx_svc_set_quantizers(&svc_, "40,30", 1);
254 vpx_svc_set_quantizers(&svc_, "40,30", 0);
281 vpx_svc_set_quantizers(&svc_, "40,30", 0);
334 vpx_svc_set_quantizers(&svc_, "40,30", 0)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
svc_context.h 66 vpx_codec_err_t vpx_svc_set_quantizers(SvcContext *svc_ctx,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vp9_spatial_scalable_encoder.c 185 vpx_svc_set_quantizers(svc_ctx, arg.val, 0);
187 vpx_svc_set_quantizers(svc_ctx, arg.val, 1);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
svc_encodeframe.c 52 char quantizers[OPTION_BUFFER_SIZE]; // set by vpx_svc_set_quantizers
54 // vpx_svc_set_quantizers
467 vpx_codec_err_t vpx_svc_set_quantizers(SvcContext *svc_ctx, function
    [all...]

Completed in 460 milliseconds