HomeSort by relevance Sort by last modified time
    Searched refs:mWidth (Results 376 - 400 of 444) sorted by null

<<1112131415161718

  /hardware/ti/omap4-aah/camera/
AppCallbackNotifier.cpp 712 width = frame->mWidth;
755 (frame->mAlignment != frame->mWidth) &&
759 size = CameraHal::calculateBufferSize(frame->mBuffer->format, frame->mWidth, frame->mHeight);
    [all...]
ANativeWindowDisplayAdapter.cpp     [all...]
BufferSourceAdapter.cpp 884 frame->mOffset, x, y, x + frame->mWidth, y + frame->mHeight);
885 ret = mBufferSource->set_crop(mBufferSource, x, y, x + frame->mWidth, y + frame->mHeight);
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp 621 cap->mWidth = w;
626 CAMHAL_LOGVB("Prev: cap.mWidth = %d", (int)cap->mWidth);
634 cap->mWidth = w;
639 CAMHAL_LOGVB("Video: cap.mWidth = %d", (int)cap->mWidth);
648 if ( ( cap->mWidth >= 1920 ) &&
655 else if ( ( ( cap->mWidth < 1920 ) ||
    [all...]
OMXExif.cpp 366 exifTags->ulImageWidth = capData->mWidth;
563 snprintf(temp_value, sizeof(temp_value)/sizeof(char), "%lu", capData->mWidth);
  /frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp 414 uint32_t mWidth;
427 mWidth(width), mHeight(height), mPixStride(pixStride), mRowStride(rowStride),
435 uint32_t fullSize = mWidth * mHeight * mBytesPerSample * mSamplesPerPixel;
503 if (stream.write(rowBytes, 0, mBytesPerSample * mSamplesPerPixel * mWidth) != OK ||
549 uint32_t mWidth;
562 mPixelBytes(pixelBytes), mWidth(width), mHeight(height), mPixStride(pixStride),
569 uint32_t fullSize = mWidth * mHeight * mBytesPerSample * mSamplesPerPixel;
579 && mRowStride == mWidth * mBytesPerSample * mSamplesPerPixel) {
592 if (stream.write(mPixelBytes, mOffset + i * mRowStride, mPixStride * mWidth) != OK ||
    [all...]
  /external/chromium_org/third_party/angle/util/win32/
Win32Window.cpp 504 if (width == mWidth && height == mHeight)
551 MoveWindow(mNativeWindow, 0, 0, mWidth, mHeight, FALSE);
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3Channel.h 211 uint32_t mWidth, mHeight;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 268 outHeader->nFilledLen = (mWidth * mHeight * 3) / 2;
  /hardware/intel/common/utils/ISV/include/
isv_omxcomponent.h 275 uint32_t mWidth;
  /hardware/ti/omap4xxx/camera/
AppCallbackNotifier.cpp 751 frame->mWidth,
774 frame->mWidth,
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysKeyboard.java 312 rowHeight, key.getX() + key.getWidth() / 2, keyboard.mId.mWidth,
  /cts/tests/tests/media/src/android/media/cts/
ImageReaderDecoderTest.java 116 mWidth = width;
121 return mWidth;
133 private final int mWidth;
    [all...]
  /frameworks/base/media/jni/
android_media_ImageReader.cpp 98 void setBufferWidth(int width) { mWidth = width; }
99 int getBufferWidth() { return mWidth; }
114 int mWidth;
    [all...]
  /hardware/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 639 frame.mWidth = width;
836 frame.mWidth = width;
841 frame.mWidth, frame.mHeight, frame.mLength, frame.mAlignment);
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXAlgo.cpp     [all...]
OMX3A.cpp     [all...]
  /frameworks/base/media/java/android/media/
WebVttRenderer.java 345 float mWidth;
353 mWidth = 100;
362 .append("\", width:").append(mWidth)
727 region.mWidth = parseFloatPercentage(value);
    [all...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Channel.cpp 453 mWidth(stream->width),
484 mWidth(width),
623 streamDim.width = mWidth;
    [all...]
  /frameworks/base/core/java/android/view/
GLES20Canvas.java 52 private int mWidth;
131 return mWidth;
165 mWidth = width;
    [all...]
  /frameworks/base/core/java/android/widget/
FastScroller.java 134 private int mWidth;
298 mWidth = Math.max(width, mThumbMinWidth);
495 return mWidth;
    [all...]
  /device/moto/shamu/camera/QCamera/HAL2/core/src/
QCameraStream_Preview.cpp 76 int width = mWidth; /* width of channel */
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3Channel.h 179 uint32_t mWidth, mHeight;
  /frameworks/wilhelm/src/
itfstruct.h 153 SLmillimeter mWidth;
  /hardware/ti/omap4-aah/camera/inc/
CameraHal.h 401 mWidth(0),
423 unsigned int mWidth, mHeight;
    [all...]

Completed in 870 milliseconds

<<1112131415161718