Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DHwCamera.cpp147 const unsigned rgbaWidth = imageSize.width; in convertRGBAtoRAW16() local
148 const unsigned rgbaWidth2 = rgbaWidth / 2; // we will process two RGBAs at once in convertRGBAtoRAW16()
155 const unsigned rawrawAlign2 = (((rgbaWidth + 15U) & ~15U) - rgbaWidth) / 2; in convertRGBAtoRAW16()