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.cpp259 size_t uvSize = 0; in DeriveYUVLayout() local
273 uvSize += state->lod[2].stride * state->lod[2].dimY; in DeriveYUVLayout()
278 uvSize += state->lod[1].stride * state->lod[2].dimY; in DeriveYUVLayout()
287 uvSize += state->lod[1].stride * state->lod[1].dimY; in DeriveYUVLayout()
293 return uvSize; in DeriveYUVLayout()
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp2031 size_t uvSize = uvStride * height / 2; in calculateBufferSize() local
2032 return ySize + uvSize * 2; in calculateBufferSize()