Searched defs:PixelFormat (Results 1 – 12 of 12) sorted by relevance
35 struct PixelFormat struct37 int redBits;38 int greenBits;39 int blueBits;40 int alphaBits;42 PixelFormat (int red, int green, int blue, int alpha) in PixelFormat() function50 PixelFormat (void) in PixelFormat() function58 static inline int channelThreshold(int bits) in channelThreshold()78 inline RGBA getColorThreshold (void) const in getColorThreshold()87 static inline int convertChannel (int val, int bits) in convertChannel()[all …]
100 pub enum PixelFormat { enum105 impl PixelFormat { implementation106 pub(crate) fn new(f: bindings::video_pixel_format_t) -> Result<PixelFormat> { in new()
107 struct PixelFormat { struct108 int fFormat;109 int fSampleCnt;110 int fChoosePixelFormatRank;
34 using PixelFormat = unsigned int; variable
35 impl TryFrom<Format> for libvda::PixelFormat { implementation124 fmt: &libvda::PixelFormat, in from_pixel_format()
116 format: PixelFormat, in use_output_buffer()
14 enum class PixelFormat : uint32_t { enum
572 struct PixelFormat { struct577 PixelFormat SkColorType_to_PixelFormat(SkColorType); argument
102 struct PixelFormat struct104 GLenum format; // format name105 int components; // number of components106 int componentFormat; // element meaning107 GLenum attachment; // target buffer108 InternalFormatBits componentOrder; // zero based element order, -1 for N/A
145 PixelFormat, enumerator
103 using PixelFormat = FrameGeneratorInterface::OutputType; member
11083 OSType PixelFormat; in Qt_QTGetPixelSize() local11100 OSType PixelFormat; in Qt_QTGetPixelFormatDepthForImageDescription() local