Searched defs:vAddr (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/yuv/
H A DYUVImage.cpp145 uint8_t **yAddr, uint8_t **uAddr, uint8_t **vAddr) const {
153 *vAddr = getVAddress(vOffset);
169 uint8_t *vAddr; local
170 if (!getYUVAddresses(x, y, &yAddr, &uAddr, &vAddr)) return false;
174 *vPtr = *vAddr;
185 uint8_t *vAddr; local
186 if (!getYUVAddresses(x, y, &yAddr, &uAddr, &vAddr)) return false;
190 *vAddr = vValue;

Completed in 1802 milliseconds