VirtualBox

Changeset 79791 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 15, 2019 11:55:51 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
132158
Message:

Devices/Graphics: UYVY and YUY2 formats

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-shared.cpp

    r76553 r79791  
    395395        return 1;
    396396
    397     case SVGA3D_NV12:
    398         *pcxBlock = 1;
    399         *pcyBlock = 1;
    400         return 1;
     397    case SVGA3D_UYVY:
     398        *pcxBlock = 1;
     399        *pcyBlock = 1;
     400        return 2;
     401
     402    case SVGA3D_YUY2:
     403        *pcxBlock = 1;
     404        *pcyBlock = 1;
     405        return 2;
    401406
    402407    case SVGA3D_V16U16:
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette