HomeSort by relevance Sort by last modified time
    Searched full:outputheight (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoderTest.cpp 67 void downsample(size_t maxDecodedBytes, unsigned* outputWidth, unsigned* outputHeight, const char* imageFilePath)
78 *outputHeight = frame->getSkBitmap().height();
79 EXPECT_EQ(IntSize(*outputWidth, *outputHeight), decoder->decodedSize());
125 unsigned outputWidth, outputHeight;
128 downsample(40 * 40 * 4, &outputWidth, &outputHeight, jpegFile);
130 EXPECT_EQ(32u, outputHeight);
133 downsample(70 * 70 * 4, &outputWidth, &outputHeight, jpegFile);
135 EXPECT_EQ(64u, outputHeight);
138 downsample(100 * 100 * 4, &outputWidth, &outputHeight, jpegFile);
140 EXPECT_EQ(96u, outputHeight);
    [all...]
  /frameworks/base/media/mca/effect/java/android/media/effect/
SizeChangeEffect.java 48 int outputHeight = resultFrame.getFormat().getHeight();
50 Frame outputFrame = frameFromTexture(outputTexId, outputWidth, outputHeight);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
ImageStitcher.java 117 float outputHeight = (float) Math.min(mSliceHeight, mImageHeight - outputOffsetY);
122 outputHeight / mInputHeight);
127 outputHeight / mImageHeight);
ToPackedGrayFilter.java 75 private void checkOutputDimensions(int outputWidth, int outputHeight) {
76 if (outputWidth <= 0 || outputHeight <= 0) {
78 outputWidth + " " + outputHeight);
  /cts/apps/CtsVerifier/jni/cameraanalyzer/
com_android_cts_verifier_camera_analyzer_CameraTests.cpp 59 int outputWidth, outputHeight;
161 int outputHeight = testHandler->getDebugHeight();
194 outputHeight,
207 memcpy(outputBuffer, outputImage, outputWidth * outputHeight * 4);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ResizeFilter.java 36 .addInputPort("outputHeight", Signature.PORT_OPTIONAL, FrameType.single(int.class))
CropFilter.java 56 .addInputPort("outputHeight", Signature.PORT_OPTIONAL, FrameType.single(int.class))
70 } else if (port.getName().equals("outputHeight")) {
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
GpuVideoTrackDecoder.java 155 int outputHeight = mOutputHeight;
161 outputHeight = mOutputWidth;
164 outputVideoFrame.resize(new int[] { outputWidth, outputHeight });
169 outputHeight);
CpuVideoTrackDecoder.java 105 int outputHeight = mHeight;
108 outputHeight = mWidth;
112 outputVideoFrame.resize(new int[] {outputWidth, outputHeight});
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
CameraTests.java 173 * @param outputHeight the desired height for the debug output
178 public native long createImageTestHandler(int outputHeight, int outputWidth);
ColorCheckerTest.java 272 * @param outputHeight the desired height of the debug output
276 private native long createColorCheckerTest(int outputWidth, int outputHeight);
ExposureCompensationTest.java 205 private native long createExposureCompensationTest(int outputHeight, int outputWidth);
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c 483 OMX_U16 outputheight=0; local
547 outputheight=_wtoi(argv[8]);
563 outputheight=atoi(argv[8]);
617 printf("usage: %S <input.yuv> <output desc> <Inp. width> <Inp. Height> <0:no overlay/1:overlay> <outputwidth> <outputheight> <0:YUV/1:RGB/2:BOTH> <0 :Internal 1 :external allocation>\
620 printf("usage: %s <input.yuv> <output desc> <Inp. width> <Inp. Height> <0:no overlay/1:overlay> <outputwidth> <outputheight> <0:YUV/1:RGB/2:BOTH> <0 :Internal 1 :external allocation>\
644 printf("usage: %S <input.yuv> <output.rgb> <inputwidth> <inputheight> <0:no overlay/1:overlay> <outputwidth> <outputheight> <0:YUV/1:RGB/2:BOTH> <0 :Internal 1 :external allocation>\
647 printf("usage: %s <input.yuv> <output.rgb> <inputwidth> <inputheight> <0:no overlay/1:overlay> <outputwidth> <outputheight> <0:YUV/1:RGB/2:BOTH> <0 :Internal 1 :external allocation>\
677 printf("usage: %S <input.yuv> <output.rgb> <width> <height> <0:no overlay/1:overlay> <outputwidth> <outputheight> <0:YUV/1:RGB/2:BOTH> <0 :Internal 1 :external allocation>\
680 printf("usage: %s <input.yuv> <output.rgb> <width> <height> <0:no overlay/1:overlay> <outputwidth> <outputheight> <0:YUV/1:RGB/2:BOTH> <0 :Internal 1 :external allocation>\
713 printf("usage: %S <input.yuv> <output.rgb> <width> <height> <0:no overlay/1:overlay> <outputwidth> <outputheight> <0:YUV/1:RGB/2:BOTH> <0 :Internal 1 :external allocation>
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/res/raw/
camera_graph.xml 35 <input name="outputHeight" intValue="640" />
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
CodecTest.java 503 int outputHeight = 0;
521 outputHeight = outThumbnail.getHeight();
526 if ((outputWidth != goldenWidth) || (outputHeight != goldenHeight))
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
CodecTest.java 528 int outputHeight = 0;
546 outputHeight = outThumbnail.getHeight();
551 if ((outputWidth != goldenWidth) || (outputHeight != goldenHeight))
  /frameworks/base/media/jni/
android_media_ImageReader.cpp 820 int outputHeight = Image_getBufferHeight(buffer);
826 (imageReaderWidth != outputWidth || imageReaderHeight != outputHeight)) {
828 __FUNCTION__, outputWidth, outputHeight, imageReaderWidth, imageReaderHeight);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxvahd.h 230 UINT OutputHeight;
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.cpp     [all...]
  /external/zxing/core/
core.jar 

Completed in 1692 milliseconds