Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
Dyuv.cpp28 void copyCbCrPlane(uint8_t* dst, const size_t width, size_t height, in copyCbCrPlane() function
100 copyCbCrPlane(&((*data)[0]), width / 2, height / 2, in toNV21Shallow()
102 copyCbCrPlane(&((*data)[area / 4]), width / 2, height / 2, in toNV21Shallow()