Searched refs:mHeight (Results 1 - 25 of 74) sorted by relevance

123

/hardware/intel/img/hwcomposer/merrifield/include/
H A DDataBuffer.h70 void setHeight(uint32_t height) { mHeight = height; }
71 uint32_t getHeight() const { return mHeight; }
90 mHeight = 0;
101 uint32_t mHeight; member in class:android::intel::DataBuffer
H A DIDisplayDevice.h32 mHeight(h),
39 int getHeight() const { return mHeight; }
45 int mHeight; member in class:android::intel::DisplayConfig
/hardware/intel/img/hwcomposer/merrifield/ips/penwell/
H A DPnwGrallocBuffer.cpp37 mHeight = grallocHandle->height;
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
H A DDataBuffer.h70 void setHeight(uint32_t height) { mHeight = height; }
71 uint32_t getHeight() const { return mHeight; }
90 mHeight = 0;
101 uint32_t mHeight; member in class:android::intel::DataBuffer
H A DIDisplayDevice.h32 mHeight(h),
39 int getHeight() const { return mHeight; }
45 int mHeight; member in class:android::intel::DisplayConfig
/hardware/ti/omap4-aah/camera/inc/
H A DDecoder_libjpeg.h50 unsigned int mWidth, mHeight; member in class:Ti::Camera::Decoder_libjpeg
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
H A DTngGrallocBuffer.cpp51 mHeight = grallocHandle->iHeight;
/hardware/qcom/display/msm8909/libhdmi/
H A Dhdmi.h40 int mMode, mWidth, mHeight, mFps; member in struct:qhwc::EDIDData
44 : mMode(mode), mWidth(width), mHeight(height), mFps(fps), mModeOrder(order)
/hardware/intel/common/utils/ISV/include/
H A Disv_bufmanager.h82 mHeight(height),
99 mHeight(0),
130 uint32_t mHeight; member in class:ISVBuffer
H A Disv_profile.h133 uint32_t mHeight; member in class:ISVProfile
H A Disv_worker.h163 uint32_t mHeight; member in class:ISVWorker
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
H A DTngGrallocBuffer.cpp56 mHeight = grallocHandle->iHeight;
/hardware/libhardware/modules/camera/
H A DStream.cpp40 mHeight(s->height),
180 if (s->height != mHeight) {
182 __func__, mId, s->height, mHeight);
228 dprintf(fd, "Width: %" PRIu32 " Height: %" PRIu32 "\n", mWidth, mHeight);
H A DStream.h65 const uint32_t mHeight; member in class:default_camera_hal::Stream
/hardware/qcom/display/msm8994/libhdmi/
H A Dhdmi.h40 int mMode, mWidth, mHeight, mFps; member in struct:qhwc::EDIDData
44 : mMode(mode), mWidth(width), mHeight(height), mFps(fps), mModeOrder(order)
/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DRotationBufferProvider.h78 int mHeight; member in class:android::intel::RotationBufferProvider
H A DRotationBufferProvider.cpp48 mHeight(0),
405 mHeight = payload->height;
616 mHeight = 0;
627 if (height == mHeight &&
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
H A DHwcLayer.h102 uint32_t mHeight; member in class:android::intel::HwcLayer
H A DHwcLayer.cpp63 mHeight(0),
188 return mHeight;
329 mHeight = buffer->getHeight();
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
H A DRotationBufferProvider.h78 int mHeight; member in class:android::intel::RotationBufferProvider
/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DHwcLayer.h109 uint32_t mHeight; member in class:android::intel::HwcLayer
H A DHwcLayer.cpp64 mHeight(0),
208 return mHeight;
391 mHeight = buffer->getHeight();
/hardware/libhardware/tests/camera2/
H A DCameraStreamFixture.h111 mHeight = entry.data.i32[1];
124 mHeight = implDefResolutions[1];
258 mWidth, mHeight, format,
360 int mHeight; member in class:android::camera2::tests::CameraStreamFixture
H A DCameraBurstTests.cpp229 dout << "Buffer dimensions " << mWidth << "x" << mHeight << std::endl;
251 (mWidth * mHeight - (underexposed + overexposed));
383 dout << "Stream size is " << mWidth << " x " << mHeight << std::endl;
432 availableProcessedSizes.data.i32[i+1] == mHeight) {
438 "available sizes: " << mWidth << ", " << mHeight; local
445 HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED, mWidth, mHeight);
669 int numValidPixels = mWidth * mHeight - (underexposed + overexposed);
/hardware/intel/common/utils/ISV/base/
H A Disv_bufmanager.cpp87 mHeight = info.height;
101 if (STATUS_OK != mWorker->allocSurface(&mWidth, &mHeight, mStride, mColorFormat, mGrallocHandle, &mSurface)) {
107 "%s: mWidth %d, mHeight %d, mStride %d, mColorFormat %d, "
109 __func__, mWidth, mHeight, mStride, mColorFormat,

Completed in 4502 milliseconds

123