Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp1504 float mapLinear(float x, float a1, float a2, float b1, float b2) { in mapLinear() function
1511 float x0 = mapLinear(xStart, 0, mWidth, -1, 1); in drawTexturedQuad()
1512 float y0 = mapLinear(yStart, 0, mHeight, -1, 1); in drawTexturedQuad()
1513 float x1 = mapLinear(xStart + width, 0, mWidth, -1, 1); in drawTexturedQuad()
1514 float y1 = mapLinear(yStart + height, 0, mHeight, -1, 1); in drawTexturedQuad()
/frameworks/av/media/codec2/tests/vndk/
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()