Searched refs:uAddr (Results 1 - 2 of 2) 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
/frameworks/av/include/media/stagefright/
H A DYUVImage.h169 uint8_t **yAddr, uint8_t **uAddr, uint8_t **vAddr) const;

Completed in 42 milliseconds