/external/libkmsxx/kms++util/inc/kms++util/ |
D | color.h | 7 struct YUV; 30 YUV yuv(YUVType type = YUVType::BT601_Lim) const; 38 struct YUV struct 40 YUV(); 41 YUV(uint8_t y, uint8_t u, uint8_t v); 42 YUV(const RGB& rgb, YUVType type = YUVType::BT601_Lim);
|
D | kms++util.h | 21 void draw_yuv422_macropixel(IFramebuffer& buf, unsigned x, unsigned y, YUV yuv1, YUV yuv2); 23 YUV yuv1, YUV yuv2, YUV yuv3, YUV yuv4);
|
/external/libkmsxx/kms++util/src/ |
D | drawing.cpp | 62 void draw_yuv422_macropixel(IFramebuffer& buf, unsigned x, unsigned y, YUV yuv1, YUV yuv2) in draw_yuv422_macropixel() 111 YUV yuv1, YUV yuv2, YUV yuv3, YUV yuv4) in draw_yuv420_macropixel() 158 YUV yuvcolor = color.yuv(); in draw_rect() 214 YUV yuvcolor = color.yuv(); in draw_char() 244 b0 ? yuvcolor : YUV(RGB()), b1 ? yuvcolor : YUV(RGB())); in draw_char() 259 b00 ? yuvcolor : YUV(RGB()), b10 ? yuvcolor : YUV(RGB()), in draw_char() 260 b01 ? yuvcolor : YUV(RGB()), b11 ? yuvcolor : YUV(RGB())); in draw_char()
|
D | color.cpp | 62 YUV RGB::yuv(YUVType type) const in yuv() 64 return YUV(*this, type); in yuv() 97 YUV::YUV() in YUV() function in kms::YUV 102 YUV::YUV(uint8_t y, uint8_t u, uint8_t v) in YUV() function in kms::YUV 140 YUV::YUV(const RGB& rgb, YUVType type) in YUV() function in kms::YUV
|
/external/libvpx/libvpx/test/ |
D | stress.sh | 18 YUV="${LIBVPX_TEST_DATA_PATH}/niklas_1280_720_30.yuv" 53 for file in "${YUV}" "${VP8}" "${VP9}"; do 58 if [ ! -e "${YUV}" ] || [ ! -e "${VP8}" ] || [ ! -e "${VP9}" ] ; then 94 "${YUV}" "-t ${threads} --limit=150 --test-decode=fatal --passes=1" \ 104 "${YUV}" "-t ${threads} --limit=150 --test-decode=fatal --passes=2" \ 114 "${YUV}" "-t ${threads} --limit=150 --test-decode=fatal " \
|
/external/strace/xlat/ |
D | v4l2_pix_fmts.in | 17 V4L2_PIX_FMT_M420 v4l2_fourcc('M', '4', '2', '0') /* 12 YUV 4:2:0 2 lines y, 1 line uv interlea… 18 V4L2_PIX_FMT_SN9C20X_I420 v4l2_fourcc('S', '9', '2', '0') /* SN9C20x YUV 4:2:0 */ 44 V4L2_PIX_FMT_HM12 v4l2_fourcc('H', 'M', '1', '2') /* 8 YUV 4:2:0 16x16 macroblocks */ 51 V4L2_PIX_FMT_YUV420 v4l2_fourcc('Y', 'U', '1', '2') /* 12 YUV 4:2:0 */ 78 V4L2_PIX_FMT_YUV32 v4l2_fourcc('Y', 'U', 'V', '4') /* 32 YUV-8-8-8-8 */ 101 V4L2_PIX_FMT_YUV410 v4l2_fourcc('Y', 'U', 'V', '9') /* 9 YUV 4:1:0 */ 106 V4L2_PIX_FMT_CPIA1 v4l2_fourcc('C', 'P', 'I', 'A') /* cpia1 YUV */ 137 V4L2_PIX_FMT_YUV555 v4l2_fourcc('Y', 'U', 'V', 'O') /* 16 YUV-5-5-5 */ 140 V4L2_PIX_FMT_Y41P v4l2_fourcc('Y', '4', '1', 'P') /* 12 YUV 4:1:1 */ 143 V4L2_PIX_FMT_YUV565 v4l2_fourcc('Y', 'U', 'V', 'P') /* 16 YUV-5-6-5 */ [all …]
|
/external/libyuv/files/ |
D | README.md | 1 **libyuv** is an open source project that includes YUV scaling and conversion functionality. 3 * Scale YUV to prepare content for compression, with point, bilinear or box filter. 4 * Convert to YUV from webcam formats. 5 * Convert from YUV to formats for rendering/effects.
|
D | CM_linux_packages.cmake | 60 SET ( CPACK_PACKAGE_DESCRIPTION_SUMMARY "YUV library" ) 61 SET ( CPACK_PACKAGE_DESCRIPTION "YUV library and YUV conversion tool" )
|
D | README.chromium | 8 libyuv is an open source project that includes YUV conversion and scaling functionality.
|
D | CMakeLists.txt | 5 PROJECT ( YUV C CXX ) # "C" is required even for C++ projects project
|
/external/python/cpython2/Lib/plat-irix5/ |
D | CL_old.py | 36 YUV = 5 variable 48 if s in (MONO, YUV): 56 if f in (RGB, YUV): 84 elif f == YUV:
|
D | jpeg.py | 30 iformat = cl.YUV
|
/external/libyuv/files/docs/ |
D | formats.md | 7 There are 2 core formats supported by libyuv - I420 and ARGB. All YUV formats can be converted to/… 40 // 8 Primary YUV formats: 5 planar, 2 biplanar, 2 packed. 50 // 1 Secondary YUV formats: row biplanar. 70 // 1 Primary Compressed YUV format. 73 // 5 Auxiliary YUV variations: 3 with U and V planes are swapped, 1 Alias. 100 // 1 Auxiliary compressed YUV format set aside for capturer. 103 # Planar YUV
|
/external/ImageMagick/coders/ |
D | yuv.h | 27 MagickCoderExports(YUV)
|
D | coders-list.h | 185 AddMagickCoder(YUV)
|
/external/mesa3d/docs/specs/ |
D | WL_bind_wayland_display.spec | 105 YUV formats. Depending on the exact YUV format in use, the
|
/external/libaom/libaom/third_party/libyuv/ |
D | README.libaom | 8 libyuv is an open source project that includes YUV conversion and scaling
|
/external/libvpx/libvpx/third_party/libyuv/ |
D | README.libvpx | 8 libyuv is an open source project that includes YUV conversion and scaling
|
/external/ImageMagick/tests/ |
D | cli-colorspace.tap | 117 test_color YUV sRGB && echo "ok" || echo "not ok"
|
/external/libaom/libaom/common/ |
D | tools_common.h | 84 YUV, // Tile output in YUV format. enumerator
|
/external/mesa3d/src/mesa/main/ |
D | format_parser.py | 39 YUV = 'yuv' variable 257 assert colorspace in (RGB, SRGB, YUV, ZS)
|
/external/tensorflow/tensorflow/examples/android/ |
D | README.md | 14 tracking and efficient YUV -> RGB conversion are handled by 81 Note: Currently, in this build mode, YUV -> RGB is done using a less efficient 84 `libtensorflow_demo.so`, which provides fast YUV -> RGB conversion and object
|
/external/python/cpython2/Lib/plat-irix6/ |
D | jpeg.py | 30 iformat = cl.YUV
|
/external/skia/docs/ |
D | undocumented.bmh | 5 LCD RGB sRGB BGR RGBA ARGB YUV YUVA HSV SDTV HDTV 63 #Substitute YUV component y 67 #Substitute YUV component u 71 #Substitute YUV component v
|
/external/skqp/docs/ |
D | undocumented.bmh | 5 LCD RGB sRGB BGR RGBA ARGB YUV YUVA HSV SDTV HDTV 63 #Substitute YUV component y 67 #Substitute YUV component u 71 #Substitute YUV component v
|