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

  /frameworks/av/media/libstagefright/include/
SoftwareRenderer.h 57 android_dataspace mDataSpace;
  /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 284 // mDataSpace is the buffer dataSpace that will be used for the next buffer
287 android_dataspace mDataSpace;
  /frameworks/base/media/jni/
android_media_ImageReader.cpp 101 void setBufferDataspace(android_dataspace dataSpace) { mDataSpace = dataSpace; }
102 android_dataspace getBufferDataspace() { return mDataSpace; }
120 android_dataspace mDataSpace;
130 mDataSpace(HAL_DATASPACE_UNKNOWN),
668 image->dataSpace = buffer->mDataSpace;
776 fmt, buffer->mDataSpace);

Completed in 135 milliseconds