/hardware/intel/img/hwcomposer/merrifield/include/ |
D | DataBuffer.h | 70 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
|
D | IDisplayDevice.h | 32 mHeight(h), in DisplayConfig() 39 int getHeight() const { return mHeight; } in getHeight() 45 int mHeight; variable
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/ |
D | DataBuffer.h | 70 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
|
D | IDisplayDevice.h | 32 mHeight(h), in DisplayConfig() 39 int getHeight() const { return mHeight; } in getHeight() 45 int mHeight; variable
|
/hardware/libhardware/modules/camera/3_0/ |
D | Stream.cpp | 41 mHeight(s->height), in Stream() 181 if (s->height != mHeight) { in isValidReuseStream() 183 __func__, mId, s->height, mHeight); in isValidReuseStream() 229 dprintf(fd, "Width: %" PRIu32 " Height: %" PRIu32 "\n", mWidth, mHeight); in dump()
|
D | Stream.h | 65 const uint32_t mHeight; variable
|
/hardware/intel/common/utils/ISV/include/ |
D | isv_bufmanager.h | 82 mHeight(height), in ISVBuffer() 99 mHeight(0), in ISVBuffer() 130 uint32_t mHeight; variable
|
D | isv_profile.h | 133 uint32_t mHeight; variable
|
/hardware/qcom/display/msm8909/libhdmi/ |
D | hdmi.h | 40 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/ |
D | EvsCamera.cpp | 55 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()
|
D | EvsCamera.h | 75 uint32_t mHeight = 0; // Vertical pixel count in the buffers variable
|
/hardware/qcom/display/msm8994/libhdmi/ |
D | hdmi.h | 40 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/ |
D | PnwGrallocBuffer.cpp | 37 mHeight = grallocHandle->height; in PnwGrallocBuffer()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/ |
D | HwcLayer.cpp | 63 mHeight(0), in HwcLayer() 188 return mHeight; in getBufferHeight() 329 mHeight = buffer->getHeight(); in setupAttributes()
|
D | HwcLayer.h | 102 uint32_t mHeight; variable
|
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/ |
D | TngGrallocBuffer.cpp | 51 mHeight = grallocHandle->iHeight; in initBuffer()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/ |
D | TngGrallocBuffer.cpp | 56 mHeight = grallocHandle->iHeight; in initBuffer()
|
/hardware/intel/common/utils/ISV/base/ |
D | isv_bufmanager.cpp | 90 mHeight = info.height; in initBufferInfo() 109 …if (STATUS_OK != mWorker->allocSurface(&mWidth, &mHeight, mStride, mColorFormat, mGrallocHandle, &… in initBufferInfo() 117 __func__, mWidth, mHeight, mStride, mColorFormat, in initBufferInfo()
|
D | isv_worker.cpp | 60 mWidth(0), mHeight(0), in ISVWorker() 161 mHeight = height; in init() 162 vaStatus = vaCreateContext(mVADisplay, mVAConfig, mWidth, mHeight, 0, NULL, 0, &mVAContext); in init() 222 if (mWidth == 0 || mHeight == 0) { in allocSurface() 229 *height = mHeight; in allocSurface() 993 …VAStatus vaStatus = vaCreateContext(mVADisplay, mVAConfig, mWidth, mHeight, 0, NULL, 0, &mVAContex… in reset()
|
/hardware/intel/img/hwcomposer/merrifield/common/base/ |
D | HwcLayer.cpp | 64 mHeight(0), in HwcLayer() 208 return mHeight; in getBufferHeight() 391 mHeight = buffer->getHeight(); in setupAttributes()
|
D | HwcLayer.h | 109 uint32_t mHeight; variable
|
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
D | RotationBufferProvider.h | 78 int mHeight; variable
|
D | RotationBufferProvider.cpp | 49 mHeight(0), in RotationBufferProvider() 406 mHeight = payload->height; in setupRotationBuffer() 617 mHeight = 0; in stopVA() 628 if (height == mHeight && in isContextChanged()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
D | RotationBufferProvider.h | 78 int mHeight; variable
|
D | RotationBufferProvider.cpp | 49 mHeight(0), in RotationBufferProvider() 405 mHeight = payload->height; in setupRotationBuffer() 603 mHeight = 0; in stopVA() 613 if (height == mHeight && in isContextChanged()
|