Home
last modified time | relevance | path

Searched defs:pixel (Results 26 - 50 of 237) sorted by relevance

12345678910

/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H A Dfb_draw.h26 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 Dfb_ssd1325.c61 static uint8_t rgb565_to_g16(u16 pixel) in rgb565_to_g16() argument
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H A Dfb_draw.h26 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 Dfb_ssd1325.c61 static uint8_t rgb565_to_g16(u16 pixel) in rgb565_to_g16() argument
/third_party/ffmpeg/libavcodec/
H A Dbit_depth_template.c28 # undef pixel macro
52 # define pixel uint16_t macro
81 # define pixel uint8_t macro
H A Danm.c151 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 Dr210dec.c70 uint32_t pixel; in decode_frame() local
[all...]
H A Dr210enc.c67 uint32_t pixel; in encode_frame() local
H A Dsgidec.c50 unsigned char pixel, count; in expand_rle_row8() local
88 unsigned short pixel; in expand_rle_row16() local
[all...]
H A Dmvcdec.c111 static void set_4x4_block(uint8_t *dst, int linesize, uint32_t pixel) in set_4x4_block() argument
H A Dsunrastenc.c75 uint32_t pixel = palette_data[x]; in sunrast_image_write_image() local
/third_party/ffmpeg/libavfilter/
H A Dphase_template.c27 #undef pixel macro
30 #define pixel uint8_t macro
33 #define pixel uint16_t macro
[all...]
H A Dmedian_template.c29 #undef pixel macro
31 #define pixel uint8_t macro
33 #define pixel uint16_t macro
[all...]
/third_party/backends/testsuite/backend/genesys/
H A Dtests_image.cpp85 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 Ddither.c54 pixel, /* Current adjusted pixel... */ in cupsDitherLine() local
[all...]
H A Ddriver.h67 short pixel; /* Output pixel value */ member
/third_party/mesa3d/src/gallium/targets/osmesa/
H A Dtest-render.cpp225 uint32_t pixel; in TEST() local
/third_party/skia/third_party/externals/angle2/samples/sample_util/
H A Dtga_utils.cpp89 Byte4 pixel; in LoadTGAImageFromFile() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DMaxTextureSizeTest.cpp103 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 DBlendIntegerTest.cpp28 T pixel[4]; in compareValue() local
39 << " " << name << "[3]=" << value[3] << " pixel[ in compareValue() local
[all...]
H A DBlendMinMaxTest.cpp79 float pixel[4]; in runTest() local
105 pixel[componentIdx], errorRange) in runTest() local
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_bitmap.h59 void SetPixels(void* pixel) {} in SetPixels() argument
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dhdilayer_context_systest.cpp92 uint32_t *pixel = static_cast<uint32_t *>(image); in DrawColor() local
/third_party/backends/backend/genesys/
H A Dimage.cpp59 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 Dimage_pixel.cpp170 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...]

Completed in 11 milliseconds

12345678910