Home
last modified time | relevance | path

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

/frameworks/av/services/camera/virtualcamera/util/
DJpegUtil.cc165 std::vector<uint8_t> cr_plane(cSamples); in compress() local
172 cr_plane[out_idx] = cr[j * ycbr.chroma_step]; in compress()
185 crLines[i] = cr_plane.data() + i * cWidth; in compress()