HomeSort by relevance Sort by last modified time
    Searched defs:layer_width (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/test/
svc_test.cc 351 uint32_t layer_width, layer_height; local
353 &layer_width, &layer_height);
356 res = vpx_svc_get_layer_resolution(NULL, 0, &layer_width, &layer_height);
362 res = vpx_svc_get_layer_resolution(&svc_, 0, &layer_width, NULL);
365 res = vpx_svc_get_layer_resolution(&svc_, 0, &layer_width, &layer_height);
367 EXPECT_EQ(kWidth * 4 / 16, layer_width);
370 res = vpx_svc_get_layer_resolution(&svc_, 1, &layer_width, &layer_height);
372 EXPECT_EQ(kWidth * 8 / 16, layer_width);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
svc_test.cc 342 uint32_t layer_width, layer_height; local
344 &layer_width, &layer_height);
347 res = vpx_svc_get_layer_resolution(NULL, 0, &layer_width, &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);
358 EXPECT_EQ(kWidth * 4 / 16, layer_width);
361 res = vpx_svc_get_layer_resolution(&svc_, 1, &layer_width, &layer_height);
363 EXPECT_EQ(kWidth * 8 / 16, layer_width);

Completed in 92 milliseconds