Searched refs:YUV (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/gtest/ |
H A D | tjunittest-gtest-wrapper.cpp | 46 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 D | image_enc.h | 44 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 D | image_enc.c | 506 // 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 D | dwebp.c | 86 " -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 D | format_parser.py | 39 YUV = 'yuv' variable 263 assert colorspace in (RGB, SRGB, YUV, ZS)
|
/third_party/mesa3d/src/util/format/ |
H A D | u_format_parse.py | 42 YUV = 'yuv' variable
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | yuv_2_rgb.asm | 2 ;* software YUV to RGB converter
|
H A D | input.asm | 3 ;* YUV formats into individual planes, and converts RGB 4 ;* into YUV planes also.
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 35 milliseconds