Home
last modified time | relevance | path

Searched refs:mHeight (Results 1 – 25 of 40) sorted by relevance

12

/hardware/intel/img/hwcomposer/merrifield/include/
DDataBuffer.h70 void setHeight(uint32_t height) { mHeight = height; } in setHeight()
71 uint32_t getHeight() const { return mHeight; } in getHeight()
90 mHeight = 0; in initBuffer()
101 uint32_t mHeight; variable
DIDisplayDevice.h32 mHeight(h), in DisplayConfig()
39 int getHeight() const { return mHeight; } in getHeight()
45 int mHeight; variable
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DDataBuffer.h70 void setHeight(uint32_t height) { mHeight = height; } in setHeight()
71 uint32_t getHeight() const { return mHeight; } in getHeight()
90 mHeight = 0; in initBuffer()
101 uint32_t mHeight; variable
DIDisplayDevice.h32 mHeight(h), in DisplayConfig()
39 int getHeight() const { return mHeight; } in getHeight()
45 int mHeight; variable
/hardware/libhardware/modules/camera/3_0/
DStream.cpp40 mHeight(s->height), in Stream()
180 if (s->height != mHeight) { in isValidReuseStream()
182 __func__, mId, s->height, mHeight); in isValidReuseStream()
228 dprintf(fd, "Width: %" PRIu32 " Height: %" PRIu32 "\n", mWidth, mHeight); in dump()
DStream.h65 const uint32_t mHeight; variable
/hardware/intel/common/utils/ISV/include/
Disv_bufmanager.h82 mHeight(height), in ISVBuffer()
99 mHeight(0), in ISVBuffer()
130 uint32_t mHeight; variable
Disv_profile.h133 uint32_t mHeight; variable
/hardware/qcom/display/msm8909/libhdmi/
Dhdmi.h40 int mMode, mWidth, mHeight, mFps; member
44 : mMode(mode), mWidth(width), mHeight(height), mFps(fps), mModeOrder(order) in EDIDData()
/hardware/interfaces/automotive/evs/1.0/default/
DEvsCamera.cpp55 mHeight = 480; // full NTSC/VGA in EvsCamera()
59 mHeight = 240; // 1/2 NTSC/VGA in EvsCamera()
314 status_t result = alloc.allocate(mWidth, mHeight, mFormat, 1, mUsage, in increaseAvailableFrames_Locked()
317 ALOGE("Error %d allocating %d x %d graphics buffer", result, mWidth, mHeight); in increaseAvailableFrames_Locked()
425 buff.height = mHeight; in generateFrames()
DEvsCamera.h75 uint32_t mHeight = 0; // Vertical pixel count in the buffers variable
/hardware/qcom/display/msm8994/libhdmi/
Dhdmi.h40 int mMode, mWidth, mHeight, mFps; member
44 : mMode(mode), mWidth(width), mHeight(height), mFps(fps), mModeOrder(order) in EDIDData()
/hardware/intel/img/hwcomposer/merrifield/ips/penwell/
DPnwGrallocBuffer.cpp37 mHeight = grallocHandle->height; in PnwGrallocBuffer()
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
DHwcLayer.cpp63 mHeight(0), in HwcLayer()
188 return mHeight; in getBufferHeight()
329 mHeight = buffer->getHeight(); in setupAttributes()
DHwcLayer.h102 uint32_t mHeight; variable
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
DTngGrallocBuffer.cpp51 mHeight = grallocHandle->iHeight; in initBuffer()
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
DTngGrallocBuffer.cpp56 mHeight = grallocHandle->iHeight; in initBuffer()
/hardware/intel/img/hwcomposer/merrifield/common/base/
DHwcLayer.cpp64 mHeight(0), in HwcLayer()
208 return mHeight; in getBufferHeight()
391 mHeight = buffer->getHeight(); in setupAttributes()
DHwcLayer.h109 uint32_t mHeight; variable
/hardware/intel/common/utils/ISV/base/
Disv_bufmanager.cpp88 mHeight = info.height; in initBufferInfo()
107 …if (STATUS_OK != mWorker->allocSurface(&mWidth, &mHeight, mStride, mColorFormat, mGrallocHandle, &… in initBufferInfo()
115 __func__, mWidth, mHeight, mStride, mColorFormat, in initBufferInfo()
Disv_worker.cpp58 mWidth(0), mHeight(0), in ISVWorker()
159 mHeight = height; in init()
160 vaStatus = vaCreateContext(mVADisplay, mVAConfig, mWidth, mHeight, 0, NULL, 0, &mVAContext); in init()
220 if (mWidth == 0 || mHeight == 0) { in allocSurface()
227 *height = mHeight; in allocSurface()
991 …VAStatus vaStatus = vaCreateContext(mVADisplay, mVAConfig, mWidth, mHeight, 0, NULL, 0, &mVAContex… in reset()
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
DRotationBufferProvider.h78 int mHeight; variable
DRotationBufferProvider.cpp48 mHeight(0), in RotationBufferProvider()
404 mHeight = payload->height; in setupRotationBuffer()
602 mHeight = 0; in stopVA()
612 if (height == mHeight && in isContextChanged()
/hardware/intel/img/hwcomposer/merrifield/ips/common/
DRotationBufferProvider.h78 int mHeight; variable
DRotationBufferProvider.cpp48 mHeight(0), in RotationBufferProvider()
405 mHeight = payload->height; in setupRotationBuffer()
616 mHeight = 0; in stopVA()
627 if (height == mHeight && in isContextChanged()

12