Changeset 846 for trunk/src/multimedia/video/qabstractvideobuffer.cpp
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/multimedia/video/qabstractvideobuffer.cpp
r769 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 72 72 \value NoHandle The buffer has no handle, its data can only be accessed by mapping the buffer. 73 73 \value GLTextureHandle The handle of the buffer is an OpenGL texture ID. 74 \value XvShmImageHandle The handle contains pointer to shared memory XVideo image. 75 \value CoreImageHandle The handle contains pointer to Mac OS X CIImage. 76 \value QPixmapHandle The handle of the buffer is a QPixmap. 74 77 \value UserHandle Start value for user defined handle types. 75 78 … … 85 88 \value ReadOnly The mapped memory is populated with data from the video buffer when mapped, but 86 89 the content of the mapped memory may be discarded when unmapped. 87 \value WriteOnly The mapped memory i n unitialized when mapped, and the content will be used to90 \value WriteOnly The mapped memory is uninitialized when mapped, and the content will be used to 88 91 populate the video buffer when unmapped. 89 92 \value ReadWrite The mapped memory is populated with data from the video buffer, and the
Note:
See TracChangeset
for help on using the changeset viewer.