Home
last modified time | relevance | path

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/
Dsvc_test.cc107 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/
Dexports_enc22 text vpx_svc_set_scale_factors
Dsvc_context.h75 vpx_codec_err_t vpx_svc_set_scale_factors(SvcContext *svc_ctx,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dvp9_spatial_scalable_encoder.c183 vpx_svc_set_scale_factors(svc_ctx, arg.val); in parse_command_line()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c484 vpx_codec_err_t vpx_svc_set_scale_factors(SvcContext *svc_ctx, in vpx_svc_set_scale_factors() function