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

/frameworks/support/v4/kitkat/android/support/v4/print/
H A DPrintHelperKitkat.java263 * @param imageWidth with of bitmap
269 private Matrix getMatrix(int imageWidth, int imageHeight, RectF content, int fittingMode) { argument
273 float scale = content.width() / imageWidth;
283 - 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.cpp857 uint32_t imageWidth = 0; local
908 imageWidth = width;
1353 if (imageWidth >= dimensionLimit && imageHeight >= dimensionLimit) {
1355 uint32_t defaultCropSize[] = {imageWidth - margin, imageHeight - margin};
1447 imageWidth,

Completed in 1006 milliseconds