Searched refs:vpx_svc_set_quantizers (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | svc_test.cc | 197 vpx_codec_err_t res = vpx_svc_set_quantizers(NULL, "40,30", 0); in TEST_F() 200 res = vpx_svc_set_quantizers(&svc_, NULL, 0); in TEST_F() 204 res = vpx_svc_set_quantizers(&svc_, "40", 0); in TEST_F() 209 res = vpx_svc_set_quantizers(&svc_, "40,30", 0); in TEST_F() 217 vpx_codec_err_t res = vpx_svc_set_quantizers(NULL, "40,31", 1); in TEST_F() 220 res = vpx_svc_set_quantizers(&svc_, NULL, 1); in TEST_F() 223 res = vpx_svc_set_quantizers(&svc_, "40,30", 1); in TEST_F() 254 vpx_svc_set_quantizers(&svc_, "40,30", 0); in TEST_F() 281 vpx_svc_set_quantizers(&svc_, "40,30", 0); in TEST_F() 334 vpx_svc_set_quantizers(&svc_, "40,30", 0); in TEST_F() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
D | exports_enc | 21 text vpx_svc_set_quantizers
|
D | 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/ |
D | vp9_spatial_scalable_encoder.c | 185 vpx_svc_set_quantizers(svc_ctx, arg.val, 0); in parse_command_line() 187 vpx_svc_set_quantizers(svc_ctx, arg.val, 1); in parse_command_line()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
D | svc_encodeframe.c | 467 vpx_codec_err_t vpx_svc_set_quantizers(SvcContext *svc_ctx, in vpx_svc_set_quantizers() function
|