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

/frameworks/support/core-utils/kitkat/android/support/v4/print/
H A DPrintHelperKitkat.java287 * @param imageWidth with of bitmap
293 private Matrix getMatrix(int imageWidth, int imageHeight, RectF content, int fittingMode) { argument
297 float scale = content.width() / imageWidth;
307 - 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);
309 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/support/exifinterface/tests/src/android/support/media/
H A DExifInterfaceTest.java135 public final int imageWidth; field in class:ExifInterfaceTest.ExpectedValue
178 imageWidth = typedArray.getInt(24, 0);
411 assertIntTag(exifInterface, ExifInterface.TAG_IMAGE_WIDTH, expectedValue.imageWidth);
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp1047 static sp<TiffWriter> DngCreator_setup(JNIEnv* env, jobject thiz, uint32_t imageWidth, argument
1078 if (!((imageWidth == preWidth && imageHeight == preHeight) ||
1079 (imageWidth == pixWidth && imageHeight == pixHeight))) {
1135 BAIL_IF_INVALID_RET_NULL_SP(writer->addEntry(TAG_IMAGEWIDTH, 1, &imageWidth, TIFF_IFD_0),
1604 if (imageWidth == width && imageHeight == height) {

Completed in 4838 milliseconds