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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
svc_context.h 130 vpx_codec_err_t vpx_svc_get_layer_resolution(const SvcContext *svc_ctx,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
svc_test.cc 343 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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vp9_spatial_scalable_encoder.c 319 if (vpx_svc_get_layer_resolution(&svc_ctx, svc_ctx.spatial_layers - 1,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
svc_encodeframe.c 735 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");
    [all...]

Completed in 2947 milliseconds