Home
last modified time | relevance | path

Searched defs:srcHeight (Results 1 – 9 of 9) sorted by relevance

/hardware/ti/omap4-aah/libI420colorconvert/
DColorConvert.cpp26 void* srcBits, int srcWidth, int srcHeight, ARect srcRect, void* dstBits) { in convertDecoderOutputToI420()
66 void* srcBits, int srcWidth, int srcHeight, in convertI420ToEncoderInput()
/hardware/ti/omap4xxx/libI420colorconvert/
DColorConvert.cpp26 void* srcBits, int srcWidth, int srcHeight, ARect srcRect, void* dstBits) { in convertDecoderOutputToI420()
66 void* srcBits, int srcWidth, int srcHeight, in convertI420ToEncoderInput()
/hardware/qcom/display/msm8226/libqdutils/
Dqd_utils.cpp98 int srcHeight, hwc_rect_t& rect) { in getAspectRatioPosition()
/hardware/qcom/media/libc2dcolorconvert/
DC2DColorConverter.cpp109 C2DColorConverter::C2DColorConverter(size_t srcWidth, size_t srcHeight, size_t dstWidth, size_t dst… in C2DColorConverter()
705 extern "C" C2DColorConverterBase* createC2DColorConverter(size_t srcWidth, size_t srcHeight, size_t… in createC2DColorConverter()
/hardware/intel/img/hwcomposer/ips/anniedale/
DAnnOverlayPlane.cpp440 uint32_t srcHeight = mapper.getCrop().h; in scalingSetup() local
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_utils.cpp437 int srcHeight, hwc_rect_t& rect) { in getAspectRatioPosition()
609 int srcHeight = ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres; in calcExtDisplayPosition() local
836 int srcHeight = ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres; in calculateDisplayViewFrame() local
/hardware/intel/img/hwcomposer/ips/common/
DOverlayPlaneBase.cpp1007 uint32_t srcHeight = mapper.getCrop().h; in scalingSetup() local
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_utils.cpp577 int srcHeight = ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres; in calcExtDisplayPosition() local
789 int srcHeight = ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres; in calculateDisplayViewFrame() local
/hardware/samsung_slsi/exynos5/libcamera/
DExynosCameraHWInterface.cpp3509 bool ExynosCameraHWInterface::m_scaleDownYuv422(char *srcBuf, uint32_t srcWidth, uint32_t srcHeight, in m_scaleDownYuv422()
3541 …sCameraHWInterface::m_YUY2toNV21(void *srcBuf, void *dstBuf, uint32_t srcWidth, uint32_t srcHeight) in m_YUY2toNV21()