Home
last modified time | relevance | path

Searched refs:YUV (Results 1 – 25 of 64) sorted by relevance

123

/external/libkmsxx/kms++util/inc/kms++util/
Dcolor.h7 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);
Dkms++util.h21 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/
Ddrawing.cpp62 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()
Dcolor.cpp62 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/
Dstress.sh18 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/
Dv4l2_pix_fmts.in17 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/
DREADME.md1 **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.
DCM_linux_packages.cmake60 SET ( CPACK_PACKAGE_DESCRIPTION_SUMMARY "YUV library" )
61 SET ( CPACK_PACKAGE_DESCRIPTION "YUV library and YUV conversion tool" )
DREADME.chromium8 libyuv is an open source project that includes YUV conversion and scaling functionality.
DCMakeLists.txt5 PROJECT ( YUV C CXX ) # "C" is required even for C++ projects project
/external/python/cpython2/Lib/plat-irix5/
DCL_old.py36 YUV = 5 variable
48 if s in (MONO, YUV):
56 if f in (RGB, YUV):
84 elif f == YUV:
Djpeg.py30 iformat = cl.YUV
/external/libyuv/files/docs/
Dformats.md7 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/
Dyuv.h27 MagickCoderExports(YUV)
Dcoders-list.h185 AddMagickCoder(YUV)
/external/mesa3d/docs/specs/
DWL_bind_wayland_display.spec105 YUV formats. Depending on the exact YUV format in use, the
/external/libaom/libaom/third_party/libyuv/
DREADME.libaom8 libyuv is an open source project that includes YUV conversion and scaling
/external/libvpx/libvpx/third_party/libyuv/
DREADME.libvpx8 libyuv is an open source project that includes YUV conversion and scaling
/external/ImageMagick/tests/
Dcli-colorspace.tap117 test_color YUV sRGB && echo "ok" || echo "not ok"
/external/libaom/libaom/common/
Dtools_common.h84 YUV, // Tile output in YUV format. enumerator
/external/mesa3d/src/mesa/main/
Dformat_parser.py39 YUV = 'yuv' variable
257 assert colorspace in (RGB, SRGB, YUV, ZS)
/external/tensorflow/tensorflow/examples/android/
DREADME.md14 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/
Djpeg.py30 iformat = cl.YUV
/external/skia/docs/
Dundocumented.bmh5 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/
Dundocumented.bmh5 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

123