Searched refs:vpx_svc_get_layer_resolution (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx/
H A Dsvc_context.h130 vpx_codec_err_t vpx_svc_get_layer_resolution(const SvcContext *svc_ctx,
/external/libvpx/libvpx/vpx/
H A Dsvc_context.h130 vpx_codec_err_t vpx_svc_get_layer_resolution(const SvcContext *svc_ctx,
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dsvc_test.cc343 res = vpx_svc_get_layer_resolution(&svc_, svc_.spatial_layers,
347 res = vpx_svc_get_layer_resolution(NULL, 0, &layer_width, &layer_height);
350 res = vpx_svc_get_layer_resolution(&svc_, 0, NULL, &layer_height);
353 res = vpx_svc_get_layer_resolution(&svc_, 0, &layer_width, NULL);
356 res = vpx_svc_get_layer_resolution(&svc_, 0, &layer_width, &layer_height);
361 res = vpx_svc_get_layer_resolution(&svc_, 1, &layer_width, &layer_height);
/external/libvpx/libvpx/test/
H A Dsvc_test.cc343 res = vpx_svc_get_layer_resolution(&svc_, svc_.spatial_layers,
347 res = vpx_svc_get_layer_resolution(NULL, 0, &layer_width, &layer_height);
350 res = vpx_svc_get_layer_resolution(&svc_, 0, NULL, &layer_height);
353 res = vpx_svc_get_layer_resolution(&svc_, 0, &layer_width, NULL);
356 res = vpx_svc_get_layer_resolution(&svc_, 0, &layer_width, &layer_height);
361 res = vpx_svc_get_layer_resolution(&svc_, 1, &layer_width, &layer_height);
/external/chromium_org/third_party/libvpx/source/libvpx/examples/
H A Dvp9_spatial_svc_encoder.c319 if (vpx_svc_get_layer_resolution(&svc_ctx, svc_ctx.spatial_layers - 1,
/external/libvpx/libvpx/examples/
H A Dvp9_spatial_scalable_encoder.c319 if (vpx_svc_get_layer_resolution(&svc_ctx, svc_ctx.spatial_layers - 1,
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
H A Dsvc_encodeframe.c736 vpx_codec_err_t vpx_svc_get_layer_resolution(const SvcContext *svc_ctx, function
785 if (VPX_CODEC_OK != vpx_svc_get_layer_resolution(svc_ctx, layer,
788 svc_log(svc_ctx, SVC_LOG_ERROR, "vpx_svc_get_layer_resolution failed\n");
/external/libvpx/libvpx/vpx/src/
H A Dsvc_encodeframe.c735 vpx_codec_err_t vpx_svc_get_layer_resolution(const SvcContext *svc_ctx, function
784 if (VPX_CODEC_OK != vpx_svc_get_layer_resolution(svc_ctx, layer,
787 svc_log(svc_ctx, SVC_LOG_ERROR, "vpx_svc_get_layer_resolution failed\n");

Completed in 382 milliseconds