/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/ |
D | Stream.cpp | 40 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()
|
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
|
/hardware/ti/omap4-aah/camera/ |
D | Decoder_libjpeg.cpp | 132 mHeight = 0; in Decoder_libjpeg() 214 mHeight = cinfo.output_height; in decode() 217 else if ((cinfo.output_width > mWidth) || (cinfo.output_height > mHeight)) { in decode() 219 mWidth, mHeight, cinfo.output_width, cinfo.output_height); in decode()
|
/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/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/libhardware/tests/camera2/ |
D | CameraBurstTests.cpp | 229 dout << "Buffer dimensions " << mWidth << "x" << mHeight << std::endl; in TEST_F() 251 (mWidth * mHeight - (underexposed + overexposed)); in TEST_F() 383 dout << "Stream size is " << mWidth << " x " << mHeight << std::endl; in TEST_F() 432 availableProcessedSizes.data.i32[i+1] == mHeight) { in TEST_F() 438 "available sizes: " << mWidth << ", " << mHeight; in TEST_F() 445 HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED, mWidth, mHeight); in TEST_F() 669 int numValidPixels = mWidth * mHeight - (underexposed + overexposed); in TEST_F()
|
D | CameraStreamFixture.h | 111 mHeight = entry.data.i32[1]; in SetUp() 124 mHeight = implDefResolutions[1]; in SetUp() 258 mWidth, mHeight, format, in CreateStream() 360 int mHeight; variable
|
D | camera2_utils.cpp | 322 mWidth(0), mHeight(0), mFormat(0) in StreamAdapter() 346 mHeight = height; in connectToDevice() 356 mWidth, mHeight, mFormat, getStreamOps(), in connectToDevice() 390 mWidth, mHeight); in connectToDevice() 394 __FUNCTION__, mWidth, mHeight, mId); in connectToDevice()
|
/hardware/ti/omap4-aah/camera/inc/ |
D | Decoder_libjpeg.h | 50 unsigned int mWidth, mHeight; variable
|
/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/common/utils/ISV/base/ |
D | isv_bufmanager.cpp | 87 mHeight = info.height; in initBufferInfo() 101 …if (STATUS_OK != mWorker->allocSurface(&mWidth, &mHeight, mStride, mColorFormat, mGrallocHandle, &… in initBufferInfo() 109 __func__, mWidth, mHeight, mStride, mColorFormat, in initBufferInfo()
|
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/ |
D | TngGrallocBuffer.cpp | 51 mHeight = grallocHandle->iHeight; in initBuffer()
|
/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()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/ |
D | TngGrallocBuffer.cpp | 56 mHeight = grallocHandle->iHeight; in initBuffer()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
D | RotationBufferProvider.cpp | 48 mHeight(0), in RotationBufferProvider() 404 mHeight = payload->height; in setupRotationBuffer() 602 mHeight = 0; in stopVA() 612 if (height == mHeight && in isContextChanged()
|
D | RotationBufferProvider.h | 78 int mHeight; variable
|
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
D | RotationBufferProvider.h | 78 int mHeight; variable
|
D | RotationBufferProvider.cpp | 48 mHeight(0), in RotationBufferProvider() 405 mHeight = payload->height; in setupRotationBuffer() 616 mHeight = 0; in stopVA() 627 if (height == mHeight && in isContextChanged()
|