/aosp_15_r20/external/rust/crabbyavif/src/ |
D | image.rs | 70 pub struct Image { struct 71 pub width: u32, 72 pub height: u32, 73 pub depth: u8, 75 pub yuv_format: PixelFormat, 76 pub yuv_range: YuvRange, 77 pub chroma_sample_position: ChromaSamplePosition, 79 pub alpha_present: bool, 80 pub alpha_premultiplied: bool, 82 pub row_bytes: [u32; MAX_PLANE_COUNT], [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/image/draw/ |
D | draw.go | 21 type Image interface { interface 40 Quantize(p color.Palette, m image.Image) color.Palette 55 func (op Op) Draw(dst Image, r image.Rectangle, src image.Image, sp image.Point) { 63 Draw(dst Image, r image.Rectangle, src image.Image, sp image.Point) 83 func clip(dst Image, r *image.Rectangle, src image.Image, sp *image.Point, mask image.Image, mp *im… 103 func processBackward(dst image.Image, r image.Rectangle, src image.Image, sp image.Point) bool { 110 func Draw(dst Image, r image.Rectangle, src image.Image, sp image.Point, op Op) { 116 func DrawMask(dst Image, r image.Rectangle, src image.Image, sp image.Point, mask image.Image, mp i… 795 func drawRGBA(dst *image.RGBA, r image.Rectangle, src image.Image, sp image.Point, mask image.Image… 956 func drawPaletted(dst Image, r image.Rectangle, src image.Image, sp image.Point, floydSteinberg boo…
|
/aosp_15_r20/hardware/google/graphics/common/libhwjpeg/ |
D | LibScalerForJpeg.h | 65 struct Image { struct 74 Image(Device &dev, unsigned int w, unsigned int h, unsigned int f, unsigned int buftype) in Image() function 94 if (!mSrcImage.queueBuffer(srcBuf)) return false; in queue() argument
|
/aosp_15_r20/external/rust/cros-libva/lib/src/ |
D | image.rs | 18 pub struct Image<'a> { struct 22 image: bindings::VAImage, argument 42 impl<'a> Image<'a> { argument 125 ) -> Result<Image, VaError> { in create_from() 191 impl<'a> AsRef<[u8]> for Image<'a> { implementation 197 impl<'a> AsMut<[u8]> for Image<'a> { implementation 204 impl<'a> Drop for Image<'a> { implementation
|
/aosp_15_r20/external/rust/crabbyavif/src/reformat/ |
D | rgb_impl.rs | 52 fn identity_yuv8_to_rgb8_full_range(image: &image::Image, rgb: &mut rgb::Image) -> AvifResult<()> { in identity_yuv8_to_rgb8_full_range() 102 image: &image::Image, in yuv8_to_rgb8_color() 103 rgb: &mut rgb::Image, in yuv8_to_rgb8_color() 156 image: &image::Image, in yuv16_to_rgb16_color() 157 rgb: &mut rgb::Image, in yuv16_to_rgb16_color() 202 image: &image::Image, in yuv16_to_rgb8_color() 203 rgb: &mut rgb::Image, in yuv16_to_rgb8_color() 259 image: &image::Image, in yuv8_to_rgb16_color() 260 rgb: &mut rgb::Image, in yuv8_to_rgb16_color() 302 image: &image::Image, in yuv8_to_rgb8_monochrome() [all …]
|
D | rgb.rs | 106 pub struct Image { struct 128 impl Image { argument 393 pub fn shuffle_channels_to(self, format: Format) -> AvifResult<Image> { in shuffle_channels_to()
|
/aosp_15_r20/external/grpc-grpc/src/php/docker/ |
H A D | README.md | 45 ### `grpc-ext` 61 ### `grpc-src` 83 ### `alpine` 98 ### `centos7` 113 ### `php-src` 132 ### `php-zts` 148 ### `php-future` 163 ### `php5` 168 ### `fork-support`
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
D | gdiplusmetafile.h | 71 BOOL deleteWmf = FALSE): Image(NULL, Ok) in Image() function 79 Metafile(HENHMETAFILE hEmf, BOOL deleteEmf = FALSE): Image(NULL, Ok) in Image() function 111 const WCHAR *description = NULL): Image(NULL, Ok) in Image() function 122 const WCHAR *description = NULL): Image(NULL, Ok) in Image() function 133 const WCHAR *description = NULL): Image(NULL, Ok) in Image() function 143 const WCHAR *description = NULL): Image(NULL, Ok) in Image() function 156 const WCHAR *description = NULL): Image(NULL, Ok) in Image() function 168 const WCHAR *description = NULL): Image(NULL, Ok) in Image() function 178 const WCHAR *description = NULL): Image(NULL, Ok) in Image() function 190 const WCHAR *description = NULL): Image(NULL, Ok) in Image() function [all …]
|
/aosp_15_r20/external/mesa3d/src/nouveau/nil/ |
H A D | image.rs | 99 pub struct Image { struct 100 pub dim: ImageDim, argument 106 pub levels: [ImageLevel; MAX_LEVELS], argument 115 impl Image { argument
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/rsc.io/markdown/ |
D | link.go | 452 type Image struct { struct 453 Inner []Inline 454 URL string 455 Title string 456 TitleChar byte 457 corner bool 460 func (*Image) Inline() {} 462 func (x *Image) PrintHTML(buf *bytes.Buffer) { 486 func (x *Image) printMarkdown(buf *bytes.Buffer) { 491 func (x *Image) PrintText(buf *bytes.Buffer) {
|
/aosp_15_r20/system/core/fastboot/ |
H A D | fastboot.h | 77 struct Image { struct 83 ImageType type; argument 87 using ImageEntry = std::pair<const Image*, std::string>; argument
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/piex/src/ |
D | piex_types.h | 36 struct Image { struct 48 bool operator>(const Image& rhs) const { argument
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/piex/src/ |
D | piex_types.h | 36 struct Image { struct 49 bool operator>(const Image& rhs) const { argument
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/piex/src/ |
D | piex_types.h | 36 struct Image { struct 49 bool operator>(const Image& rhs) const { argument
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/piex/src/ |
D | piex_types.h | 36 struct Image { struct 48 bool operator>(const Image& rhs) const { argument
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/piex/src/ |
D | piex_types.h | 36 struct Image { struct 48 bool operator>(const Image& rhs) const { argument
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/piex/src/ |
D | piex_types.h | 36 struct Image { struct 49 bool operator>(const Image& rhs) const { argument
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/piex/src/ |
D | piex_types.h | 36 struct Image { struct 48 bool operator>(const Image& rhs) const { argument
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/piex/src/ |
D | piex_types.h | 36 struct Image { struct 48 bool operator>(const Image& rhs) const { argument
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/piex/src/ |
D | piex_types.h | 36 struct Image { struct 48 bool operator>(const Image& rhs) const { argument
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/piex/src/ |
D | piex_types.h | 36 struct Image { struct 49 bool operator>(const Image& rhs) const { argument
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/piex/src/ |
D | piex_types.h | 36 struct Image { struct 48 bool operator>(const Image& rhs) const { argument
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/piex/src/ |
D | piex_types.h | 36 struct Image { struct 49 bool operator>(const Image& rhs) const { argument
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/piex/src/ |
D | piex_types.h | 36 struct Image { struct 49 bool operator>(const Image& rhs) const { argument
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/piex/src/ |
D | piex_types.h | 36 struct Image { struct 48 bool operator>(const Image& rhs) const { argument
|