HomeSort by relevance Sort by last modified time
    Searched refs:mWidth (Results 426 - 450 of 742) sorted by null

<<11121314151617181920>>

  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.cpp 78 mStride(mWidth),
587 ALOGE("Unsupported resolution : %dx%d", mWidth, mHeight);
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.cpp 70 mStride(mWidth) {
576 ALOGE("Unsupported resolution : %dx%d", mWidth, mHeight);
  /frameworks/av/media/ndk/
NdkImage.cpp 37 mTimestamp(timestamp), mWidth(width), mHeight(height), mNumPlanes(numPlanes) {
114 *width = mWidth;
  /hardware/qcom/display/msm8994/libhdmi/
hdmi.cpp 660 width = gEDIDData[dataIndex].mWidth;
772 xres = gEDIDData[dataIndex].mWidth;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 234 OMX_U64 yFrameSize = (OMX_U64)mWidth * (OMX_U64)mHeight;
  /hardware/intel/common/utils/ISV/include/
isv_omxcomponent.h 282 uint32_t mWidth;
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraMem.h 316 int mWidth, mHeight, mFormat, mStride, mScanline, mUsage;
QCameraMem.cpp     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysKeyboard.java 314 rowHeight, key.getX() + key.getWidth() / 2, keyboard.mId.mWidth,
  /cts/tests/tests/media/src/android/media/cts/
ImageReaderDecoderTest.java 117 mWidth = width;
122 return mWidth;
134 private final int mWidth;
    [all...]
  /frameworks/base/core/java/android/view/
ThreadedRenderer.java 350 private int mWidth, mHeight;
559 mWidth = width;
628 return mWidth;
    [all...]
  /frameworks/support/compat/src/androidTest/java/androidx/core/widget/
TextViewCompatTest.java 83 private int mWidth;
88 mWidth = width;
94 return mWidth;
  /frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
ListRowPresenterTest.java 51 int mWidth;
59 mWidth = width;
68 view.setLayoutParams(new ViewGroup.LayoutParams(mWidth, mHeight));
    [all...]
ObjectAdapterTest.java 208 int mWidth;
216 mWidth = width;
225 view.setLayoutParams(new ViewGroup.LayoutParams(mWidth, mHeight));
    [all...]
  /hardware/google/av/media/sfplugin/tests/
MediaCodec_sanity_test.cpp 351 EXPECT_EQ(img->mWidth, 320u);
427 img->mWidth, img->mHeight,
435 for (uint32_t x = 0; x < img->mWidth / img->mPlane[ix].mHorizSubsampling; ++x) {
  /frameworks/av/media/extractors/mp4/
ItemTable.cpp 692 FullBox(source, FOURCC('i', 's', 'p', 'e')), mWidth(0), mHeight(0) {}
697 image.width = mWidth;
702 uint32_t mWidth;
717 if (!source()->getUInt32(offset, &mWidth)
721 ALOGV("property ispe: %dx%d", mWidth, mHeight);
    [all...]
  /frameworks/base/core/java/android/widget/
PopupWindow.java 185 private int mWidth = LayoutParams.WRAP_CONTENT;
    [all...]
FastScroller.java 146 private int mWidth;
309 mWidth = Math.max(width, mThumbMinWidth);
507 return mWidth;
    [all...]
  /frameworks/base/media/java/android/media/
WebVttRenderer.java 345 float mWidth;
353 mWidth = 100;
362 .append("\", width:").append(mWidth)
729 region.mWidth = parseFloatPercentage(value);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckAnalyzer.java     [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCameraMem.cpp     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrUtilityLib.h 50 UINT16 mWidth;
  /frameworks/base/libs/hwui/renderthread/
EglManager.cpp 410 eglQuerySurface(mEglDisplay, surface, EGL_WIDTH, &frame.mWidth);
  /frameworks/wilhelm/src/
itfstruct.h 155 SLmillimeter mWidth;
  /hardware/interfaces/camera/device/3.4/default/
ExternalCameraDeviceSession.cpp     [all...]

Completed in 1088 milliseconds

<<11121314151617181920>>