Searched defs:mVdata (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
137 // YUV420 semiplanar, mVdata points to the start of the V data in the UV plane.
138 uint8_t *mVdata; 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 5 milliseconds