Searched defs:uvPlane (Results 1 – 2 of 2) sorted by relevance
282 uint8_t *uvPlane = const_cast<uint8_t *>(data + yPlaneSize); in Yuv420spEncoder() local309 void JpegEncoder::Deinterweave(uint8_t *uvPlane, uint8_t *uPlane, uint8_t *vPlane, uint32_t curRow,… in Deinterweave()
2215 uint8_t *uvPlane = nullptr; variable