Home
last modified time | relevance | path

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

1234

/external/libkmsxx/kms++/src/
Dpixelformats.cpp12 PixelColorType::YUV,
17 PixelColorType::YUV,
22 PixelColorType::YUV,
27 PixelColorType::YUV,
33 PixelColorType::YUV,
43 PixelColorType::YUV,
53 PixelColorType::YUV,
63 PixelColorType::YUV,
74 PixelColorType::YUV,
85 PixelColorType::YUV,
[all …]
/external/libkmsxx/kms++util/src/
Ddrawing.cpp111 void draw_yuv444_pixel(IFramebuffer& buf, unsigned x, unsigned y, YUV yuv) in draw_yuv444_pixel()
139 YUV yuv1, YUV yuv2) in draw_yuv422_packed_macropixel()
183 YUV yuv1, YUV yuv2) in draw_yuv422_semiplanar_macropixel()
214 YUV yuv1, YUV yuv2) in draw_yuv422_planar_macropixel()
245 void draw_yuv422_macropixel(IFramebuffer& buf, unsigned x, unsigned y, YUV yuv1, YUV yuv2) in draw_yuv422_macropixel()
276 YUV yuv1, YUV yuv2, YUV yuv3, YUV yuv4) in draw_yuv420_semiplanar_macropixel()
315 YUV yuv1, YUV yuv2, YUV yuv3, YUV yuv4) in draw_yuv420_planar_macropixel()
355 YUV yuv1, YUV yuv2, YUV yuv3, YUV yuv4) in draw_yuv420_macropixel()
382 YUV yuvcolor = color.yuv(); in draw_rect()
474 YUV yuvcolor = color.yuv(); in draw_char()
[all …]
Dcolor.cpp107 YUV RGB::yuv(YUVType type) const in yuv()
109 return YUV(*this, type); in yuv()
136 YUV::YUV() in YUV() function in kms::YUV
141 YUV::YUV(uint8_t y, uint8_t u, uint8_t v) in YUV() function in kms::YUV
179 YUV::YUV(const RGB& rgb, YUVType type) in YUV() function in kms::YUV
/external/angle/extensions/
DANGLE_yuv_internal_format.txt41 This extension introduces a few sized internal YUV texture formats
48 2-plane YUV format listed in the "New Tokens" section, refer to [fn1] for details
50 for the other YUV formats.
64 List of non-standard YUV internal formats
66 // 8-bit YUV formats
70 // 10-bit YUV formats
74 // 12-bit YUV formats
78 // 16-bit YUV formats
87 Commonly used planar YUV formats across various platforms were surveyed,
96 for textures with the above YUV formats is assumed to be ITU-R BT.601 with YUV
[all …]
DEGL_ANGLE_d3d_texture_client_buffer.txt156 EGL_D3D11_TEXTURE_PLANE_ANGLE must be specified for YUV
159 all non-YUV formats.
162 GL_RGBA (supported for all non-YUV formats),
163 GL_RGB (supported for all non-YUV formats except
169 It is ignored for all YUV formats.
/external/libkmsxx/kms++util/inc/kms++util/
Dkms++util.h21 void draw_yuv444_pixel(IFramebuffer& buf, unsigned x, unsigned y, YUV yuv);
22 void draw_yuv422_macropixel(IFramebuffer& buf, unsigned x, unsigned y, YUV yuv1, YUV yuv2);
24 YUV yuv1, YUV yuv2, YUV yuv3, YUV yuv4);
Dcolor.h7 struct YUV;
41 YUV yuv(YUVType type = YUVType::BT601_Lim) const;
49 struct YUV { struct
50 YUV();
51 YUV(uint8_t y, uint8_t u, uint8_t v);
52 YUV(const RGB& rgb, YUVType type = YUVType::BT601_Lim);
/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/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:
/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 for compression.
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.
/external/libjpeg-turbo/gtest/
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)));
/external/webrtc/sdk/android/src/java/org/webrtc/
DGlGenericDrawer.java39 public static enum ShaderType { OES, RGB, YUV } enumConstant
99 if (shaderType == ShaderType.YUV) { in createFragmentShaderString()
198 ShaderType.YUV, texMatrix, frameWidth, frameHeight, viewportWidth, viewportHeight); in drawYuv()
231 if (shaderType == ShaderType.YUV) { in prepareShader()
/external/libyuv/files/docs/
Dformats.md7 There are 2 core formats supported by libyuv - I420 and ARGB. All YUV formats can be converted to/…
39 // 9 Primary YUV formats: 5 planar, 2 biplanar, 2 packed.
50 // 1 Secondary YUV format: row biplanar.
66 // 1 Primary Compressed YUV format.
69 // 8 Auxiliary YUV variations: 3 with U and V planes are swapped, 1 Alias.
98 # Planar YUV
/external/ImageMagick/coders/
Dyuv.h27 MagickCoderExports(YUV)
/external/libaom/libaom/third_party/libyuv/
DREADME.libaom8 libyuv is an open source project that includes YUV conversion and scaling
/external/mesa3d/docs/_extra/specs/
DWL_bind_wayland_display.spec105 YUV formats. Depending on the exact YUV format in use, the
/external/libvpx/libvpx/third_party/libyuv/
DREADME.libvpx8 libyuv is an open source project that includes YUV conversion and scaling
/external/mesa3d/docs/relnotes/
D17.1.1.rst31 - YUV to RGB Color Space Conversion result is not precise
94 - nir/lower_tex: Fix minor error in YUV color conversion matrix
D17.0.6.rst33 - YUV to RGB Color Space Conversion result is not precise
118 - nir/lower_tex: Fix minor error in YUV color conversion matrix
/external/ImageMagick/tests/
Dcli-colorspace.tap117 test_color YUV sRGB && echo "ok" || echo "not ok"
/external/libkmsxx/kms++/inc/kms++/
Dpixelformats.h86 YUV, enumerator
/external/libaom/libaom/common/
Dtools_common.h84 YUV, // Tile output in YUV format. enumerator

1234