Home
last modified time | relevance | path

Searched defs:VIDEO_MASK (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/smpeg/smpeg-0.4.4/
H A DMPEGsystem.cpp45 Uint8 const VIDEO_MASK[] = { 0xff, 0xff, 0xff, 0xff }; variable
/dports/multimedia/smpeg2/smpeg2-2.0.0/
H A DMPEGsystem.cpp45 Uint8 const VIDEO_MASK[] = { 0xff, 0xff, 0xff, 0xff }; variable
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/video/
H A Dsstfb.h126 # define VIDEO_MASK 0x8080010f /* masks video related bits V1+V2*/ macro
/dports/multimedia/libv4l/linux-5.13-rc2/include/video/
H A Dsstfb.h126 # define VIDEO_MASK 0x8080010f /* masks video related bits V1+V2*/ macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/video/
H A Dsstfb.h126 # define VIDEO_MASK 0x8080010f /* masks video related bits V1+V2*/ macro
/dports/databases/postgresql12-server/postgresql-12.9/src/bin/scripts/po/
H A Dfr.po46 msgid "cannot duplicate null pointer (internal error)\n"
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dxv.rs45 pub const VIDEO_MASK: Self = Self(1 << 2); const