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

  /external/libvpx/libvpx/vpx/
svc_context.h 119 vpx_codec_err_t vpx_svc_get_layer_resolution(const SvcContext *svc_ctx,
  /external/libvpx/libvpx/test/
svc_test.cc 321 res = vpx_svc_get_layer_resolution(&svc_, svc_.spatial_layers,
325 res = vpx_svc_get_layer_resolution(NULL, 0, &layer_width, &layer_height);
328 res = vpx_svc_get_layer_resolution(&svc_, 0, NULL, &layer_height);
331 res = vpx_svc_get_layer_resolution(&svc_, 0, &layer_width, NULL);
334 res = vpx_svc_get_layer_resolution(&svc_, 0, &layer_width, &layer_height);
339 res = vpx_svc_get_layer_resolution(&svc_, 1, &layer_width, &layer_height);
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 665 vpx_codec_err_t vpx_svc_get_layer_resolution(const SvcContext *svc_ctx, function
713 if (VPX_CODEC_OK != vpx_svc_get_layer_resolution(svc_ctx, layer,
716 svc_log(svc_ctx, SVC_LOG_ERROR, "vpx_svc_get_layer_resolution failed\n");

Completed in 55 milliseconds