HomeSort by relevance Sort by last modified time
    Searched defs:mDataSpace (Results 1 - 3 of 3) sorted by null

  /frameworks/native/include/gui/
BufferItem.h 87 // mDataSpace is the current dataSpace value for this buffer slot. This gets
90 android_dataspace mDataSpace;
Surface.h 242 // mDataSpace is the buffer dataSpace that will be used for the next buffer
245 android_dataspace mDataSpace;
  /frameworks/base/media/jni/
android_media_ImageReader.cpp 112 void setBufferDataspace(android_dataspace dataSpace) { mDataSpace = dataSpace; }
113 android_dataspace getBufferDataspace() { return mDataSpace; }
133 android_dataspace mDataSpace;
    [all...]

Completed in 869 milliseconds