Searched refs:vpx_svc_set_scale_factors (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | svc_test.cc | 107 vpx_svc_set_scale_factors(&svc_, "4/16,16*16"); // invalid scale values in TEST_F() 111 vpx_svc_set_scale_factors(&svc_, "4/16,16/16"); // valid scale values in TEST_F() 231 vpx_codec_err_t res = vpx_svc_set_scale_factors(NULL, "4/16,16/16"); in TEST_F() 234 res = vpx_svc_set_scale_factors(&svc_, NULL); in TEST_F() 238 res = vpx_svc_set_scale_factors(&svc_, "4/16"); in TEST_F() 243 res = vpx_svc_set_scale_factors(&svc_, "4/16,16/16"); in TEST_F() 253 vpx_svc_set_scale_factors(&svc_, "4/16,16/16"); in TEST_F() 280 vpx_svc_set_scale_factors(&svc_, "4/16,16/16"); in TEST_F() 333 vpx_svc_set_scale_factors(&svc_, "4/16,8/16"); in TEST_F() 370 vpx_svc_set_scale_factors(&svc_, "4/16,16/16"); in TEST_F()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
D | exports_enc | 22 text vpx_svc_set_scale_factors
|
D | svc_context.h | 75 vpx_codec_err_t vpx_svc_set_scale_factors(SvcContext *svc_ctx,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
D | vp9_spatial_scalable_encoder.c | 183 vpx_svc_set_scale_factors(svc_ctx, arg.val); in parse_command_line()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
D | svc_encodeframe.c | 484 vpx_codec_err_t vpx_svc_set_scale_factors(SvcContext *svc_ctx, in vpx_svc_set_scale_factors() function
|