Home
last modified time | relevance | path

Searched refs:DEFAULT_BPP (Results 1 – 9 of 9) sorted by relevance

/dports/net/xrdp-devel/xrdp-0.9.16/sesman/tools/
H A Dsesrun.c59 #ifndef DEFAULT_BPP
60 # define DEFAULT_BPP 32 macro
173 g_printf(" -b <bits-per-pixel> Default:%d\n", DEFAULT_BPP); in usage()
288 sp->bpp = DEFAULT_BPP; in parse_program_args()
/dports/x11-drivers/xorgxrdp/xrdp-0.9.17/sesman/tools/
H A Dsesrun.c59 #ifndef DEFAULT_BPP
60 # define DEFAULT_BPP 32 macro
173 g_printf(" -b <bits-per-pixel> Default:%d\n", DEFAULT_BPP); in usage()
288 sp->bpp = DEFAULT_BPP; in parse_program_args()
/dports/games/linwarrior/linwarrior/source/
H A Dmain.h30 #define DEFAULT_BPP 16 macro
H A Dmain.cpp30 depth(DEFAULT_BPP), in cGame()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/
H A Dacornfb.c43 #define DEFAULT_BPP 4 macro
1028 &acornfb_default_mode, DEFAULT_BPP); in acornfb_probe()
1036 &acornfb_default_mode, DEFAULT_BPP); in acornfb_probe()
1045 &acornfb_default_mode, DEFAULT_BPP); in acornfb_probe()
1050 &acornfb_default_mode, DEFAULT_BPP); in acornfb_probe()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/
H A Dacornfb.c43 #define DEFAULT_BPP 4 macro
1028 &acornfb_default_mode, DEFAULT_BPP); in acornfb_probe()
1036 &acornfb_default_mode, DEFAULT_BPP); in acornfb_probe()
1045 &acornfb_default_mode, DEFAULT_BPP); in acornfb_probe()
1050 &acornfb_default_mode, DEFAULT_BPP); in acornfb_probe()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/
H A Dacornfb.c43 #define DEFAULT_BPP 4 macro
1028 &acornfb_default_mode, DEFAULT_BPP); in acornfb_probe()
1036 &acornfb_default_mode, DEFAULT_BPP); in acornfb_probe()
1045 &acornfb_default_mode, DEFAULT_BPP); in acornfb_probe()
1050 &acornfb_default_mode, DEFAULT_BPP); in acornfb_probe()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/mctf_package/mctf/include/
H A Dmctf_common.h356 static const mfxU32 DEFAULT_BPP; variable
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/mctf_package/mctf/src/
H A Dmctf_common.cpp57 const mfxU32 CMC::DEFAULT_BPP = 0; //Automode member in CMC
73 pBuffer->BitsPerPixelx100k = DEFAULT_BPP; in QueryDefaultParams()
154 if (pBuffer->BitsPerPixelx100k > DEFAULT_BPP) { in CheckAndFixParams()
155 pBuffer->BitsPerPixelx100k = DEFAULT_BPP; in CheckAndFixParams()
1102 if (pMctfControl->BitsPerPixelx100k > (DEFAULT_BPP)) in MCTF_CheckRTParams()