Home
last modified time | relevance | path

Searched refs:gray8 (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/docs/examples/
H A DColor_Type_Gray_8.cpp14 uint8_t gray8[] = { 0xFF, 0xBB, 0x77, 0x33 }; in REG_FIDDLE() local
15 SkPixmap grayPixmap(imageInfo, &gray8, imageInfo.minRowBytes()); in REG_FIDDLE()
/third_party/ffmpeg/tests/fate/
H A Dhap.mak23 fate-hap-alpha-only-nosnappy-128x72: CMD = framecrc -i $(TARGET_SAMPLES)/hap/HapAlphaOnly_NoSnappy_128x72.mov -pix_fmt gray8
26 fate-hap-alpha-only-snappy-127x71: CMD = framecrc -i $(TARGET_SAMPLES)/hap/HapAlphaOnly_snappy1chunk_127x71.mov -pix_fmt gray8
H A Dfits.mak9 fits-png-map-gray := gray8
H A Dimage.mak378 PNG_COLORSPACES = gray8 gray16 rgb24 rgb48 rgba rgba64 ya8 ya16
410 PSD_COLORSPACES = gray8 gray16 rgb24 rgb48 rgba rgba64 ya8 ya16
445 SGI_COLORSPACES = gray8 gray16 rgb24 rgb48 rgba rgba64
/third_party/skia/tests/
H A DReadPixelsTest.cpp405 static const uint8_t gray8[kNumPixels] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; variable
422 return gray8; in five_reference_pixels()
/third_party/ffmpeg/libavcodec/
H A Dmpegvideo.c275 static void gray8(uint8_t *dst, const uint8_t *src, ptrdiff_t linesize, int h) in gray8() function
297 s->hdsp.avg_pixels_tab[1][i] = gray8; in dct_init()
298 s->hdsp.put_pixels_tab[1][i] = gray8; in dct_init()
299 s->hdsp.put_no_rnd_pixels_tab[1][i] = gray8; in dct_init()

Completed in 6 milliseconds