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

<<11121314151617181920>>

  /external/ImageMagick/tests/
validate.h 116 "-colorspace YUV",
368 { "YUV", UndefinedCompression, 0.0 },
  /external/ImageMagick/www/Magick++/
Color.html 143 <p>Representation of a color in the YUV <span lang="en-US">colorspace</span></p></td></tr></table>
229 <p>Representation of a color in YUV colorspace (used to encode color for television transmission).</p>
  /external/libvpx/libvpx/test/
vpxenc.sh 11 ## This file tests vpxenc using hantro_collage_w352h288.yuv as input. To add
52 # hantro_collage_w352h288.yuv as input.
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_parse.py 41 YUV = 'yuv'
u_format_yuv.h 31 * YUV colorspace conversion.
40 * - http://en.wikipedia.org/wiki/YUV
  /external/opencv3/3rdparty/libwebp/dsp/
upsampling_neon.c 10 // NEON version of YUV to RGB upsampling functions.
26 #include "./yuv.h"
upsampling_sse2.c 10 // SSE2 version of YUV to RGB upsampling functions.
25 #include "./yuv.h"
  /external/skia/include/core/
SkImageGenerator.h 134 * return YUV planar data. If it cannot, it should return false. Note that either planes and
139 * associated YUV data into those planes of memory supplied by the caller. It should validate
  /external/skia/src/gpu/effects/
GrYUVEffect.cpp 92 const char* name() const override { return "YUV to RGB"; }
177 // YUV is opaque
  /external/webp/src/dsp/
upsampling_sse2.c 10 // SSE2 version of YUV to RGB upsampling functions.
21 #include "./yuv.h"
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
RendererCommon.java 71 * Helper class for uploading YUV bytebuffer frames to textures that handles stride > width. This
75 // Intermediate copy buffer for uploading yuv frames that are not packed, i.e. stride > width.
  /external/webrtc/webrtc/modules/video_coding/codecs/test/
videoprocessor.h 59 // File to process for the test. This must be a video file in the YUV format.
63 // in the YUV format.
  /external/webrtc/webrtc/video/
replay.cc 121 DEFINE_string(out_base, "", "Basename (excluding .yuv) for raw output");
170 << ".yuv";
  /frameworks/base/docs/html-intl/intl/ko/about/versions/
lollipop.jd 172 <p>Android 5.0? <strong>??? ??? ??? API</strong>? ???? YUV ? Bayer RAW? ?? RAW ??? ???? ?? ??, ISO ??, ??? ??? ??? ??? ?? ????? ??? ? ????. ??? ???? ? ??? ?????? ???? ???? ???? ???? ?? ?? ??? YUV ???? 30FPS? ??? ? ????.</p>
  /frameworks/base/docs/html-intl/intl/ru/about/versions/
lollipop.jd 170 <p>? Android 5.0 ???????????? <strong>?????????? ????? API ??? ??????</strong>. ?????????????? ?????? ? ???????? YUV ? Bayer RAW, ? ????? ?????????? ?????????, ????????????????? ISO ? ????????????? ????? (?????????). ????? ????? ????? ? ?????? ?????????????? ????????? ?????? ?????? ? ??????? YUV ??? ?????? ? ? ?????? ??????????, ?? ???????? 30&nbsp;?/? (?? ?????????????? ???????????).</p>
  /frameworks/base/rs/java/android/renderscript/
ScriptIntrinsicColorMatrix.java 172 * Set the matrix to convert from YUV to RGB with a direct copy of the 4th
191 * Set the matrix to convert from RGB to YUV with a direct copy of the 4th
  /frameworks/rs/api/
rs_object_types.spec 193 summary: YUV format
195 Android YUV formats that can be associated with a RenderScript Type.
  /hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/
img_gralloc_public.h 37 * use *only* the unassigned bits below for custom pixel formats, YUV or RGB.
151 /* Planes are not the same as the `fd' suballocs. A multi-planar YUV
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/
img_gralloc_public.h 37 * use *only* the unassigned bits below for custom pixel formats, YUV or RGB.
151 /* Planes are not the same as the `fd' suballocs. A multi-planar YUV
  /hardware/qcom/display/msm8084/liboverlay/
overlayMdssRot.cpp 289 //respective format classes, yuv/rgb. The table above is for reference
300 ALOGD_IF(DEBUG_MDSS_ROT, "%s:YUV Y RAU Count = %d C RAU Count = %d",
  /hardware/qcom/display/msm8226/liboverlay/
overlayMdssRot.cpp 313 //respective format classes, yuv/rgb. The table above is for reference
324 ALOGD_IF(DEBUG_MDSS_ROT, "%s:YUV Y RAU Count = %d C RAU Count = %d",
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 357 PRINT("THIS IS A YUV 411 ENCODED IMAGE \n" );
668 printf("usage: %S <input.jpg> <output.yuv> <nOutformat-1:420 4:422 9:RGB16 10: RGB24 11:RGB32 12:BGR32> <nResizeMode> <nRepeat> <nSections> <nXOrigin> <nYOrigin> <nXLenght> <nYLenght>\n",
671 printf("usage: %s <input.jpg> <output.yuv> <nOutformat-1:Original(default) 4:422 9:RGB16 10: RGB24 11:RGB32 12:BGR32> <nResizeMode> <nRepeat> <nSections> <nXOrigin> <nYOrigin> <nXLenght> <nYLenght>\n",
676 printf("Example ./JpegTestCommon patterns/shrek.jpg shrek.yuv 1 50 \n");
679 printf("Example ./JpegTestCommon patterns/shrek.jpg shrek.yuv 1 50 0\n");
680 printf("Example ./JpegTestCommon patterns/shrek.jpg shrek.yuv 1 50 9\n");
683 printf("Example ./JpegTestCommon patterns/shrek.jpg shrek.yuv 4 50 0 1\n");
687 printf("Example ./JpegTestCommon patterns/shrek.jpg shrek.yuv 1 100 0 0 192 48 288 256\n");
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h 268 OMX_U32 ulOutWidth; /* RGB/YUV picture buffer width */
269 OMX_U32 ulOutHeight; /* RGB/YUV picture buffer height */
  /packages/apps/Camera2/jni/
jpegutil.h 139 * Compresses an image from YUV 420p to JPEG. Output is buffered in outBuf until
150 * Compresses an image from YUV 420p to JPEG. Output is written into outBuf.
  /cts/apps/CameraITS/tests/scene3/
test_edge_enhancement.py 91 test_fmt = "yuv"

Completed in 1759 milliseconds

<<11121314151617181920>>