/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
GrainFilter.java | 44 private int mWidth = 0; 134 mWidth = width; 138 mGrainProgram.setHostValue("stepX", 0.5f / mWidth); 175 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
|
RedEyeFilter.java | 55 private int mWidth = 0; 125 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) { 126 mWidth = inputFormat.getWidth(); 154 int bitmapWidth = mWidth / 2;
|
SharpenFilter.java | 38 private int mWidth = 0; 113 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) { 128 mWidth = width; 132 mProgram.setHostValue("stepsizeX", 1.0f / mWidth);
|
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/ |
RgbPlayerActivity.java | 73 private int mWidth = 0; 121 mWidth = Integer.parseInt(prop.getProperty("width")); 129 mBytesPerLine = mWidth * mBytesPerPixel; 132 mBitmap = Bitmap.createBitmap(mWidth, mHeight,
|
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/ |
UsbHid.java | 35 private final int mWidth; 41 mWidth = width; 62 byte maxXLsb = (byte)(mWidth - 1); 63 byte maxXMsb = (byte)((mWidth - 1) >> 8);
|
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/ |
DisplaySourceService.java | 175 private final int mWidth; 182 mWidth = width; 189 MediaFormat format = MediaFormat.createVideoFormat("video/avc", mWidth, mHeight); 207 DISPLAY_NAME, mWidth, mHeight, mDensityDpi, surface, 0);
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
Texture.h | 28 size_t mWidth;
|
/hardware/intel/img/hwcomposer/ips/tangier/ |
TngGrallocBuffer.cpp | 50 mWidth = grallocHandle->iWidth;
|
/hardware/libhardware/modules/camera/ |
Stream.cpp | 39 mWidth(s->width), 177 if (s->width != mWidth) { 179 __func__, mId, s->width, mWidth); 230 dprintf(fd, "Width: %"PRIu32" Height: %"PRIu32"\n", mWidth, mHeight);
|
/hardware/ti/omap4-aah/camera/inc/ |
Decoder_libjpeg.h | 50 unsigned int mWidth, mHeight;
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/ |
ColorValueView.java | 38 private float mWidth; 125 mWidth = w; 127 mDotX = mWidth / 2; 148 canvas.drawRect(mBorder, mBorder, mWidth - mBorder, mHeight - mBorder, mBarPaint1);
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
CanvasTexture.java | 38 Bitmap bitmap = Bitmap.createBitmap(mWidth, mHeight, mConfig);
|
UploadedTexture.java | 139 if (mWidth == UNSPECIFIED) { 154 if (mWidth == UNSPECIFIED) getBitmap(); 155 return mWidth; 160 if (mWidth == UNSPECIFIED) getBitmap(); 171 mWidth = UNSPECIFIED;
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ThumbnailLoadTask.java | 48 private final int mWidth; 82 mWidth = width; 124 final int wDivider = Math.max(opts.outWidth / mWidth, 1); 129 opts.outWidth, opts.outHeight, mWidth, mHeight, opts.inSampleSize);
|
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/ |
GenericWaveRS.java | 80 mWidth = width; 101 proj.loadProjectionNormalized(mWidth, mHeight); 113 mWorldState.width = mWidth; 127 proj.loadProjectionNormalized(mWidth, mHeight);
|
/device/moto/shamu/camera/QCamera/HAL/core/src/ |
QCameraStream.cpp | 75 mWidth = res->width; 80 if (mWidth != res->width || mHeight != res->height) 87 res->width = mWidth; 242 mWidth = 0; 251 stream_config.fmt.width = mWidth; 265 mWidth = stream_config.fmt.width; 292 mWidth(Width),
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
MediaResourceGetter.java | 44 private final int mWidth; 50 mWidth = width; 62 int getWidth() { return mWidth; } 74 + ", width=" + mWidth 87 result = prime * result + mWidth; 106 if (mWidth != other.mWidth)
|
/external/replicaisland/src/com/replica/replicaisland/ |
GameRenderer.java | 39 private int mWidth; 67 mWidth = gameWidth; 204 DrawableBitmap.beginDrawing(gl, mWidth, mHeight); 269 //mWidth = w;0 272 float scaleX = (float)w / mWidth; 274 final int viewportWidth = (int)(mWidth * scaleX); 286 float ratio = (float) mWidth / mHeight;
|
/cts/tests/tests/media/src/android/media/cts/ |
PresentationSyncTest.java | 48 private int mWidth; 90 mWidth = output.getWidth(); 92 Log.d(TAG, "Surface w=" + mWidth + " h=" + mHeight); 211 mWidth = output.getWidth(); 213 Log.d(TAG, "Surface w=" + mWidth + " h=" + mHeight); 386 startX = (num % 16) * (mWidth / 16); 390 startX = (mWidth - mWidth/16) - startX; 399 GLES20.glScissor(startX, startY, mWidth / 16, mHeight / 4); 416 mWidth = width [all...] |
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/ |
SwapChain11.cpp | 39 mWidth = -1; 100 const int previousWidth = mWidth; 278 mWidth = backbufferWidth; 285 sourceBox.right = std::min(previousWidth, mWidth); 299 swapRect(0, 0, mWidth, mHeight); 531 float x1 = (x / float(mWidth)) * 2.0f - 1.0f; 533 float x2 = ((x + width) / float(mWidth)) * 2.0f - 1.0f; 536 float u1 = x / float(mWidth); 538 float u2 = (x + width) / float(mWidth); 574 viewport.Width = mWidth; [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
EdgeEffect.java | 86 private int mWidth; 151 mWidth = width; 321 if (mWidth < mMinWidth) { 323 int glowLeft = (mWidth - mMinWidth)/2; 324 mGlow.setBounds(glowLeft, 0, mWidth - glowLeft, glowBottom); 327 mGlow.setBounds(0, 0, mWidth, glowBottom); 335 if (mWidth < mMinWidth) { 337 int edgeLeft = (mWidth - mMinWidth)/2; 338 mEdge.setBounds(edgeLeft, 0, mWidth - edgeLeft, edgeBottom); 341 mEdge.setBounds(0, 0, mWidth, edgeBottom) [all...] |
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
UploadedTexture.java | 139 if (mWidth == UNSPECIFIED) { 154 if (mWidth == UNSPECIFIED) getBitmap(); 155 return mWidth; 160 if (mWidth == UNSPECIFIED) getBitmap(); 171 mWidth = UNSPECIFIED;
|
/frameworks/base/rs/java/android/renderscript/ |
RenderScriptGL.java | 40 int mWidth; 178 mWidth = 0; 211 mWidth = w; 232 mWidth = w; 254 return mWidth;
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
CallTypeIconsView.java | 46 private int mWidth; 60 mWidth = 0; 69 mWidth += drawable.getIntrinsicWidth() + mResources.iconMargin; 82 mWidth += mResources.videoCall.getIntrinsicWidth(); 128 setMeasuredDimension(mWidth, mHeight);
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/ |
UploadedTexture.java | 139 if (mWidth == UNSPECIFIED) { 154 if (mWidth == UNSPECIFIED) getBitmap(); 155 return mWidth; 160 if (mWidth == UNSPECIFIED) getBitmap(); 171 mWidth = UNSPECIFIED;
|