HomeSort by relevance Sort by last modified time
    Searched full:yuv (Results 401 - 425 of 1091) sorted by null

<<11121314151617181920>>

  /hardware/qcom/msm8x84/original-kernel-headers/linux/
videodev2.h 322 #define V4L2_PIX_FMT_YUYV v4l2_fourcc('Y', 'U', 'Y', 'V') /* 16 YUV 4:2:2 */
323 #define V4L2_PIX_FMT_YYUV v4l2_fourcc('Y', 'Y', 'U', 'V') /* 16 YUV 4:2:2 */
325 #define V4L2_PIX_FMT_UYVY v4l2_fourcc('U', 'Y', 'V', 'Y') /* 16 YUV 4:2:2 */
326 #define V4L2_PIX_FMT_VYUY v4l2_fourcc('V', 'Y', 'U', 'Y') /* 16 YUV 4:2:2 */
329 #define V4L2_PIX_FMT_Y41P v4l2_fourcc('Y', '4', '1', 'P') /* 12 YUV 4:1:1 */
331 #define V4L2_PIX_FMT_YUV555 v4l2_fourcc('Y', 'U', 'V', 'O') /* 16 YUV-5-5-5 */
332 #define V4L2_PIX_FMT_YUV565 v4l2_fourcc('Y', 'U', 'V', 'P') /* 16 YUV-5-6-5 */
333 #define V4L2_PIX_FMT_YUV32 v4l2_fourcc('Y', 'U', 'V', '4') /* 32 YUV-8-8-8-8 */
334 #define V4L2_PIX_FMT_YUV410 v4l2_fourcc('Y', 'U', 'V', '9') /* 9 YUV 4:1:0 */
335 #define V4L2_PIX_FMT_YUV420 v4l2_fourcc('Y', 'U', '1', '2') /* 12 YUV 4:2:0 *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
videodev2.h 317 #define V4L2_PIX_FMT_YUYV v4l2_fourcc('Y', 'U', 'Y', 'V') /* 16 YUV 4:2:2 */
318 #define V4L2_PIX_FMT_YYUV v4l2_fourcc('Y', 'Y', 'U', 'V') /* 16 YUV 4:2:2 */
320 #define V4L2_PIX_FMT_UYVY v4l2_fourcc('U', 'Y', 'V', 'Y') /* 16 YUV 4:2:2 */
321 #define V4L2_PIX_FMT_VYUY v4l2_fourcc('V', 'Y', 'U', 'Y') /* 16 YUV 4:2:2 */
324 #define V4L2_PIX_FMT_Y41P v4l2_fourcc('Y', '4', '1', 'P') /* 12 YUV 4:1:1 */
326 #define V4L2_PIX_FMT_YUV555 v4l2_fourcc('Y', 'U', 'V', 'O') /* 16 YUV-5-5-5 */
327 #define V4L2_PIX_FMT_YUV565 v4l2_fourcc('Y', 'U', 'V', 'P') /* 16 YUV-5-6-5 */
328 #define V4L2_PIX_FMT_YUV32 v4l2_fourcc('Y', 'U', 'V', '4') /* 32 YUV-8-8-8-8 */
329 #define V4L2_PIX_FMT_YUV410 v4l2_fourcc('Y', 'U', 'V', '9') /* 9 YUV 4:1:0 */
330 #define V4L2_PIX_FMT_YUV420 v4l2_fourcc('Y', 'U', '1', '2') /* 12 YUV 4:2:0 *
    [all...]
  /external/libjpeg-turbo/java/
TJUnitTest.java 48 System.out.println("-yuv = test YUV encoding/decoding support\n");
676 System.out.format("%s %s -> YUV %s ... ", pfStrLong, buStrLong,
687 System.out.format("YUV %s %s -> JPEG Q%d ... ", subNameLong[subsamp],
740 System.out.format("JPEG -> YUV %s ", subNameLong[subsamp]);
753 System.out.format("YUV %s -> %s %s ... ", subNameLong[subsamp],
909 if (argv[i].equalsIgnoreCase("-yuv"))
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp 798 bool yuv; member in struct:attrib
868 // If needed perform RGB to YUV conversion
870 if (fromAttrib->rgb && toAttrib->yuv) {
876 // Produce black if color is outside the YUV gamut
887 // If needed perform YUV to RGB conversion
888 // Equations determined from the ITU709 equations for RGB to YUV
907 if (fromAttrib->yuv && toAttrib->rgb) {
    [all...]
  /external/libvncserver/common/
turbojpeg.h 67 * YUV image will contain one chrominance component for every pixel in the
72 * 4:2:2 chrominance subsampling. The JPEG or YUV image will contain one
77 * 4:2:0 chrominance subsampling. The JPEG or YUV image will contain one
82 * Grayscale. The JPEG or YUV image will contain no chrominance components.
86 * 4:4:0 chrominance subsampling. The JPEG or YUV image will contain one
  /external/libvpx/libvpx/test/
error_resilience_test.cc 220 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
257 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
329 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
378 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
572 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xv.c 94 struct pipe_resource *yuv[2][3]; member in struct:xorg_xv_port_priv
185 struct pipe_resource **dst = priv->yuv[priv->current_set];
307 struct pipe_resource **dst = port->yuv[port->current_set];
392 debug_assert(!"Unsupported yuv format!");
420 struct pipe_resource **textures = port->yuv[port->current_set];
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
SurfaceViewRenderer.java 66 // EGL and GL resources for drawing YUV/OES textures. After initilization, these are only accessed
71 // Texture ids for YUV frames. Allocated on first arrival of a YUV frame.
196 // Necessary for YUV frames with odd width.
500 // Make sure YUV textures are allocated.
  /external/webrtc/webrtc/modules/video_coding/codecs/tools/
video_quality_measurement.cc 45 ".yuv format");
187 "_out.yuv";
262 // Calculate the size of each frame to read (according to YUV spec).
462 // The input file must be in YUV format.
472 " --input_filename=filename.yuv --width=352 --height=288\n";
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
ImageReaderSubPane.java 117 // 5x4 color matrix for YUV->RGB conversion
367 // Write YUV directly; the ImageView color filter will convert to RGB for us.
478 // We use ImageView's color filter to do YUV->RGB conversion for us for YUV outputs
769 "IMG_"+ timeStamp + ".yuv");
  /cts/tests/tests/media/src/android/media/cts/
Vp8EncoderTest.java 43 ENCODED_IVF_BASE + "_out.yuv";
45 // YUV stream properties.
124 * Checks the PSNR difference between the encoded and decoded output and reference yuv input
  /external/opencv3/3rdparty/libwebp/dsp/
upsampling.c 10 // YUV to RGB upsampling functions.
15 #include "./yuv.h"
26 // Fancy upsampling functions to convert YUV to RGB
  /external/skia/src/gpu/
SkGr.cpp 168 * Once we have made SkImages handle all lazy/deferred/generated content, the YUV apis will
189 // Subsets are not supported, the whole pixelRef is loaded when using YUV decoding
250 // Really?? We aren't doing this with YUV.
  /external/webrtc/talk/media/base/
testutils.cc 283 ss << prefix << "." << width << "x" << height << "_P420.yuv";
297 // Dumps the YUV image out to a file, for visual inspection.
305 rtc::sprintfn(filename, sizeof(filename), "%s.%dx%d_P420.yuv",
  /frameworks/base/docs/html/about/versions/
android-2.2.jd 136 <li>New {@link android.graphics.YuvImage YUV image format API} to enable compression from YUV to JPEG and manipulation of YUV data.</li>
  /hardware/intel/common/libva/test/
loadsurface.h 47 /* PIC YUV format */
291 * Upload YUV data from memory into a surface
385 * Download YUV data from a surface into memory
  /hardware/libhardware/include/hardware/
gralloc.h 250 * If the buffer format is not compatible with a flexible YUV format (e.g.
257 * flexible-YUV-compatible color-format with android native buffers.
260 * including non-YUV formats.
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Channel.h 416 /* QCamera3YUVChannel is used to handle flexible YUV streams that are directly
418 * It is also used to handle input buffers that generate YUV outputs */
479 /* QCamera3PicChannel is for JPEG stream, which contains a YUV stream generated
  /hardware/qcom/display/msm8909/liboverlay/
overlayMdssRot.cpp 350 //respective format classes, yuv/rgb. The table above is for reference
361 ALOGD_IF(DEBUG_MDSS_ROT, "%s:YUV Y RAU Count = %d C RAU Count = %d",
398 //For YUV the loop shouldnt be needed, unless in exceptional cases
  /hardware/qcom/display/msm8994/liboverlay/
overlayMdssRot.cpp 350 //respective format classes, yuv/rgb. The table above is for reference
361 ALOGD_IF(DEBUG_MDSS_ROT, "%s:YUV Y RAU Count = %d C RAU Count = %d",
398 //For YUV the loop shouldnt be needed, unless in exceptional cases
  /hardware/qcom/msm8x84/kernel-headers/media/
msm_media_info.h 10 * YUV 4:2:0 image with a plane of 8 bit Y samples followed
46 * YUV 4:2:0 image with a plane of 8 bit Y samples followed
81 * Two YUV 4:2:0 images/views one after the other
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msm_media_info.h 10 * YUV 4:2:0 image with a plane of 8 bit Y samples followed
46 * YUV 4:2:0 image with a plane of 8 bit Y samples followed
81 * Two YUV 4:2:0 images/views one after the other
  /external/webrtc/webrtc/video/
video_quality_test.cc 859 slides.push_back(test::ResourcePath("web_screenshot_1850_1110", "yuv"));
860 slides.push_back(test::ResourcePath("presentation_1850_1110", "yuv"));
861 slides.push_back(test::ResourcePath("photo_1850_1110", "yuv"));
862 slides.push_back(test::ResourcePath("difficult_photo_1850_1110", "yuv"));
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.cpp 363 * bypassed. On such conditions we try to bypass atleast YUV layers */
518 ALOGD_IF(isDebug(), "%s: Cannot handle YUV layer with plane alpha\
528 /* Checks for conditions where YUV layers cannot be bypassed */
532 ALOGE("%s: Unable to bypass skipped YUV", __FUNCTION__);
706 //If we are in this block, it means we have yuv + rgb layers both
775 //Try to compose atleast YUV layers through MDP comp and let
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Color.h 391 // YUV Colorspace color
407 // Construct ColorYUV using the specified YUV values

Completed in 2481 milliseconds

<<11121314151617181920>>