Home
last modified time | relevance | path

Searched refs:getHeight (Results 1 – 25 of 58) sorted by relevance

123

/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
DEGLImageBuffer.cpp51 this->height = graphicBuffer->getHeight(); in EGLImageBuffer()
93 int EGLImageBuffer::getHeight() in getHeight() function in EGLImageBuffer
DEGLImageBuffer.h39 int getHeight();
DTonemapper.cpp141 dst_buffer->getHeight()); in blit()
/hardware/qcom/display/msm8998/gpu_tonemapper/
DEGLImageBuffer.cpp51 this->height = graphicBuffer->getHeight(); in EGLImageBuffer()
93 int EGLImageBuffer::getHeight() in getHeight() function in EGLImageBuffer
DEGLImageBuffer.h39 int getHeight();
DTonemapper.cpp151 dst_buffer->getHeight()); in blit()
/hardware/qcom/display/msm8909/gpu_tonemapper/
DEGLImageBuffer.cpp51 this->height = graphicBuffer->getHeight(); in EGLImageBuffer()
93 int EGLImageBuffer::getHeight() in getHeight() function in EGLImageBuffer
DEGLImageBuffer.h39 int getHeight();
DTonemapper.cpp141 dst_buffer->getHeight()); in blit()
/hardware/google/av/media/codecs/mpeg4_h263/
DC2SoftMpeg4Enc.cpp131 uint32_t getHeight() const { return mSize->height; } in getHeight() function in android::C2SoftMpeg4Enc::IntfImpl
246 mEncParams->encHeight[0] = mIntf->getHeight(); in initEncParams()
264 if (mIntf->getWidth() % 16 != 0 || mIntf->getHeight() % 16 != 0) { in initEncParams()
266 mIntf->getWidth(), mIntf->getHeight()); in initEncParams()
389 inBuffer.height() < mIntf->getHeight()) { in process()
392 mIntf->getWidth(), inBuffer.height(), mIntf->getHeight()); in process()
405 uint32_t height = mIntf->getHeight(); in process()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_virtual.cpp106 mScalingHeight = getHeight(ohnd); in prepare()
229 if((getWidth(ohnd) != alW) || (getHeight(ohnd) != alH)) { in setMDPScalingMode()
236 getWidth(ohnd), getHeight(ohnd), scalingMode); in setMDPScalingMode()
Dhwc_dump_layers.cpp249 (hnd)? getWidth(hnd) : -1, (hnd)? getHeight(hnd) : -1, in logLayer()
345 SkImageInfo info = SkImageInfo::Make(getWidth(hnd), getHeight(hnd), in dumpLayer()
366 layerIndex, getWidth(hnd), getHeight(hnd), in dumpLayer()
/hardware/qcom/display/msm8994/liboverlay/
DoverlayWriteback.h85 int getHeight() const { return mYres; } in getHeight() function
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_dump_layers.cpp245 (hnd)? getWidth(hnd) : -1, (hnd)? getHeight(hnd) : -1, in logLayer()
338 tempSkBmp->setConfig(tempSkBmpConfig, getWidth(hnd), getHeight(hnd)); in dumpLayer()
359 layerIndex, getWidth(hnd), getHeight(hnd), in dumpLayer()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_dump_layers.cpp245 (hnd)? getWidth(hnd) : -1, (hnd)? getHeight(hnd) : -1, in logLayer()
337 SkImageInfo info = SkImageInfo::Make(getWidth(hnd), getHeight(hnd), in dumpLayer()
358 layerIndex, getWidth(hnd), getHeight(hnd), in dumpLayer()
/hardware/intel/img/hwcomposer/merrifield/include/
DIDisplayDevice.h39 int getHeight() const { return mHeight; } in getHeight() function
DDataBuffer.h71 uint32_t getHeight() const { return mHeight; } in getHeight() function
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DIDisplayDevice.h39 int getHeight() const { return mHeight; } in getHeight() function
DDataBuffer.h71 uint32_t getHeight() const { return mHeight; } in getHeight() function
/hardware/qcom/display/msm8994/libhdmi/
Dhdmi.h60 uint32_t getHeight() const { return mYres; }; in getHeight() function
/hardware/google/av/media/codecs/vpx/
DC2SoftVpxEnc.cpp138 mCodecConfiguration->g_h = mIntf->getHeight(); in initEncoder()
295 uint32_t height = mIntf->getHeight(); in initEncoder()
436 inBuffer.height() != mIntf->getHeight()) { in process()
439 mIntf->getHeight()); in process()
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
DAnnRGBPlane.cpp119 srcH = mapper.getHeight(); in setDataBuffer()
128 if (linoff > (stride * mapper.getHeight())) { in setDataBuffer()
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
DPhysicalDevice.cpp250 values[i] = configChosen->getHeight(); in getDisplayAttributes()
492 config->getHeight(), in dump()
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_fbupdate.cpp67 ovutils::Whf info(getWidth(hnd), getHeight(hnd), in configure()
171 ovutils::Whf info(getWidth(hnd), getHeight(hnd), in configure()
/hardware/intel/img/hwcomposer/merrifield/common/devices/
DPhysicalDevice.cpp251 values[i] = configChosen->getHeight(); in getDisplayAttributes()
515 config->getHeight(), in dump()

123