Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/3.4/default/
DExternalCameraUtils.cpp99 uint8_t* cbStart = mData.data() + mWidth * mHeight; in allocate() local
100 uint8_t* crStart = cbStart + mWidth * mHeight / 4; in allocate()
101 out->cb = cbStart; in allocate()
133 uint8_t* cbStart = mData.data() + mWidth * mHeight; in getCroppedLayout() local
134 uint8_t* crStart = cbStart + mWidth * mHeight / 4; in getCroppedLayout()
135 out->cb = cbStart + mWidth * rect.top / 4 + rect.left / 2; in getCroppedLayout()