Searched defs:uAddr (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 {
152 *uAddr = getUAddress(uOffset);
168 uint8_t *uAddr; local
170 if (!getYUVAddresses(x, y, &yAddr, &uAddr, &vAddr)) return false;
173 *uPtr = *uAddr;
184 uint8_t *uAddr; local
186 if (!getYUVAddresses(x, y, &yAddr, &uAddr, &vAddr)) return false;
189 *uAddr = uValue;
144 getYUVAddresses(int32_t x, int32_t y, uint8_t **yAddr, uint8_t **uAddr, uint8_t **vAddr) const argument

Completed in 9 milliseconds