/external/libvpx/libvpx/third_party/libyuv/source/ |
convert.cc | 820 // Neon version does direct RGB24 to YUV. 934 // Neon version does direct RAW to YUV. [all...] |
/external/libyuv/files/source/ |
convert.cc | 820 // Neon version does direct RGB24 to YUV. 934 // Neon version does direct RAW to YUV. [all...] |
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_compositor.c | 361 c->fs_palette.yuv = create_frag_shader_palette(c, true); 362 if (!c->fs_palette.yuv) { 363 debug_printf("Unable to create YUV-Palette-to-RGB fragment shader.\n"); 389 c->pipe->delete_fs_state(c->pipe, c->fs_palette.yuv); 937 c->fs_palette.yuv : c->fs_palette.rgb; [all...] |
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/ |
mm_qcamera_preview.c | 183 mm_app_dump_frame(m_frame, "main", "yuv", m_frame->frame_idx); 201 mm_app_dump_frame(p_frame, "postview", "yuv", p_frame->frame_idx); 303 mm_app_dump_frame(frame, file_name, "yuv", frame->frame_idx); 441 mm_app_dump_frame(p_frame, "zsl_preview", "yuv", p_frame->frame_idx); 442 mm_app_dump_frame(m_frame, "zsl_main", "yuv", m_frame->frame_idx); [all...] |
/external/libvpx/libvpx/test/ |
test-data.mk | 4 LIBVPX_TEST_DATA-$(CONFIG_ENCODERS) += hantro_collage_w352h288.yuv 5 LIBVPX_TEST_DATA-$(CONFIG_ENCODERS) += hantro_odd.yuv 10 LIBVPX_TEST_DATA-$(CONFIG_ENCODERS) += park_joy_90p_10_440.yuv 14 LIBVPX_TEST_DATA-$(CONFIG_ENCODERS) += park_joy_90p_12_440.yuv 19 LIBVPX_TEST_DATA-$(CONFIG_ENCODERS) += park_joy_90p_8_440.yuv [all...] |
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
videodev2.h | 334 #define V4L2_PIX_FMT_YUYV v4l2_fourcc('Y', 'U', 'Y', 'V') /* 16 YUV 4:2:2 */ 335 #define V4L2_PIX_FMT_YYUV v4l2_fourcc('Y', 'Y', 'U', 'V') /* 16 YUV 4:2:2 */ 337 #define V4L2_PIX_FMT_UYVY v4l2_fourcc('U', 'Y', 'V', 'Y') /* 16 YUV 4:2:2 */ 338 #define V4L2_PIX_FMT_VYUY v4l2_fourcc('V', 'Y', 'U', 'Y') /* 16 YUV 4:2:2 */ 341 #define V4L2_PIX_FMT_Y41P v4l2_fourcc('Y', '4', '1', 'P') /* 12 YUV 4:1:1 */ 343 #define V4L2_PIX_FMT_YUV555 v4l2_fourcc('Y', 'U', 'V', 'O') /* 16 YUV-5-5-5 */ 344 #define V4L2_PIX_FMT_YUV565 v4l2_fourcc('Y', 'U', 'V', 'P') /* 16 YUV-5-6-5 */ 345 #define V4L2_PIX_FMT_YUV32 v4l2_fourcc('Y', 'U', 'V', '4') /* 32 YUV-8-8-8-8 */ 346 #define V4L2_PIX_FMT_YUV410 v4l2_fourcc('Y', 'U', 'V', '9') /* 9 YUV 4:1:0 */ 347 #define V4L2_PIX_FMT_YUV420 v4l2_fourcc('Y', 'U', '1', '2') /* 12 YUV 4:2:0 * [all...] |
/device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/ |
mm_qcamera_snapshot.c | 83 snprintf(bufp, BUFF_SIZE_128, "/data/main_raw_%d.yuv", raw_snapshot_cnt); 86 snprintf(bufp, BUFF_SIZE_128, "/data/main_%d.yuv", snapshot_cnt); 88 snprintf(bufp, BUFF_SIZE_128, "/data/thumb_%d.yuv", snapshot_cnt); 250 dumpFrameToFile(main_frame,pme->dim.picture_width,pme->dim.picture_height,"main", 1,"yuv"); 254 dumpFrameToFile(thumb_frame,pme->dim.thumbnail_width,pme->dim.thumbnail_height,"thumb", 1,"yuv"); 881 dumpFrameToFile(main_frame,pme->dim.picture_width,pme->dim.picture_height,"liveshot_main", 1,"yuv"); [all...] |
mm_qcamera_video.c | 63 snprintf(bufp, BUFF_SIZE_128, "/data/v_%d.yuv", v_cnt); 215 pme->dim.orig_video_height, buf, 1,"yuv");
|
/external/opencv3/3rdparty/libwebp/enc/ |
picture.c | 22 #include "../dsp/yuv.h" 169 // the other YUV(A) buffer. 185 // Release memory owned by 'picture' (both YUV and ARGB buffers). 553 // RGB -> YUV conversion 761 // Automatic YUV <-> ARGB conversions. 841 // Copy back the YUV specs into 'picture'. [all...] |
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
CameraStreamer.java | 508 "vec3 yuv2rgb(vec3 yuv) {\n" + 513 " return (vec4(yuv, 1.0) * conversion).rgb;\n" + 520 " vec3 yuv = select(yyyy, vuvu, s);\n" + 521 " vec3 rgb = yuv2rgb(yuv);\n" + 607 // Copy camera data to the client YUV texture 618 // Setup the YUV-2-RGBA shader [all...] |
/cts/tests/tests/rscpp/librscpptest/ |
rs_jni.cpp | 467 //syuv = ScriptIntrinsicYuvToRGB::create(mRS, Element::YUV(mRS)); 468 Type::Builder tb(mRS, Element::YUV(mRS));
|
/cts/tests/video/src/android/video/cts/ |
VideoEncoderDecoderTest.java | [all...] |
/external/deqp/modules/egl/ |
teglChooseConfigReference.cpp | 147 // \todo [mika 2015-05-05] Sort YUV configs correctly. Currently all YUV configs are non-conformant and ordering can be relaxed.
|
/external/kernel-headers/original/uapi/drm/ |
drm_mode.h | 369 * e.g. NV12 (http://fourcc.org/yuv.php#NV12) is described as: 371 * YUV 4:2:0 image with a plane of 8 bit Y samples
|
/external/libdrm/include/drm/ |
drm_mode.h | 353 * e.g. NV12 (http://fourcc.org/yuv.php#NV12) is described as: 355 * YUV 4:2:0 image with a plane of 8 bit Y samples
|
/external/libjpeg-turbo/ |
tjbenchtest.java.in | 39 if [ "$1" = "-yuv" ]; then 41 YUVARG=-yuv
|
/external/libyuv/files/include/libyuv/ |
planar_functions.h | 328 // Alpha Blend YUV images and store to destination. 437 // Interpolate between two YUV images using specified amount of interpolation
|
/external/libyuv/files/unit_test/ |
scale_argb_test.cc | 311 // Scale with YUV conversion to ARGB and clipping. 385 // Fill YUV image with continuous ramp, which is less sensitive to
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_context.c | 407 /* yuv textures don't work with some chips - R200 / rv280 okay so far 408 others get the bit ordering right but don't actually do YUV-RGB conversion */
|
/external/opencv3/3rdparty/libwebp/dec/ |
vp8i.h | 73 // YUV-cache parameters. 96 #define BPS 32 // this is the common stride used by yuv[]
|
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/ |
color_cvt.hpp | 99 // RGB to YUV 117 // YUV to RGB
|
/external/opencv3/modules/imgproc/include/opencv2/imgproc/ |
types_c.h | 235 //YUV 4:2:0 formats family 277 //YUV 4:2:2 formats family
|
/external/opencv3/modules/java/generator/src/java/ |
android+CameraBridgeViewBase.java | 112 * TODO: pass the parameters specifying the format of the frame (BPP, YUV or RGB and etc) 135 * TODO: pass the parameters specifying the format of the frame (BPP, YUV or RGB and etc)
|
/external/skia/include/core/ |
SkImageDecoder.h | 54 Otherwise, decodes the YUV planes into the provided image planes and 279 Otherwise, decodes the YUV planes into the provided image planes and
|
SkPixelRef.h | 214 * if it can efficiently return YUV planar data. If it cannot, it should return false. 220 * If colorSpace is not NULL, the YUV color space of the data should be stored in the address
|