Home
last modified time | relevance | path

Searched refs:rgb8 (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_image.c57 unsigned char *rgb8; in debug_dump_image() local
62 rgb8 = MALLOC(height * width * 3); in debug_dump_image()
63 if (!rgb8) { in debug_dump_image()
69 rgb8, width * 3, in debug_dump_image()
84 fwrite(rgb8, 1, height * width * 3, f); in debug_dump_image()
91 FREE(rgb8); in debug_dump_image()
/third_party/ffmpeg/tests/fate/
H A Dlavf-image.mak51 FATE_LAVF_IMAGES-$(call LAVF_IMAGES, XWD) += rgb8.xwd
95 fate-lavf-rgb8.xwd: CMD = lavf_image "-pix_fmt rgb8"
H A Dgif.mak22 FATE_GIF_ENC_PIXFMT = rgb8 bgr8 rgb4_byte bgr4_byte gray pal8
/third_party/ffmpeg/libavcodec/
H A Dpngdec.c332 YUV2RGB(rgb8, uint8_t)

Completed in 5 milliseconds