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

/frameworks/support/v4/kitkat/android/support/v4/print/
H A DPrintHelperKitkat.java276 * @param imageWidth with of bitmap
282 private Matrix getMatrix(int imageWidth, int imageHeight, RectF content, int fittingMode) { argument
286 float scale = content.width() / imageWidth;
296 - imageWidth * scale) / 2;
/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.cpp1039 static sp<TiffWriter> DngCreator_setup(JNIEnv* env, jobject thiz, uint32_t imageWidth, argument
1070 if (!((imageWidth == preWidth && imageHeight == preHeight) ||
1071 (imageWidth == pixWidth && imageHeight == pixHeight))) {
1127 BAIL_IF_INVALID_RET_NULL_SP(writer->addEntry(TAG_IMAGEWIDTH, 1, &imageWidth, TIFF_IFD_0),
1564 if (imageWidth == width && imageHeight == height) {

Completed in 386 milliseconds