/external/opencv3/3rdparty/libwebp/dsp/ |
yuv.c | 10 // YUV->RGB conversion function 14 #include "./yuv.h"
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
vp8_sequence_coder.cc | 203 " --w=352 --h=288 --input_file=input.yuv --output_file=output.yuv " 207 " - input_file(string): The YUV file to encode." 208 " Default: foreman.yuv\n" 211 " - output_file(string): The yuv decoded file (decoder output)." 212 " Default: vp8_decoded.yuv\n." 230 parser.SetFlag("output_file", webrtc::test::OutputPath() + "vp8_decoded.yuv"); 234 webrtc::test::ResourcePath("foreman_cif", "yuv"));
|
/external/webrtc/webrtc/modules/video_coding/test/ |
tester_main.cc | 24 webrtc::test::ProjectRootPath() + "/resources/foreman_cif.yuv", 28 "video_coding_test_output_352x288.yuv",
|
/external/webrtc/webrtc/modules/video_processing/test/ |
deflickering_test.cc | 37 webrtc::test::ResourcePath("deflicker_before_cif_short", "yuv"); 43 webrtc::test::OutputPath() + "deflicker_output_cif_short.yuv";
|
/frameworks/av/include/media/stagefright/ |
YUVCanvas.h | 41 // Fills the entire image with the given YUV values. 44 // Fills the rectangular region [startX,endX]x[startY,endY] with the given YUV values.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
borders_test.cc | 59 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0, 75 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0,
|
vpxenc.sh | 11 ## This file tests vpxenc using hantro_collage_w352h288.yuv as input. To add 18 YUV_RAW_INPUT="${LIBVPX_TEST_DATA_PATH}/hantro_collage_w352h288.yuv"
|
/external/libjpeg-turbo/ |
turbojpeg.h | 43 * transforming planar YUV and JPEG images in memory. 46 * YUV Image Format Notes 50 * digital video community, the TurboJPEG API uses "YUV" to refer to an image 63 * specified as an argument to the various YUV functions. The chrominance 96 * YUV image will contain one chrominance component for every pixel in the 101 * 4:2:2 chrominance subsampling. The JPEG or YUV image will contain one 106 * 4:2:0 chrominance subsampling. The JPEG or YUV image will contain one 111 * Grayscale. The JPEG or YUV image will contain no chrominance components. 115 * 4:4:0 chrominance subsampling. The JPEG or YUV image will contain one 122 * 4:1:1 chrominance subsampling. The JPEG or YUV image will contain on [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_format.csv | 140 # YUV formats 141 # http://www.fourcc.org/yuv.php#UYVY 142 PIPE_FORMAT_UYVY , subsampled, 2, 1, x32 , , , , xyz1, yuv 143 # http://www.fourcc.org/yuv.php#YUYV (a.k.a http://www.fourcc.org/yuv.php#YUY2) 144 PIPE_FORMAT_YUYV , subsampled, 2, 1, x32 , , , , xyz1, yuv 268 PIPE_FORMAT_YV12 , other, 1, 1, x8 , x8 , x8 , x8 , xyzw, yuv 269 PIPE_FORMAT_YV16 , other, 1, 1, x8 , x8 , x8 , x8 , xyzw, yuv 270 PIPE_FORMAT_IYUV , other, 1, 1, x8 , x8 , x8 , x8 , xyzw, yuv 271 PIPE_FORMAT_NV12 , other, 1, 1, x8 , x8 , x8 , x8 , xyzw, yuv [all...] |
/hardware/qcom/display/msm8084/libcopybit/ |
c2d2.h | 70 C2D_FORMAT_INTERLACED = (1 << 14), /* YUV line-interlaced */ 71 C2D_FORMAT_TRANSPARENT = (1 << 15), /* YUV 1-bit alpha in Y */ 131 /* Definitions of supported YUV formats, used in C2D_YUV_SURFACE_DEF. 137 * subsampling in standard YUV notation. The digits in the macropixel 141 * planar YUV formats. Formats are mapped to numbers so that future 142 * versions with various YUV permutations are easy to add. 184 /* derived YUV color formats (base format + mode bits), FOURCC */ 302 C2D_SURFACE_YUV_HOST = 3, /* Host memory YUV surface */ 303 C2D_SURFACE_YUV_EXT = 4, /* External memory YUV surface */ 320 /* Structure for registering a YUV plane(s) as a blit surface * [all...] |
/hardware/qcom/display/msm8226/libcopybit/ |
c2d2.h | 70 C2D_FORMAT_INTERLACED = (1 << 14), /* YUV line-interlaced */ 71 C2D_FORMAT_TRANSPARENT = (1 << 15), /* YUV 1-bit alpha in Y */ 131 /* Definitions of supported YUV formats, used in C2D_YUV_SURFACE_DEF. 137 * subsampling in standard YUV notation. The digits in the macropixel 141 * planar YUV formats. Formats are mapped to numbers so that future 142 * versions with various YUV permutations are easy to add. 184 /* derived YUV color formats (base format + mode bits), FOURCC */ 302 C2D_SURFACE_YUV_HOST = 3, /* Host memory YUV surface */ 303 C2D_SURFACE_YUV_EXT = 4, /* External memory YUV surface */ 320 /* Structure for registering a YUV plane(s) as a blit surface * [all...] |
/hardware/qcom/display/msm8909/libcopybit/ |
c2d2.h | 70 C2D_FORMAT_INTERLACED = (1 << 14), /* YUV line-interlaced */ 71 C2D_FORMAT_TRANSPARENT = (1 << 15), /* YUV 1-bit alpha in Y */ 131 /* Definitions of supported YUV formats, used in C2D_YUV_SURFACE_DEF. 137 * subsampling in standard YUV notation. The digits in the macropixel 141 * planar YUV formats. Formats are mapped to numbers so that future 142 * versions with various YUV permutations are easy to add. 184 /* derived YUV color formats (base format + mode bits), FOURCC */ 302 C2D_SURFACE_YUV_HOST = 3, /* Host memory YUV surface */ 303 C2D_SURFACE_YUV_EXT = 4, /* External memory YUV surface */ 320 /* Structure for registering a YUV plane(s) as a blit surface * [all...] |
/hardware/qcom/display/msm8960/libcopybit/ |
c2d2.h | 70 C2D_FORMAT_INTERLACED = (1 << 14), /* YUV line-interlaced */ 71 C2D_FORMAT_TRANSPARENT = (1 << 15), /* YUV 1-bit alpha in Y */ 131 /* Definitions of supported YUV formats, used in C2D_YUV_SURFACE_DEF. 137 * subsampling in standard YUV notation. The digits in the macropixel 141 * planar YUV formats. Formats are mapped to numbers so that future 142 * versions with various YUV permutations are easy to add. 184 /* derived YUV color formats (base format + mode bits), FOURCC */ 302 C2D_SURFACE_YUV_HOST = 3, /* Host memory YUV surface */ 303 C2D_SURFACE_YUV_EXT = 4, /* External memory YUV surface */ 320 /* Structure for registering a YUV plane(s) as a blit surface * [all...] |
/hardware/qcom/display/msm8994/libcopybit/ |
c2d2.h | 70 C2D_FORMAT_INTERLACED = (1 << 14), /* YUV line-interlaced */ 71 C2D_FORMAT_TRANSPARENT = (1 << 15), /* YUV 1-bit alpha in Y */ 131 /* Definitions of supported YUV formats, used in C2D_YUV_SURFACE_DEF. 137 * subsampling in standard YUV notation. The digits in the macropixel 141 * planar YUV formats. Formats are mapped to numbers so that future 142 * versions with various YUV permutations are easy to add. 184 /* derived YUV color formats (base format + mode bits), FOURCC */ 302 C2D_SURFACE_YUV_HOST = 3, /* Host memory YUV surface */ 303 C2D_SURFACE_YUV_EXT = 4, /* External memory YUV surface */ 320 /* Structure for registering a YUV plane(s) as a blit surface * [all...] |
/hardware/qcom/display/msm8996/libcopybit/ |
c2d2.h | 70 C2D_FORMAT_INTERLACED = (1 << 14), /* YUV line-interlaced */ 71 C2D_FORMAT_TRANSPARENT = (1 << 15), /* YUV 1-bit alpha in Y */ 132 /* Definitions of supported YUV formats, used in C2D_YUV_SURFACE_DEF. 138 * subsampling in standard YUV notation. The digits in the macropixel 142 * planar YUV formats. Formats are mapped to numbers so that future 143 * versions with various YUV permutations are easy to add. 185 /* derived YUV color formats (base format + mode bits), FOURCC */ 303 C2D_SURFACE_YUV_HOST = 3, /* Host memory YUV surface */ 304 C2D_SURFACE_YUV_EXT = 4, /* External memory YUV surface */ 321 /* Structure for registering a YUV plane(s) as a blit surface * [all...] |
/cts/apps/CameraITS/tests/scene1/ |
test_post_raw_sensitivity_boost.py | 26 """Capture a set of raw/yuv images with different 46 "yuv", props, (1920, 1080))[0] 58 {"format": "yuv", "width": w, "height": h}] 145 # Test that each yuv step is about the same bright as their mean
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
means_yuvx_444_1d_to_single.rs | 21 // Must be yuvx_444 (interleaved yuv)
|
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
RSYuvTest.java | 115 ScriptIntrinsicYuvToRGB syuv = ScriptIntrinsicYuvToRGB.create(mRS, Element.YUV(mRS)); 121 Type.Builder tb = new Type.Builder(mRS, Element.YUV(mRS)); 154 ScriptIntrinsicYuvToRGB syuv = ScriptIntrinsicYuvToRGB.create(mRS, Element.YUV(mRS)); 160 Type.Builder tb = new Type.Builder(mRS, Element.YUV(mRS));
|
/external/autotest/client/site_tests/video_VEAPerf/ |
control.h264.bvt | 31 ('media/test/data/bear_320x192_40frames.yuv', False, 320, 192, 200000, 1, 30)
|
control.vp8.bvt | 31 ('media/test/data/bear_320x192_40frames.yuv', False, 320, 192, 200000, 11, 30)
|
/external/autotest/client/site_tests/video_VideoEncodeAccelerator/ |
control.h264.bvt | 30 streams = [('media/test/data/bear_320x192_40frames.yuv', 320, 192, 200000)]
|
control.vp8.bvt | 30 streams = [('media/test/data/bear_320x192_40frames.yuv', 320, 192, 200000)]
|
/external/libdrm/tests/util/ |
format.c | 43 .yuv = { (order), (xsub), (ysub), (chroma_stride) } 46 /* YUV packed */ 51 /* YUV semi-planar */ 56 /* YUV planar */
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
scale_argb.h | 39 // Scale with YUV conversion to ARGB and clipping.
|
/external/libyuv/files/include/libyuv/ |
scale_argb.h | 38 // Scale with YUV conversion to ARGB and clipping.
|