/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | fb_draw.h | 26 pixel_to_pat( u32 bpp, u32 pixel) in pixel_to_pat() argument 52 pixel_to_pat( u32 bpp, u32 pixel) pixel_to_pat() argument [all...] |
/kernel/linux/linux-5.10/drivers/staging/fbtft/ |
H A D | fb_ssd1325.c | 61 static uint8_t rgb565_to_g16(u16 pixel) in rgb565_to_g16() argument
|
/kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
H A D | fb_draw.h | 26 pixel_to_pat( u32 bpp, u32 pixel) in pixel_to_pat() argument 52 pixel_to_pat( u32 bpp, u32 pixel) pixel_to_pat() argument [all...] |
/kernel/linux/linux-6.6/drivers/staging/fbtft/ |
H A D | fb_ssd1325.c | 61 static uint8_t rgb565_to_g16(u16 pixel) in rgb565_to_g16() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | bit_depth_template.c | 28 # undef pixel macro 52 # define pixel uint16_t macro 81 # define pixel uint8_t macro
|
H A D | anm.c | 151 int pixel; in decode_frame() local 76 op(uint8_t **dst, const uint8_t *dst_end, GetByteContext *gb, int pixel, int count, int *x, int width, int linesize) op() argument 156 int pixel; decode_frame() local [all...] |
H A D | r210dec.c | 70 uint32_t pixel; in decode_frame() local [all...] |
H A D | r210enc.c | 67 uint32_t pixel; in encode_frame() local
|
H A D | sgidec.c | 50 unsigned char pixel, count; in expand_rle_row8() local 88 unsigned short pixel; in expand_rle_row16() local [all...] |
H A D | mvcdec.c | 111 static void set_4x4_block(uint8_t *dst, int linesize, uint32_t pixel) in set_4x4_block() argument
|
H A D | sunrastenc.c | 75 uint32_t pixel = palette_data[x]; in sunrast_image_write_image() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | phase_template.c | 27 #undef pixel macro 30 #define pixel uint8_t macro 33 #define pixel uint16_t macro [all...] |
H A D | median_template.c | 29 #undef pixel macro 31 #define pixel uint8_t macro 33 #define pixel uint16_t macro [all...] |
/third_party/backends/testsuite/backend/genesys/ |
H A D | tests_image.cpp | 85 Pixel pixel; in test_set_pixel_to_row() local 248 RawPixel pixel; test_set_raw_pixel_to_row() local [all...] |
/third_party/cups-filters/cupsfilters/ |
H A D | dither.c | 54 pixel, /* Current adjusted pixel... */ in cupsDitherLine() local [all...] |
H A D | driver.h | 67 short pixel; /* Output pixel value */ member
|
/third_party/mesa3d/src/gallium/targets/osmesa/ |
H A D | test-render.cpp | 225 uint32_t pixel; in TEST() local
|
/third_party/skia/third_party/externals/angle2/samples/sample_util/ |
H A D | tga_utils.cpp | 89 Byte4 pixel; in LoadTGAImageFromFile() local
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | MaxTextureSizeTest.cpp | 103 GLubyte *pixel = &data[0] + ((y * textureWidth + x) * 4); in TEST_P() local 165 GLubyte *pixel = &data[0] + ((y * textureWidth + x) * 4); in TEST_P() local [all...] |
H A D | BlendIntegerTest.cpp | 28 T pixel[4]; in compareValue() local 39 << " " << name << "[3]=" << value[3] << " pixel[ in compareValue() local [all...] |
H A D | BlendMinMaxTest.cpp | 79 float pixel[4]; in runTest() local 105 pixel[componentIdx], errorRange) in runTest() local
|
/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_bitmap.h | 59 void SetPixels(void* pixel) {} in SetPixels() argument
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/ |
H A D | hdilayer_context_systest.cpp | 92 uint32_t *pixel = static_cast<uint32_t *>(image); in DrawColor() local
|
/third_party/backends/backend/genesys/ |
H A D | image.cpp | 59 void Image::set_pixel(std::size_t x, std::size_t y, const Pixel& pixel) in set_pixel() argument 61 set_pixel_to_row(get_row_ptr(y), x, pixel, format_); in set_pixel() local 74 void Image::set_raw_pixel(std::size_t x, std::size_t y, const RawPixel& pixel) in set_raw_pixel() argument 76 set_raw_pixel_to_row(get_row_ptr(y), x, pixel, format_); in set_raw_pixel() local 93 Pixel pixel = get_pixel_from_row(in_data, i, SrcFormat); in convert_pixel_row_impl2() local
|
H A D | image_pixel.cpp | 170 void set_pixel_to_row(std::uint8_t* data, std::size_t x, Pixel pixel, PixelFormat format) in set_pixel_to_row() argument 271 set_raw_pixel_to_row(std::uint8_t* data, std::size_t x, RawPixel pixel, PixelFormat format) set_raw_pixel_to_row() argument 342 set_raw_channel_to_row(std::uint8_t* data, std::size_t x, unsigned channel, std::uint16_t pixel, PixelFormat format) set_raw_channel_to_row() argument 387 set_pixel_to_row(std::uint8_t* data, std::size_t x, Pixel pixel) set_pixel_to_row() argument 399 set_raw_pixel_to_row(std::uint8_t* data, std::size_t x, RawPixel pixel) set_raw_pixel_to_row() argument 411 set_raw_channel_to_row(std::uint8_t* data, std::size_t x, unsigned channel, std::uint16_t pixel) set_raw_channel_to_row() argument [all...] |