/external/deqp/framework/common/ |
D | tcuPixelFormat.hpp | 35 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/ |
D | format.rs | 101 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/ |
D | lib.rs | 154 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/ |
D | SkWGL_win.cpp | 105 struct PixelFormat { struct 106 int fFormat; 107 int fSampleCnt; 108 int fChoosePixelFormatRank;
|
/external/rust/crates/v4l2r/lib/src/ioctl/ |
D | framesizes.rs | 67 pixel_format: PixelFormat, in enum_frame_sizes()
|
D | frameintervals.rs | 66 pixel_format: PixelFormat, in enum_frame_intervals()
|
D | enum_fmt.rs | 23 impl From<v4l2_fmtdesc> for PixelFormat { implementation
|
/external/crosvm/devices/src/virtio/video/decoder/backend/ |
D | vda.rs | 47 impl TryFrom<Format> for libvda::PixelFormat { implementation 129 fmt: &libvda::PixelFormat, in from_pixel_format()
|
/external/rust/crabbyavif/src/reformat/ |
D | scale.rs | 212 fn scale(yuv_format: PixelFormat, use_alpha: bool, is_pointer_input: bool) { in scale()
|
D | libyuv.rs | 159 yuv_format: PixelFormat, in find_conversion_function()
|
/external/rust/crabbyavif/src/ |
D | lib.rs | 54 pub enum PixelFormat { enum 69 impl PixelFormat { impl
|
/external/crosvm/media/libvda/src/decode/ |
D | session.rs | 121 format: PixelFormat, in use_output_buffer()
|
/external/rust/crabbyavif/src/utils/ |
D | clap.rs | 59 pixel_format: PixelFormat, in create_from()
|
/external/rust/android-crates-io/crates/uefi/src/proto/console/ |
D | gop.rs | 320 pub enum PixelFormat { enum 381 pub const fn pixel_format(&self) -> PixelFormat { in pixel_format()
|
/external/libkmsxx/kms++/inc/kms++/ |
D | pixelformats.h | 14 enum class PixelFormat : uint32_t { enum
|
/external/rust/crabbyavif/src/capi/ |
D | types.rs | 329 yuvFormat: PixelFormat, in crabby_avifCropRectConvertCleanApertureBox() 381 format: PixelFormat, in crabby_avifGetPixelFormatInfo()
|
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/ |
D | GraphicsOutput.h | 77 EFI_GRAPHICS_PIXEL_FORMAT PixelFormat; member
|
/external/coreboot/src/vendorcode/intel/edk2/uefi_2.4/MdePkg/Include/Protocol/ |
D | GraphicsOutput.h | 83 EFI_GRAPHICS_PIXEL_FORMAT PixelFormat; member
|
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/ |
D | GraphicsOutput.h | 77 EFI_GRAPHICS_PIXEL_FORMAT PixelFormat; member
|
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/ |
D | GraphicsOutput.h | 77 EFI_GRAPHICS_PIXEL_FORMAT PixelFormat; member
|
/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/ |
D | GraphicsOutput.h | 83 EFI_GRAPHICS_PIXEL_FORMAT PixelFormat; member
|
/external/deqp/external/openglcts/modules/common/ |
D | glcPackedPixelsTests.cpp | 103 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/ |
D | decoder.rs | 139 desired_pixel_format: Option<PixelFormat>, in set_capture_format_cb()
|
/external/crosvm/devices/src/virtio/media/ |
D | decoder_adapter.rs | 59 impl From<Format> for PixelFormat { implementation
|
/external/angle/src/common/ |
D | gl_enum_utils_autogen.h | 125 PixelFormat, enumerator 338 PixelFormat, enumerator
|