Home
last modified time | relevance | path

Searched refs:getWidth (Results 1 – 25 of 55) sorted by relevance

123

/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
DEGLImageBuffer.cpp50 this->width = graphicBuffer->getWidth(); in EGLImageBuffer()
86 int EGLImageBuffer::getWidth() in getWidth() function in EGLImageBuffer
DEGLImageBuffer.h38 int getWidth();
DTonemapper.cpp140 engine_setDestination(dst_buffer->getFramebuffer(), 0, 0, dst_buffer->getWidth(), in blit()
/hardware/qcom/display/msm8998/gpu_tonemapper/
DEGLImageBuffer.cpp50 this->width = graphicBuffer->getWidth(); in EGLImageBuffer()
86 int EGLImageBuffer::getWidth() in getWidth() function in EGLImageBuffer
DEGLImageBuffer.h38 int getWidth();
DTonemapper.cpp150 engine_setDestination(dst_buffer->getFramebuffer(), 0, 0, dst_buffer->getWidth(), in blit()
/hardware/qcom/display/msm8909/gpu_tonemapper/
DEGLImageBuffer.cpp50 this->width = graphicBuffer->getWidth(); in EGLImageBuffer()
86 int EGLImageBuffer::getWidth() in getWidth() function in EGLImageBuffer
DEGLImageBuffer.h38 int getWidth();
DTonemapper.cpp140 engine_setDestination(dst_buffer->getFramebuffer(), 0, 0, dst_buffer->getWidth(), in blit()
/hardware/google/av/media/codecs/mpeg4_h263/
DC2SoftMpeg4Enc.cpp130 uint32_t getWidth() const { return mSize->width; } in getWidth() function in android::C2SoftMpeg4Enc::IntfImpl
245 mEncParams->encWidth[0] = mIntf->getWidth(); in initEncParams()
264 if (mIntf->getWidth() % 16 != 0 || mIntf->getHeight() % 16 != 0) { in initEncParams()
266 mIntf->getWidth(), mIntf->getHeight()); in initEncParams()
388 if (inBuffer.width() < mIntf->getWidth() || in process()
392 mIntf->getWidth(), inBuffer.height(), mIntf->getHeight()); in process()
404 uint32_t width = mIntf->getWidth(); in process()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_virtual.cpp105 mScalingWidth = getWidth(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.h84 int getWidth() const { return mXres; } in getWidth() 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.h38 int getWidth() const { return mWidth; } in getWidth() function
DDataBuffer.h68 uint32_t getWidth() const { return mWidth; } in getWidth() function
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DIDisplayDevice.h38 int getWidth() const { return mWidth; } in getWidth() function
DDataBuffer.h68 uint32_t getWidth() const { return mWidth; } in getWidth() function
/hardware/qcom/display/msm8994/libhdmi/
Dhdmi.h59 uint32_t getWidth() const { return mXres; }; in getWidth() function
/hardware/google/av/media/codecs/vpx/
DC2SoftVpxEnc.cpp137 mCodecConfiguration->g_w = mIntf->getWidth(); in initEncoder()
294 uint32_t width = mIntf->getWidth(); in initEncoder()
435 if (inBuffer.width() != mIntf->getWidth() || in process()
438 inBuffer.width(), mIntf->getWidth(), inBuffer.height(), in process()
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
DPhysicalDevice.cpp247 values[i] = configChosen->getWidth(); in getDisplayAttributes()
491 config->getWidth(), 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()
Dhwc_copybit.cpp218 buf.w = ALIGN(getWidth(hnd),32); in clear()
315 src.w = getWidth(hnd); in drawLayerUsingCopybit()
320 src.horiz_padding = src.w - getWidth(hnd); in drawLayerUsingCopybit()
/hardware/intel/img/hwcomposer/merrifield/common/devices/
DPhysicalDevice.cpp248 values[i] = configChosen->getWidth(); in getDisplayAttributes()
514 config->getWidth(), in dump()

123