Home
last modified time | relevance | path

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

/frameworks/rs/driver/
DrsdAllocation.cpp262 size_t uvSize = 0; in DeriveYUVLayout() local
276 uvSize += state->lod[2].stride * state->lod[2].dimY; in DeriveYUVLayout()
281 uvSize += state->lod[1].stride * state->lod[2].dimY; in DeriveYUVLayout()
290 uvSize += state->lod[1].stride * state->lod[1].dimY; in DeriveYUVLayout()
296 return uvSize; in DeriveYUVLayout()
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp2132 size_t uvSize = uvStride * height / 2; in calculateBufferSize() local
2133 return ySize + uvSize * 2; in calculateBufferSize()