HomeSort by relevance Sort by last modified time
    Searched full:imageformat (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
ImageGStreamerQt.cpp 41 QImage::Format imageFormat;
43 imageFormat = QImage::Format_RGB888;
45 imageFormat = QImage::Format_RGB32;
47 return adoptRef(new ImageGStreamer(buffer, IntSize(width, height), imageFormat));
50 ImageGStreamer::ImageGStreamer(GstBuffer*& buffer, IntSize size, QImage::Format imageFormat)
54 QImage image(GST_BUFFER_DATA(buffer), size.width(), size.height(), imageFormat);
  /frameworks/base/graphics/java/android/graphics/
PixelFormat.java 55 * @deprecated use {@link android.graphics.ImageFormat#NV16
56 * ImageFormat.NV16} instead.
62 * @deprecated use {@link android.graphics.ImageFormat#NV21
63 * ImageFormat.NV21} instead.
69 * @deprecated use {@link android.graphics.ImageFormat#YUY2
70 * ImageFormat.YUY2} instead.
76 * @deprecated use {@link android.graphics.ImageFormat#JPEG
77 * ImageFormat.JPEG} instead.
YuvImage.java 25 * Currently only ImageFormat.NV21 and ImageFormat.YUY2 are supported.
39 * The YUV format as defined in {@link ImageFormat}.
70 * @param format The YUV data format as defined in {@link ImageFormat}.
80 if (format != ImageFormat.NV21 &&
81 format != ImageFormat.YUY2) {
83 "only support ImageFormat.NV21 " +
84 "and ImageFormat.YUY2 for now");
110 * Only ImageFormat.NV21 and ImageFormat.YUY
    [all...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
GLTextureTarget.java 27 import android.filterfw.format.ImageFormat;
45 addMaskedInputPort("frame", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
53 FrameFormat format = ImageFormat.create(input.getFormat().getWidth(),
55 ImageFormat.COLORSPACE_RGBA,
GLTextureSource.java 27 import android.filterfw.format.ImageFormat;
64 addOutputPort("frame", ImageFormat.create(ImageFormat.COLORSPACE_RGBA,
81 FrameFormat outputFormat = ImageFormat.create(mWidth, mHeight,
82 ImageFormat.COLORSPACE_RGBA,
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
BitmapSource.java 31 import android.filterfw.format.ImageFormat;
62 FrameFormat outputFormat = ImageFormat.create(ImageFormat.COLORSPACE_RGBA,
72 FrameFormat outputFormat = ImageFormat.create(mBitmap.getWidth(),
74 ImageFormat.COLORSPACE_RGBA,
ImageEncoder.java 27 import android.filterfw.format.ImageFormat;
53 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA,
BitmapOverlayFilter.java 29 import android.filterfw.format.ImageFormat;
68 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
133 FrameFormat format = ImageFormat.create(mBitmap.getWidth(),
135 ImageFormat.COLORSPACE_RGBA,
CropRectFilter.java 30 import android.filterfw.format.ImageFormat;
66 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
99 FrameFormat outputFormat = ImageFormat.create(mOutputWidth, mOutputHeight,
100 ImageFormat.COLORSPACE_RGBA,
ToPackedGrayFilter.java 28 import android.filterfw.format.ImageFormat;
67 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA,
107 return ImageFormat.create(ow, oh,
108 ImageFormat.COLORSPACE_GRAY,
DrawOverlayFilter.java 30 import android.filterfw.format.ImageFormat;
48 FrameFormat imageFormatMask = ImageFormat.create(ImageFormat.COLORSPACE_RGBA,
NegativeFilter.java 29 import android.filterfw.format.ImageFormat;
55 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
SimpleImageFilter.java 29 import android.filterfw.format.ImageFormat;
59 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
ToGrayFilter.java 31 import android.filterfw.format.ImageFormat;
66 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA,
ToRGBAFilter.java 30 import android.filterfw.format.ImageFormat;
63 result.setMetaValue(ImageFormat.COLORSPACE_KEY, ImageFormat.COLORSPACE_RGBA);
ToRGBFilter.java 30 import android.filterfw.format.ImageFormat;
63 result.setMetaValue(ImageFormat.COLORSPACE_KEY, ImageFormat.COLORSPACE_RGB);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCameraParameters.java 3 import android.graphics.ImageFormat;
22 private int previewFormat = ImageFormat.NV21;
71 formats.add(ImageFormat.NV21);
72 formats.add(ImageFormat.JPEG);
79 formats.add(ImageFormat.NV21);
80 formats.add(ImageFormat.JPEG);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
CameraParametersTest.java 4 import android.graphics.ImageFormat;
77 assertThat(shadowParameters.getPreviewFormat(), equalTo(ImageFormat.NV21));
78 parameters.setPreviewFormat(ImageFormat.JPEG);
79 assertThat(shadowParameters.getPreviewFormat(), equalTo(ImageFormat.JPEG));
87 assertThat(supportedFormats, hasItem(ImageFormat.NV21));
95 assertThat(supportedFormats, hasItem(new Integer(ImageFormat.NV21)));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
CameraFormatsActivity.java 27 import android.graphics.ImageFormat;
134 // Must be kept in sync with android.graphics.ImageFormat manually
136 mPreviewFormatNames.append(ImageFormat.JPEG, "JPEG");
137 mPreviewFormatNames.append(ImageFormat.NV16, "NV16");
138 mPreviewFormatNames.append(ImageFormat.NV21, "NV21");
139 mPreviewFormatNames.append(ImageFormat.RGB_565, "RGB_565");
140 mPreviewFormatNames.append(ImageFormat.UNKNOWN, "UNKNOWN");
141 mPreviewFormatNames.append(ImageFormat.YUY2, "YUY2");
142 mPreviewFormatNames.append(ImageFormat.YV12, "YV12");
420 case ImageFormat.NV16
    [all...]
  /frameworks/base/media/mca/effect/java/android/media/effect/
FilterEffect.java 28 import android.filterfw.format.ImageFormat;
90 FrameFormat format = ImageFormat.create(width, height,
91 ImageFormat.COLORSPACE_RGBA,
  /cts/tests/tests/graphics/src/android/graphics/cts/
YuvImageTest.java 29 import android.graphics.ImageFormat;
55 private int[] mFormats = { ImageFormat.NV21, ImageFormat.YUY2 };
112 if (mFormats[i] == ImageFormat.NV21) {
114 } else if (mFormats[i] == ImageFormat.YUY2) {
164 // <ImageFormat, Bitmap, HasPaddings, Rect>
193 YuvImage image = generateYuvImage(ImageFormat.YUY2, mTestBitmaps[0], 0);
205 byte[] yuv = convertArgbsToYuvs(argb, stride, height, ImageFormat.NV21);
209 YuvImage image = new YuvImage(yuv, ImageFormat.NV21, width, height, strides);
215 YuvImage image = generateYuvImage(ImageFormat.YUY2, mTestBitmaps[0], 0)
    [all...]
  /external/webkit/Source/WebKit2/Shared/gtk/
UpdateChunk.cpp 36 static cairo_format_t imageFormat = CAIRO_FORMAT_ARGB32;
57 return cairo_format_stride_for_width(imageFormat, m_rect.width()) * m_rect.height();
111 int stride = cairo_format_stride_for_width(imageFormat, m_rect.width());
113 imageFormat, m_rect.width(), m_rect.height(), stride);
  /frameworks/base/graphics/java/android/renderscript/
Type.java 22 import android.graphics.ImageFormat;
42 * are {@link android.graphics.ImageFormat#YV12} and {@link
43 * android.graphics.ImageFormat#NV21}.</p>
287 * @param yuvFormat {@link android.graphics.ImageFormat#YV12} or {@link android.graphics.ImageFormat#NV21}
291 case android.graphics.ImageFormat.NV21:
292 case android.graphics.ImageFormat.YV12:
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Type.java 22 import android.graphics.ImageFormat;
43 * supported are {@link android.graphics.ImageFormat#YV12} and {@link
44 * android.graphics.ImageFormat#NV21}.</p>
266 * @param yuvFormat {@link android.graphics.ImageFormat#YV12} or {@link android.graphics.ImageFormat#NV21}
270 case android.graphics.ImageFormat.NV21:
271 case android.graphics.ImageFormat.YV12:
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/
TextureBlenderAWT.java 86 * @param imageFormat
94 protected float setupMaterialColor(ByteBuffer data, Format imageFormat, boolean neg, float[] materialColor) {
98 switch (imageFormat) {
147 LOGGER.log(Level.WARNING, "Image type not yet supported for blending: {0}", imageFormat);
150 throw new IllegalStateException("Invalid image format type for AWT texture blender: " + imageFormat);

Completed in 620 milliseconds

1 2 3 4 5