Searched defs:imageWidth (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/v4/kitkat/android/support/v4/print/
H A DPrintHelperKitkat.java285 * @param imageWidth with of bitmap
291 private Matrix getMatrix(int imageWidth, int imageHeight, RectF content, int fittingMode) { argument
295 float scale = content.width() / imageWidth;
305 - imageWidth * scale) / 2;
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DExifInterfaceTest.java115 public final int imageWidth; field in class:ExifInterfaceTest.ExpectedValue
158 imageWidth = typedArray.getInt(24, 0);
310 assertIntTag(exifInterface, ExifInterface.TAG_IMAGE_WIDTH, expectedValue.imageWidth);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_deblocking.c174 u32 imageWidth);
177 u32 imageWidth);
180 u32 imageWidth);
182 i32 imageWidth);
184 i32 imageWidth);
187 u32 imageWidth);
189 i32 imageWidth);
191 i32 imageWidth);
653 u32 imageWidth)
674 for (i = 4; i; i--, data += imageWidth)
649 FilterVerLumaEdge( u8 *data, u32 bS, edgeThreshold_t *thresholds, u32 imageWidth) argument
760 FilterHorLumaEdge( u8 *data, u32 bS, edgeThreshold_t *thresholds, i32 imageWidth) argument
829 FilterHorLuma( u8 *data, u32 bS, edgeThreshold_t *thresholds, i32 imageWidth) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp1046 static sp<TiffWriter> DngCreator_setup(JNIEnv* env, jobject thiz, uint32_t imageWidth, argument
1077 if (!((imageWidth == preWidth && imageHeight == preHeight) ||
1078 (imageWidth == pixWidth && imageHeight == pixHeight))) {
1134 BAIL_IF_INVALID_RET_NULL_SP(writer->addEntry(TAG_IMAGEWIDTH, 1, &imageWidth, TIFF_IFD_0),
1586 if (imageWidth == width && imageHeight == height) {

Completed in 192 milliseconds