/hardware/libhardware/tests/camera2/ |
camera2_utils.h | 195 uint32_t mWidth;
|
CameraMultiStreamTests.cpp | 181 mWidth(width), 211 mWidth, mHeight, mFormat, HAL_DATASPACE_UNKNOWN, 238 int mWidth;
|
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/ |
OMXAlgo.cpp | 352 mTouchAreas.itemAt(0)->transfrom((size_t)mPreviewData->mWidth/widthDivisor, [all...] |
OMXFocus.cpp | 770 mFocusAreas.itemAt(n)->transfrom((size_t)mPreviewData->mWidth/widthDivisor, 778 ( focusAreas->tAlgoAreas[n].nLeft * TOUCH_FOCUS_RANGE ) / mPreviewData->mWidth; 782 ( focusAreas->tAlgoAreas[n].nWidth * TOUCH_FOCUS_RANGE ) / mPreviewData->mWidth;
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
OMXCameraAdapter.cpp | 498 cap->mWidth = w; 503 CAMHAL_LOGVB("Prev: cap.mWidth = %d", (int)cap->mWidth); 511 cap->mWidth = w; 516 CAMHAL_LOGVB("Video: cap.mWidth = %d", (int)cap->mWidth); 525 if ( ( cap->mWidth >= 1920 ) && 532 else if ( ( ( cap->mWidth < 1920 ) || 794 portCheck.format.video.nFrameWidth = portParams.mWidth; 816 portCheck.format.image.nFrameWidth = portParams.mWidth; [all...] |
OMXAlgo.cpp | [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
ExtractDecodeEditEncodeMuxTest.java | 107 private int mWidth = -1; 220 mWidth = width; 248 assertTrue("should have called setSize() first", mWidth != -1); 253 sb.append(mWidth); 280 MediaFormat.createVideoFormat(OUTPUT_VIDEO_MIME_TYPE, mWidth, mHeight); [all...] |
ImageReaderDecoderTest.java | 116 mWidth = width; 121 return mWidth; 133 private final int mWidth; [all...] |
/frameworks/base/core/jni/ |
android_hardware_camera2_DngCreator.cpp | 550 uint32_t mWidth; 563 mWidth(width), mHeight(height), mPixStride(pixStride), mRowStride(rowStride), 570 uint32_t fullSize = mWidth * mHeight * mBytesPerSample * mSamplesPerPixel; 638 if (stream.write(rowBytes, 0, mBytesPerSample * mSamplesPerPixel * mWidth) != OK || 684 uint32_t mWidth; 697 mPixelBytes(pixelBytes), mWidth(width), mHeight(height), mPixStride(pixStride), 704 uint32_t fullSize = mWidth * mHeight * mBytesPerSample * mSamplesPerPixel; 715 && mRowStride == mWidth * mBytesPerSample * mSamplesPerPixel) { 728 if (stream.write(mPixelBytes, mOffset + i * mRowStride, mPixStride * mWidth) != OK || [all...] |
/frameworks/base/graphics/java/android/graphics/drawable/ |
GradientDrawable.java | [all...] |
/frameworks/base/core/java/android/app/ |
WallpaperManager.java | 155 private final int mWidth; 163 mWidth = bitmap.getWidth(); 166 setBounds(0, 0, mWidth, mHeight); 184 mDrawLeft = left + (right-left - mWidth) / 2; 210 return mWidth; 220 return mWidth; [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
RenderPreview.java | 159 private int mWidth; 319 return mWidth * mHeight; 756 return (int) (mWidth * mScale * RenderPreviewManager.getScale()); [all...] |
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
PlanetsRenderer.java | 65 private int mWidth; 256 mWidth = width;
|
/hardware/intel/common/utils/ISV/profile/ |
isv_profile.cpp | 37 mWidth = width; 104 uint32_t area = mWidth * mHeight;
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
ModeListView.java | 128 private int mWidth; 863 effect.setSize(mWidth, mHeight); [all...] |
/device/lge/hammerhead/camera/QCamera2/HAL3/ |
QCamera3Channel.h | 211 uint32_t mWidth, mHeight;
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/ |
SoftMPEG4.cpp | 275 outHeader->nFilledLen = (mWidth * mHeight * 3) / 2;
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
GLES20Canvas.java | 147 private int mWidth; 347 mWidth = width; 349 GLES20.glViewport(0, 0, mWidth, mHeight); [all...] |
/hardware/qcom/camera/QCamera2/HAL/ |
QCameraMem.h | 247 int mWidth, mHeight, mFormat, mStride, mScanline;
|
/hardware/ti/omap4xxx/camera/inc/ |
CameraHal.h | 261 mWidth(0), 281 mWidth(frame.mWidth), 299 unsigned int mWidth, mHeight; [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
GLES20Canvas.java | 147 private int mWidth; 347 mWidth = width; 349 GLES20.glViewport(0, 0, mWidth, mHeight); [all...] |
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/ |
GLES20Canvas.java | 145 private int mWidth; 345 mWidth = width; 347 GLES20.glViewport(0, 0, mWidth, mHeight); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
LinearLayoutRule.java | 681 private Integer mWidth; 703 + ", width=" + mWidth //$NON-NLS-1$ 744 mWidth = width; 748 return mWidth; [all...] |
/frameworks/base/media/java/android/media/ |
ImageReader.java | 129 mWidth = width; 172 return mWidth; 616 private final int mWidth;
|
/external/replicaisland/src/com/replica/replicaisland/ |
GLSurfaceView.java | [all...] |