/frameworks/av/libvideoeditor/lvpp/ |
PreviewRenderer.h | 56 size_t mWidth, mHeight;
|
/frameworks/av/media/libstagefright/include/ |
SoftwareRenderer.h | 48 int32_t mWidth, mHeight;
|
/frameworks/av/media/libstagefright/omx/ |
SoftVideoDecoderOMXComponent.cpp | 51 mWidth(width), 122 def->format.video.nFrameWidth = mWidth; 128 def->format.video.nFrameWidth = mWidth; 139 mCropWidth = mWidth;
|
/frameworks/base/core/java/android/view/ |
HardwareLayer.java | 38 int mWidth; 60 mWidth = width; 79 return mWidth; 200 mWidth = width;
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
GrainFilter.java | 49 private int mWidth = 0; 139 mWidth = width; 143 mGrainProgram.setHostValue("stepX", 0.5f / mWidth); 180 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
|
RedEyeFilter.java | 60 private int mWidth = 0; 130 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) { 131 mWidth = inputFormat.getWidth(); 159 int bitmapWidth = mWidth / 2;
|
SharpenFilter.java | 43 private int mWidth = 0; 118 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) { 133 mWidth = width; 137 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 | 174 private final int mWidth; 181 mWidth = width; 188 MediaFormat format = MediaFormat.createVideoFormat("video/avc", mWidth, mHeight); 201 DISPLAY_NAME, mWidth, mHeight, mDensityDpi, surface, 0);
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
Texture.h | 28 size_t mWidth;
|
/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; 88 mWidth = width; 130 final int wDivider = Math.max(opts.outWidth / mWidth, 1); 135 opts.outWidth, opts.outHeight, mWidth, mHeight, opts.inSampleSize);
|
/packages/wallpapers/Basic/src/com/android/wallpaper/nexus/ |
NexusRS.java | 79 super.resize(width, height); // updates mWidth, mHeight 168 proj.loadOrthoWindow(mWidth, mHeight); 182 if (mWidth < mHeight) { 184 x = (int) (x + mXOffset * mWidth / mWorldScaleX);
|
/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);
|
/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/ |
SwapChain11.cpp | 37 mWidth = -1; 184 const int previousWidth = mWidth; 335 mWidth = backbufferWidth; 342 sourceBox.right = std::min(previousWidth, mWidth); 356 swapRect(0, 0, mWidth, mHeight); 618 float x1 = (x / float(mWidth)) * 2.0f - 1.0f; 620 float x2 = ((x + width) / float(mWidth)) * 2.0f - 1.0f; 623 float u1 = x / float(mWidth); 625 float u2 = (x + width) / float(mWidth); 661 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/av/media/libstagefright/codecs/m4v_h263/dec/ |
SoftMPEG4.cpp | 153 mHandle, vol_data, &vol_size, 1, mWidth, mHeight, mode); 253 outHeader->nFilledLen = (mWidth * mHeight * 3) / 2; 298 if (buf_width != mWidth || buf_height != mHeight) { 299 mWidth = buf_width; 312 mHandle, vol_data, &vol_size, 1, mWidth, mHeight,
|
/frameworks/base/graphics/java/android/renderscript/ |
RenderScriptGL.java | 47 int mWidth; 185 mWidth = 0; 218 mWidth = w; 235 mWidth = w; 257 return mWidth;
|
/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;
|
/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;
|