HomeSort by relevance Sort by last modified time
    Searched refs:yuv (Results 51 - 75 of 89) sorted by null

1 23 4

  /frameworks/av/media/libstagefright/codecs/avc/enc/test/
h264_enc_test.cpp 43 kInputBufferSize = (kMaxWidth * kMaxHeight * 3) / 2, // For YUV 420 format.
70 static int32_t BindFrameCb(void *userData, int32_t index, uint8_t **yuv) {
73 *yuv = dpbBuffer[index];
83 fprintf(stderr, "Usage %s <input yuv> <output file> <width> <height>"
  /frameworks/rs/
rsAllocation.h 67 uint32_t yuv; member in struct:android::renderscript::Allocation::Hal::State
103 } yuv; member in struct:android::renderscript::Allocation::Hal::DrvState
rsScriptC_Lib.cpp 286 uint32_t yuv) {
287 return rsi_TypeCreate(rsc, element, dimX, dimY, dimZ, mipmaps, faces, yuv);
rsRuntime.h 171 uint32_t yuv);
rs.spec 46 param uint32_t yuv
  /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...]
  /external/webp/src/
Android.mk 137 dsp/yuv.c \
  /cts/apps/CameraITS/pymodules/its/
image.py 54 ccm_yuv_to_rgb: (Optional) the 3x3 CCM to convert from YUV to RGB.
70 if cap["format"] == "yuv":
208 For YUV420 captures ("yuv"):
236 if cap["format"] == "yuv":
426 ccm_yuv_to_rgb: (Optional) the 3x3 CCM to convert from YUV to RGB.
437 yuv = numpy.dstack([y, u.reshape(w*h), v.reshape(w*h)])
439 flt.reshape(w*h*3)[:] = yuv.reshape(h*w*3)[:]
474 Supported layouts include "planar" and "nv21". The "yuv" formatted captures
482 layout: (Optional) the layout of the YUV data (as a string).
483 ccm_yuv_to_rgb: (Optional) the 3x3 CCM to convert from YUV to RGB
    [all...]
  /external/ImageMagick/coders/
Make.com 146 $call Make yuv.c
159 uyvy,vicar,vid,viff,wbmp,webp,wmf,wpg,x,xbm,xc,xcf,xpm,xps,xwd,ycbcr,yuv, -
  /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];
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicYuvToRGB.cpp 130 size_t cstep = cp->alloc->mHal.drvState.yuv.step;
147 // Legacy yuv support didn't fill in uv
  /frameworks/rs/driver/runtime/
rs_allocation.c 383 const size_t cstep = alloc->mHal.drvState.yuv.step;
384 const size_t shift = alloc->mHal.drvState.yuv.shift;
397 const size_t cstep = alloc->mHal.drvState.yuv.step;
398 const size_t shift = alloc->mHal.drvState.yuv.shift;
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java 363 native long rsnTypeCreate(long con, long eid, int x, int y, int z, boolean mips, boolean faces, int yuv);
364 synchronized long nTypeCreate(long eid, int x, int y, int z, boolean mips, boolean faces, int yuv) {
366 return rsnTypeCreate(mContext, eid, x, y, z, mips, faces, yuv);
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/
venc_test.cpp 40 // FILE QVGA MP4 24 384000 100 enc_qvga.yuv QVGA_24.m4v
41 // FILE QCIF MP4 15 96000 0 foreman.qcif.yuv output_qcif.m4v
42 // FILE VGA MP4 24 1200000 218 enc_vga.yuv vga_output.m4v
1444 OMX_U8 *yuv = pYUVBuffer->pBuffer; local
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
AnnOverlayPlane.cpp 170 uint32_t yStride = mapper.getStride().yuv.yStride;
171 uint32_t uvStride = mapper.getStride().yuv.uvStride;
  /external/autotest/client/site_tests/video_VEAPerf/
video_VEAPerf.py 153 "tulip2/tulip2-1280x720-1b95123232922fe0067869c74e19cd09.yuv"
  /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...]
  /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...]
  /cts/apps/CameraITS/tests/scene4/
test_aspect_ratio_and_crop.py 32 different formats ("jpeg" and "yuv") and sizes.
58 format_list.append({"iter": "yuv", "iter_max": None,
59 "cmpr": "yuv", "cmpr_size": PREVIEW_SIZE})
60 format_list.append({"iter": "yuv", "iter_max": PREVIEW_SIZE,
62 format_list.append({"iter": "yuv", "iter_max": PREVIEW_SIZE,
67 "cmpr": "yuv", "cmpr_size": PREVIEW_SIZE})
98 # location as ground truth for the other jepg or yuv images.
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
AnnOverlayPlane.cpp 178 uint32_t yStride = mapper.getStride().yuv.yStride;
179 uint32_t uvStride = mapper.getStride().yuv.uvStride;
192 // by pass YUV->RGB conversion, 8-bit output
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 260 RsYuvFormat yuv = (RsYuvFormat) yuv_format; local
261 if (yuv != RS_YUV_NONE &&
262 yuv != RS_YUV_YV12 &&
263 yuv != RS_YUV_NV21 &&
264 yuv != RS_YUV_420_888) {
301 ALOGE("rs_type creation error: YUV only supports basic 2D.");
    [all...]
  /frameworks/base/rs/java/android/renderscript/
RenderScript.java 430 native long rsnTypeCreate(long con, long eid, int x, int y, int z, boolean mips, boolean faces, int yuv);
431 synchronized long nTypeCreate(long eid, int x, int y, int z, boolean mips, boolean faces, int yuv) {
433 return rsnTypeCreate(mContext, eid, x, y, z, mips, faces, yuv);
    [all...]
  /external/libjpeg-turbo/
tjbenchtest.in 42 if [ "$1" = "-yuv" ]; then
44 YUVARG=-yuv
tjbenchtest.java.in 39 if [ "$1" = "-yuv" ]; then
41 YUVARG=-yuv
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 1125 milliseconds

1 23 4