Home
last modified time | relevance | path

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

/aosp12/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp1396 float mapLinear(float x, float a1, float a2, float b1, float b2) { in mapLinear() function
1402 float x0 = mapLinear(xStart, 0, mWidth, -1, 1); in drawTexturedQuad()
1403 float y0 = mapLinear(yStart, 0, mHeight, -1, 1); in drawTexturedQuad()
1404 float x1 = mapLinear(xStart + width, 0, mWidth, -1, 1); in drawTexturedQuad()
1405 float y1 = mapLinear(yStart + height, 0, mHeight, -1, 1); in drawTexturedQuad()
/aosp12/frameworks/av/media/codec2/tests/vndk/
H A DC2BufferTest.cpp256 void mapLinear(size_t offset, size_t size, uint8_t **addr) { in mapLinear() function in android::C2BufferTest
356 mapLinear(0u, kCapacity, &addr); in TEST_F()
366 mapLinear(kCapacity / 3, kCapacity / 3, &addr); in TEST_F()