Searched defs:gray8 (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/docs/examples/ |
H A D | Color_Type_Gray_8.cpp | 14 uint8_t gray8[] = { 0xFF, 0xBB, 0x77, 0x33 }; in REG_FIDDLE() local
|
/third_party/skia/tests/ |
H A D | ReadPixelsTest.cpp | 405 static const uint8_t gray8[kNumPixels] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; variable
|
/third_party/ffmpeg/libavcodec/ |
H A D | mpegvideo.c | 275 static void gray8(uint8_t *dst, const uint8_t *src, ptrdiff_t linesize, int h) in gray8() function
|
Completed in 5 milliseconds