Searched defs:reorder_pixels (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | exrdsp.h | 26 void (*reorder_pixels)(uint8_t *dst, const uint8_t *src, ptrdiff_t size); member
|
H A D | exrenc.c | 159 static void reorder_pixels(uint8_t *dst, const uint8_t *src, ptrdiff_t size) in reorder_pixels() function
|
/third_party/backends/backend/pixma/ |
H A D | pixma_mp800.c | 1425 static void reorder_pixels (uint8_t * linebuf, uint8_t * sptr, unsigned c, in reorder_pixels() function
|
H A D | pixma_mp150.c | 1068 reorder_pixels (uint8_t * linebuf, uint8_t * sptr, unsigned c, unsigned n, in reorder_pixels() function
|
Completed in 7 milliseconds