Searched defs:fourcc (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispD3DIf.cpp771 static void vboxVhwaPopulateOverlayFourccSurfDesc(DDSURFACEDESC *pDesc, uint32_t fourcc) argument
779 pDesc->ddpfPixelFormat.dwFourCC = fourcc;
923 uint32_t fourcc = vboxWddmFormatToFourcc(pVhwa->Settings.aFormats[j]); local
924 if (fourcc)
926 vboxVhwaPopulateOverlayFourccSurfDesc(&sd, fourcc);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dutils.c1671 char fourcc[5]; local
1672 fourcc[0] = (char)(fmt);
1673 fourcc[1] = (char)(fmt >> 8);
1674 fourcc[2] = (char)(fmt >> 16);
1675 fourcc[3] = (char)(fmt >> 24);
1676 fourcc[4] = 0;
1677 if( isprint(fourcc[0]) && isprint(fourcc[1]) && isprint(fourcc[2]) && isprint(fourcc[
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dutils.c2148 char fourcc[5]; local
2149 fourcc[0] = (char)(format_id);
2150 fourcc[1] = (char)(format_id >> 8);
2151 fourcc[2] = (char)(format_id >> 16);
2152 fourcc[3] = (char)(format_id >> 24);
2153 fourcc[4] = 0;
2154 if (isprint(fourcc[0]) && isprint(fourcc[1]) && isprint(fourcc[2]) && isprint(fourcc[
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.h244 VBoxVHWAColorFormat(uint32_t fourcc);
252 uint32_t fourcc() const {return mDataFormat;} function in class:VBoxVHWAColorFormat
281 void init(uint32_t fourcc);
476 if(mColorFormat.fourcc() == FOURCC_YV12)
575 if(mColorFormat.fourcc() == FOURCC_YV12)
829 uint32_t fourcc() const {return mImage->pixelFormat().fourcc(); } function in class:VBoxVHWASurfaceBase

Completed in 52 milliseconds