Home
last modified time | relevance | path

Searched refs:YUV (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/gtest/
H A Dtjunittest-gtest-wrapper.cpp46 const int YUV = 1; variable
153 std::make_tuple(YUV, YUV_PAD, NO_AUTO_ALLOC),
154 std::make_tuple(YUV, YUV_PAD, AUTO_ALLOC),
155 std::make_tuple(YUV, NO_YUV_PAD, NO_AUTO_ALLOC),
156 std::make_tuple(YUV, NO_YUV_PAD, AUTO_ALLOC)));
/third_party/skia/third_party/externals/libwebp/imageio/
H A Dimage_enc.h44 YUV, YUVA enumerator
49 // RAW_YUV, YUV and YUVA formats.
81 // Save as YUV samples as PGM format (using IMC4 layout).
86 // Save YUV(A) planes sequentially (raw dump)
H A Dimage_enc.c506 // Raw YUV(A) planes
595 } else if (format == PGM || format == YUV || format == YUVA) { in WebPSaveImage()
/third_party/skia/third_party/externals/libwebp/examples/
H A Ddwebp.c86 " -pgm ......... save the raw YUV samples as a grayscale PGM\n" in Help()
88 " -yuv ......... save the raw YUV samples in flat layout\n" in Help()
141 } else { // YUV and YUVA in AllocateExternalBuffer()
148 assert(format >= YUV && format <= YUVA); in AllocateExternalBuffer()
248 else if (!strcmp(fmt, "YUV")) format = YUV; in main()
361 case YUV: output_buffer->colorspace = MODE_YUV; break; in main()
/third_party/mesa3d/src/mesa/main/
H A Dformat_parser.py39 YUV = 'yuv' variable
263 assert colorspace in (RGB, SRGB, YUV, ZS)
/third_party/mesa3d/src/util/format/
H A Du_format_parse.py42 YUV = 'yuv' variable
/third_party/ffmpeg/libswscale/x86/
H A Dyuv_2_rgb.asm2 ;* software YUV to RGB converter
H A Dinput.asm3 ;* YUV formats into individual planes, and converts RGB
4 ;* into YUV planes also.
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 30 milliseconds