Home
last modified time | relevance | path

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

12

/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/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
Dlibyuv_test.gyp82 # YUV to RGB to Neon is ported.
/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
Drotation.md61 For other planar YUV formats (I444, I422, I411, I400, NV16, NV24), the planar functions are exposed…
/external/mesa3d/docs/specs/
DWL_bind_wayland_display.spec105 YUV formats. Depending on the exact YUV format in use, the
DMESA_image_dma_buf_export.txt44 YUV image, from an EGLImage.
/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/mesa3d/src/mesa/main/
Dformat_parser.py40 YUV = 'yuv' variable
258 assert colorspace in (RGB, SRGB, YUV, ZS)
/external/python/cpython2/Lib/plat-irix6/
Djpeg.py30 iformat = cl.YUV
/external/autotest/client/deps/glbench/src/
Dyuv2rgb_4.glslf33 * This is a semiplanar YUV to RGB conversion shader that uses separate
Dyuv2rgb_3.glslf33 * This is a planar YUV to RGB conversion shader that uses separate samplers to
Dyuv2rgb_2.glslf33 * This is an optimized version of the YUV to RGB conversion shader. This
/external/mesa3d/src/gallium/docs/source/
Dformat.rst60 FOURCC codes for YUV formats:
/external/libjpeg-turbo/
DChangeLog.md436 - YUV planar images can now be generated with an arbitrary line padding
439 - The decompress-to-YUV function has been extended to support image
441 - JPEG images can now be compressed from YUV planar source images.
442 - YUV planar images can now be decoded into RGB or grayscale images.
448 CMYK destination images. Conversion between CMYK/YCCK and RGB or YUV images is
451 - The handling of YUV images in the Java API has been significantly
453 - The Java API now supports encoding a YUV image from an arbitrary
455 - All of the YUV functions now have a corresponding function that operates
458 YUV image. It also allows for handling YUV formats that swap the order of the
539 high-frequency YUV data into the compressor), it was reproducible only once in
[all …]
/external/mesa3d/src/gallium/state_trackers/xa/
DREADME51 3) YUV blits for textured Xv.
/external/mesa3d/src/gallium/auxiliary/util/
Du_format_parse.py41 YUV = 'yuv' variable
/external/webrtc/webrtc/modules/video_processing/test/
DcreateTable.m60 % Conversion matrix from normalized YUV to RGB
/external/mesa3d/src/amd/vulkan/
Dvk_format_parse.py42 YUV = 'yuv' variable

12