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

/frameworks/av/include/media/stagefright/
H A DYUVImage.h27 // - initializeYUVPointers() sets up pointers (mYdata, mUdata, mVdata) to
133 // YUV420 semiplanar, mUdata points to the start of the U data in the UV plane.
134 uint8_t *mUdata; member in class:android::YUVImage
140 // Initialize the pointers mYdata, mUdata, mVdata to point to the right locations for
146 // data from the corresponding base pointers -- mYdata, mUdata, mVdata.

Completed in 37 milliseconds