Home
last modified time | relevance | path

Searched defs:PixelFormat (Results 1 – 25 of 39) sorted by relevance

12

/external/deqp/framework/common/
DtcuPixelFormat.hpp35 struct PixelFormat struct
37 int redBits;
38 int greenBits;
39 int blueBits;
40 int alphaBits;
42 PixelFormat(int red, int green, int blue, int alpha) in PixelFormat() function
50 PixelFormat(void) : redBits(0), greenBits(0), blueBits(0), alphaBits(0) in PixelFormat() function
54 static inline int channelThreshold(int bits) in channelThreshold()
74 inline RGBA getColorThreshold(void) const in getColorThreshold()
80 static inline int convertChannel(int val, int bits) in convertChannel()
[all …]
/external/crosvm/media/libvda/src/
Dformat.rs101 pub enum PixelFormat { enum
106 impl PixelFormat { impl
107 pub(crate) fn new(f: bindings::video_pixel_format_t) -> Result<PixelFormat> { in new()
/external/rust/crates/v4l2r/lib/src/
Dlib.rs154 pub struct PixelFormat(u32); struct
156 impl PixelFormat { implementation
186 impl From<u32> for PixelFormat { implementation
220 impl From<&[u8; 4]> for PixelFormat { implementation
254 impl fmt::Debug for PixelFormat { implementation
271 impl fmt::Display for PixelFormat { implementation
/external/skia/tools/gpu/gl/win/
DSkWGL_win.cpp105 struct PixelFormat { struct
106 int fFormat;
107 int fSampleCnt;
108 int fChoosePixelFormatRank;
/external/rust/crates/v4l2r/lib/src/ioctl/
Dframesizes.rs67 pixel_format: PixelFormat, in enum_frame_sizes()
Dframeintervals.rs66 pixel_format: PixelFormat, in enum_frame_intervals()
Denum_fmt.rs23 impl From<v4l2_fmtdesc> for PixelFormat { implementation
/external/crosvm/devices/src/virtio/video/decoder/backend/
Dvda.rs47 impl TryFrom<Format> for libvda::PixelFormat { implementation
129 fmt: &libvda::PixelFormat, in from_pixel_format()
/external/rust/crabbyavif/src/reformat/
Dscale.rs212 fn scale(yuv_format: PixelFormat, use_alpha: bool, is_pointer_input: bool) { in scale()
Dlibyuv.rs159 yuv_format: PixelFormat, in find_conversion_function()
/external/rust/crabbyavif/src/
Dlib.rs54 pub enum PixelFormat { enum
69 impl PixelFormat { impl
/external/crosvm/media/libvda/src/decode/
Dsession.rs121 format: PixelFormat, in use_output_buffer()
/external/rust/crabbyavif/src/utils/
Dclap.rs59 pixel_format: PixelFormat, in create_from()
/external/rust/android-crates-io/crates/uefi/src/proto/console/
Dgop.rs320 pub enum PixelFormat { enum
381 pub const fn pixel_format(&self) -> PixelFormat { in pixel_format()
/external/libkmsxx/kms++/inc/kms++/
Dpixelformats.h14 enum class PixelFormat : uint32_t { enum
/external/rust/crabbyavif/src/capi/
Dtypes.rs329 yuvFormat: PixelFormat, in crabby_avifCropRectConvertCleanApertureBox()
381 format: PixelFormat, in crabby_avifGetPixelFormatInfo()
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/
DGraphicsOutput.h77 EFI_GRAPHICS_PIXEL_FORMAT PixelFormat; member
/external/coreboot/src/vendorcode/intel/edk2/uefi_2.4/MdePkg/Include/Protocol/
DGraphicsOutput.h83 EFI_GRAPHICS_PIXEL_FORMAT PixelFormat; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/
DGraphicsOutput.h77 EFI_GRAPHICS_PIXEL_FORMAT PixelFormat; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/
DGraphicsOutput.h77 EFI_GRAPHICS_PIXEL_FORMAT PixelFormat; member
/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/
DGraphicsOutput.h83 EFI_GRAPHICS_PIXEL_FORMAT PixelFormat; member
/external/deqp/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp103 struct PixelFormat struct
105 GLenum format; // format name
106 int components; // number of components
107 int componentFormat; // element meaning
108 GLenum attachment; // target buffer
109 InternalFormatBits componentOrder; // zero based element order, -1 for N/A
/external/rust/crates/v4l2r/ffi/src/
Ddecoder.rs139 desired_pixel_format: Option<PixelFormat>, in set_capture_format_cb()
/external/crosvm/devices/src/virtio/media/
Ddecoder_adapter.rs59 impl From<Format> for PixelFormat { implementation
/external/angle/src/common/
Dgl_enum_utils_autogen.h125 PixelFormat, enumerator
338 PixelFormat, enumerator

12