/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/deqp/modules/glshared/ |
glsFboCompletenessTests.hpp | 101 ImageFormat getDefaultFormat (GLenum attPoint, GLenum bufType) const; 108 ImageFormat format, 115 Image* makeImage (GLenum bufType, ImageFormat format, 117 Attachment* makeAttachment (GLenum bufType, ImageFormat format,
|
/frameworks/base/graphics/java/android/graphics/ |
ImageFormat.java | 19 public class ImageFormat { 360 * ImageFormat.
|
/external/chromium_org/media/base/android/java/src/org/chromium/media/ |
VideoCaptureAndroid.java | 8 import android.graphics.ImageFormat; 66 return ImageFormat.NV21; 71 return ImageFormat.NV21; 74 return ImageFormat.YV12; 105 pixelFormats.add(ImageFormat.UNKNOWN); 110 if (previewFormat == ImageFormat.YV12) { 112 } else if (previewFormat == ImageFormat.NV21) { 166 ImageFormat.getBitsPerPixel(mCaptureFormat.mPixelFormat) / 8;
|
VideoCaptureTango.java | 8 import android.graphics.ImageFormat; 63 formatList.add(new CaptureFormat(320, 180, 5, ImageFormat.YV12)); 65 formatList.add(new CaptureFormat(640, 480, 30, ImageFormat.YV12)); 67 formatList.add(new CaptureFormat(1280, 720, 20, ImageFormat.YV12)); 84 ImageFormat.YV12);
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
GrainFilter.java | 26 import android.filterfw.format.ImageFormat; 98 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA)); 157 FrameFormat noiseFormat = ImageFormat.create(inputFormat.getWidth() / 2, 159 ImageFormat.COLORSPACE_RGBA,
|
RedEyeFilter.java | 26 import android.filterfw.format.ImageFormat; 86 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA)); 167 FrameFormat format = ImageFormat.create(bitmapWidth, bitmapHeight, 168 ImageFormat.COLORSPACE_RGBA,
|
RotateFilter.java | 27 import android.filterfw.format.ImageFormat; 57 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA)); 105 FrameFormat outputFormat = ImageFormat.create(mOutputWidth, mOutputHeight, 106 ImageFormat.COLORSPACE_RGBA,
|
AutoFixFilter.java | 26 import android.filterfw.format.ImageFormat; 164 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA)); 209 FrameFormat densityFormat = ImageFormat.create(densityDim, 1, 210 ImageFormat.COLORSPACE_RGBA, 297 FrameFormat shaderHistFormat = ImageFormat.create(histDims, 1, 298 ImageFormat.COLORSPACE_RGBA,
|
BlackWhiteFilter.java | 26 import android.filterfw.format.ImageFormat; 92 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
|
CropFilter.java | 29 import android.filterfw.format.ImageFormat; 73 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
|
DocumentaryFilter.java | 26 import android.filterfw.format.ImageFormat; 87 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
|
DrawRectFilter.java | 28 import android.filterfw.format.ImageFormat; 69 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA,
|
DuotoneFilter.java | 26 import android.filterfw.format.ImageFormat; 62 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
|
FillLightFilter.java | 26 import android.filterfw.format.ImageFormat; 67 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
|
FisheyeFilter.java | 27 import android.filterfw.format.ImageFormat; 76 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
|
FixedRotationFilter.java | 26 import android.filterfw.format.ImageFormat; 48 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA,
|
ImageCombineFilter.java | 25 import android.filterfw.format.ImageFormat; 61 addMaskedInputPort(inputName, ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
|
ImageSlicer.java | 27 import android.filterfw.format.ImageFormat; 63 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA,
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/ui/ |
SurfaceTargetFilter.java | 30 import android.filterfw.format.ImageFormat; 96 addMaskedInputPort("frame", ImageFormat.create(ImageFormat.COLORSPACE_RGBA)); 125 MutableFrameFormat screenFormat = ImageFormat.create(mScreenWidth, 127 ImageFormat.COLORSPACE_RGBA,
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/ |
SurfaceTextureSource.java | 28 import android.filterfw.format.ImageFormat; 143 addOutputPort("video", ImageFormat.create(ImageFormat.COLORSPACE_RGBA, 148 mOutputFormat = ImageFormat.create(mWidth, mHeight, 149 ImageFormat.COLORSPACE_RGBA,
|
/pdk/apps/TestingCamera/src/com/android/testingcamera/ |
CallbackProcessor.java | 4 import android.graphics.ImageFormat; 80 case ImageFormat.NV21: 83 case ImageFormat.YV12: 86 case ImageFormat.YUY2: 89 case ImageFormat.UNKNOWN:
|
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/ |
ImageReaderSubPane.java | 35 import android.graphics.ImageFormat; 69 JPEG(ImageFormat.JPEG), 70 RAW16(ImageFormat.RAW_SENSOR), 71 RAW10(ImageFormat.RAW10), 72 YUV_420_888(ImageFormat.YUV_420_888); 74 public final int imageFormat; 76 OutputFormat(int imageFormat) { 77 this.imageFormat = imageFormat; 185 if (streamConfigMap.isOutputSupportedFor(format.imageFormat)) { [all...] |
/external/deqp/modules/gles2/functional/ |
es2fFboCompletenessTests.cpp | 166 ImageFormat colorFmt; 168 ImageFormat depthFmt; 170 ImageFormat stencilFmt; 182 GLenum formatKind (ImageFormat fmt); 202 GLenum SupportedCombinationTest::formatKind (ImageFormat fmt) 218 const ImageFormat none = ImageFormat::none();
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/ |
CameraFormatsActivity.java | 26 import android.graphics.ImageFormat; 147 // Must be kept in sync with android.graphics.ImageFormat manually 149 mPreviewFormatNames.append(ImageFormat.JPEG, "JPEG"); 150 mPreviewFormatNames.append(ImageFormat.NV16, "NV16"); 151 mPreviewFormatNames.append(ImageFormat.NV21, "NV21"); 152 mPreviewFormatNames.append(ImageFormat.RGB_565, "RGB_565"); 153 mPreviewFormatNames.append(ImageFormat.UNKNOWN, "UNKNOWN"); 154 mPreviewFormatNames.append(ImageFormat.YUY2, "YUY2"); 155 mPreviewFormatNames.append(ImageFormat.YV12, "YV12"); 471 case ImageFormat.NV16 [all...] |