Home
last modified time | relevance | path

Searched refs:layer_width (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dsvc_test.cc342 uint32_t layer_width, layer_height; in TEST_F() local
344 &layer_width, &layer_height); in TEST_F()
347 res = vpx_svc_get_layer_resolution(NULL, 0, &layer_width, &layer_height); in TEST_F()
353 res = vpx_svc_get_layer_resolution(&svc_, 0, &layer_width, NULL); in TEST_F()
356 res = vpx_svc_get_layer_resolution(&svc_, 0, &layer_width, &layer_height); in TEST_F()
358 EXPECT_EQ(kWidth * 4 / 16, layer_width); in TEST_F()
361 res = vpx_svc_get_layer_resolution(&svc_, 1, &layer_width, &layer_height); in TEST_F()
363 EXPECT_EQ(kWidth * 8 / 16, layer_width); in TEST_F()
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_display.cpp1220 float layer_width = FLOAT(display_frame->right - display_frame->left); in ScaleDisplayFrame() local
1225 display_frame->right = INT(FLOAT(display_frame->left) + layer_width * x_pixels_ratio); in ScaleDisplayFrame()