Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/default/
DExternalCameraUtils.cpp352 uint8_t* cbStart = mData.data() + mWidth * mHeight; in allocate() local
353 uint8_t* crStart = cbStart + mWidth * mHeight / 4; in allocate()
354 out->cb = cbStart; in allocate()
384 uint8_t* cbStart = mData.data() + mWidth * mHeight; in getCroppedLayout() local
385 uint8_t* crStart = cbStart + mWidth * mHeight / 4; in getCroppedLayout()
386 out->cb = cbStart + mWidth * rect.top / 4 + rect.left / 2; in getCroppedLayout()
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraUtils.cpp148 uint8_t* cbStart = mData.data() + mWidth * mHeight; in allocate() local
149 uint8_t* crStart = cbStart + mWidth * mHeight / 4; in allocate()
150 out->cb = cbStart; in allocate()
193 uint8_t* cbStart = mData.data() + mWidth * mHeight; in getCroppedLayout() local
194 uint8_t* crStart = cbStart + mWidth * mHeight / 4; in getCroppedLayout()
195 out->cb = cbStart + mWidth * rect.top / 4 + rect.left / 2; in getCroppedLayout()