/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
D | GrallocBufferBase.cpp | 56 yStride = align_to(align_to(mWidth, 32), yStride_align); in initStride() 60 yStride = align_to(align_to(mWidth, 32), 64); in initStride() 67 yStride = align_to(align_to(mWidth, 32), 64); in initStride() 74 yStride = align_to(align_to(mWidth, 32), 64); in initStride() 81 yStride = align_to((align_to(mWidth, 32) << 1), 64); in initStride() 87 mStride.rgb.stride = align_to(((mBpp >> 3) * align_to(mWidth, 32)), 64); in initStride()
|
D | RotationBufferProvider.h | 77 int mWidth; variable
|
D | RotationBufferProvider.cpp | 47 mWidth(0), in RotationBufferProvider() 403 mWidth = payload->width; in setupRotationBuffer() 601 mWidth = 0; in stopVA() 613 width == mWidth && in isContextChanged()
|
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
D | GrallocBufferBase.cpp | 54 yStride = align_to(align_to(mWidth, 32), yStride_align); in initStride() 58 yStride = align_to(align_to(mWidth, 32), 64); in initStride() 65 yStride = align_to(align_to(mWidth, 32), 64); in initStride() 72 yStride = align_to(align_to(mWidth, 32), 64); in initStride() 79 yStride = align_to((align_to(mWidth, 32) << 1), 64); in initStride() 85 mStride.rgb.stride = align_to(((mBpp >> 3) * align_to(mWidth, 32)), 64); in initStride()
|
D | RotationBufferProvider.h | 77 int mWidth; variable
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/ |
D | DataBuffer.h | 67 void setWidth(uint32_t width) { mWidth = width; } in setWidth() 68 uint32_t getWidth() const { return mWidth; } in getWidth() 89 mWidth = 0; in initBuffer() 100 uint32_t mWidth; variable
|
D | IDisplayDevice.h | 31 mWidth(w), in DisplayConfig() 38 int getWidth() const { return mWidth; } in getWidth() 44 int mWidth; variable
|
/hardware/intel/img/hwcomposer/merrifield/include/ |
D | DataBuffer.h | 67 void setWidth(uint32_t width) { mWidth = width; } in setWidth() 68 uint32_t getWidth() const { return mWidth; } in getWidth() 89 mWidth = 0; in initBuffer() 100 uint32_t mWidth; variable
|
D | IDisplayDevice.h | 31 mWidth(w), in DisplayConfig() 38 int getWidth() const { return mWidth; } in getWidth() 44 int mWidth; variable
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/ |
D | TngGrallocBuffer.cpp | 53 mWidth = grallocHandle->aiStride[0]; in initBuffer() 55 mWidth = grallocHandle->iWidth; in initBuffer()
|
/hardware/ti/omap4-aah/camera/ |
D | Decoder_libjpeg.cpp | 131 mWidth = 0; in Decoder_libjpeg() 212 if (mWidth == 0){ in decode() 213 mWidth = cinfo.output_width; 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/libhardware/modules/camera/ |
D | Stream.cpp | 39 mWidth(s->width), in Stream() 175 if (s->width != mWidth) { in isValidReuseStream() 177 __func__, mId, s->width, mWidth); in isValidReuseStream() 228 dprintf(fd, "Width: %" PRIu32 " Height: %" PRIu32 "\n", mWidth, mHeight); in dump()
|
D | Stream.h | 63 const uint32_t mWidth; variable
|
/hardware/intel/common/utils/ISV/include/ |
D | isv_bufmanager.h | 81 mWidth(width), in ISVBuffer() 98 mWidth(0), in ISVBuffer() 129 uint32_t mWidth; 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/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() 431 if (availableProcessedSizes.data.i32[i] == mWidth && 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 | 110 mWidth = entry.data.i32[0]; in SetUp() 123 mWidth = implDefResolutions[0]; in SetUp() 258 mWidth, mHeight, format, in CreateStream() 359 int mWidth; variable
|
D | camera2_utils.cpp | 322 mWidth(0), mHeight(0), mFormat(0) in StreamAdapter() 345 mWidth = width; 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 | 36 mWidth = grallocHandle->width; in PnwGrallocBuffer()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/ |
D | HwcLayer.cpp | 62 mWidth(0), in HwcLayer() 183 return mWidth; in getBufferWidth() 328 mWidth = buffer->getWidth(); in setupAttributes()
|
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/ |
D | TngGrallocBuffer.cpp | 50 mWidth = grallocHandle->iWidth; in initBuffer()
|
/hardware/intel/common/utils/ISV/base/ |
D | isv_bufmanager.cpp | 86 mWidth = info.width; 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/common/base/ |
D | HwcLayer.cpp | 63 mWidth(0), in HwcLayer() 203 return mWidth; in getBufferWidth() 390 mWidth = buffer->getWidth(); in setupAttributes()
|