Searched refs:set_pixel (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_floodfill.c | 47 void (*set_pixel)(AVFrame *frame, int x, int y, member 249 case 1: s->set_pixel = set_pixel1; in config_input() 252 case 3: s->set_pixel = set_pixel3; in config_input() 255 case 4: s->set_pixel = set_pixel4; in config_input() 261 case 1: s->set_pixel = set_pixel1_16; in config_input() 264 case 3: s->set_pixel = set_pixel3_16; in config_input() 267 case 4: s->set_pixel = set_pixel4_16; in config_input() 329 s->set_pixel(frame, x, y, d0, d1, d2, d3); in filter_frame()
|
/third_party/backends/backend/genesys/ |
H A D | image.h | 44 void set_pixel(std::size_t x, std::size_t y, const Pixel& pixel);
|
H A D | image.cpp | 59 void Image::set_pixel(std::size_t x, std::size_t y, const Pixel& pixel) in set_pixel() function in genesys::Image
|
Completed in 2 milliseconds