HomeSort by relevance Sort by last modified time
    Searched refs:mYdata (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/yuv/
YUVImage.cpp 66 mYdata = (uint8_t *)mBuffer;
67 mUdata = mYdata + numberOfPixels;
73 mYdata = (uint8_t *)mBuffer;
74 mVdata = mYdata + numberOfPixels;
133 return mYdata + offset;
  /frameworks/av/include/media/stagefright/
YUVImage.h 27 // - initializeYUVPointers() sets up pointers (mYdata, mUdata, mVdata) to
130 uint8_t *mYdata;
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 49 milliseconds