Home
last modified time | relevance | path

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

/frameworks/rs/rsov/driver/
DrsovAllocation.cpp43 size_t uvSize = 0; in DeriveYUVLayout() local
57 uvSize += state->lod[2].stride * state->lod[2].dimY; in DeriveYUVLayout()
62 uvSize += state->lod[1].stride * state->lod[2].dimY; in DeriveYUVLayout()
71 uvSize += state->lod[1].stride * state->lod[1].dimY; in DeriveYUVLayout()
78 return uvSize; in DeriveYUVLayout()
/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.cpp2075 size_t uvSize = uvStride * height / 2; in calculateBufferSize() local
2076 return ySize + uvSize * 2; in calculateBufferSize()