Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/camera/
DThumbnail.cpp77 std::vector<unsigned char> sourcePlanes(sourceUVPlaneSize * 2); in createRawThumbnail() local
79 unsigned char* uSourcePlane = &sourcePlanes[0]; in createRawThumbnail()
80 unsigned char* vSourcePlane = &sourcePlanes[sourceUVPlaneSize]; in createRawThumbnail()