Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/camera/
DThumbnail.cpp74 const size_t sourceUVPlaneSize = (sourceWidth * sourceHeight) / 4; in createRawThumbnail() local
77 std::vector<unsigned char> sourcePlanes(sourceUVPlaneSize * 2); in createRawThumbnail()
80 unsigned char* vSourcePlane = &sourcePlanes[sourceUVPlaneSize]; in createRawThumbnail()
82 for (size_t i = 0; i < sourceUVPlaneSize; ++i) { in createRawThumbnail()