Searched refs:actualHeight (Results 1 – 5 of 5) sorted by relevance
/hardware/ti/omap4xxx/libI420colorconvert/ |
D | ColorConvert.cpp | 93 int actualWidth, int actualHeight, in getEncoderInputBufferInfo() argument 98 *encoderHeight = actualHeight; in getEncoderInputBufferInfo() 102 encoderRect->bottom = actualHeight - 1; in getEncoderInputBufferInfo() 103 *encoderBufferSize = (actualWidth * actualHeight * 3 / 2); in getEncoderInputBufferInfo()
|
/hardware/ti/omap4-aah/libI420colorconvert/ |
D | ColorConvert.cpp | 93 int actualWidth, int actualHeight, in getEncoderInputBufferInfo() argument 98 *encoderHeight = actualHeight; in getEncoderInputBufferInfo() 102 encoderRect->bottom = actualHeight - 1; in getEncoderInputBufferInfo() 103 *encoderBufferSize = (actualWidth * actualHeight * 3 / 2); in getEncoderInputBufferInfo()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_utils.cpp | 477 float actualHeight = fbHeight; in getAspectRatioPosition() local 497 swapWidthHeight(actualWidth, actualHeight); in getAspectRatioPosition() 499 (int)actualHeight, rect); in getAspectRatioPosition() 506 yRatio = (float)(inPos.y/actualHeight); in getAspectRatioPosition() 508 hRatio = (float)(inPos.h/actualHeight); in getAspectRatioPosition()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_utils.cpp | 464 float actualHeight = fbHeight; in getAspectRatioPosition() local 484 swapWidthHeight(actualWidth, actualHeight); in getAspectRatioPosition() 486 (int)actualHeight, rect); in getAspectRatioPosition() 493 yRatio = (float)((float)inPos.y/actualHeight); in getAspectRatioPosition() 495 hRatio = (float)((float)inPos.h/actualHeight); in getAspectRatioPosition()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_utils.cpp | 623 float actualHeight = fbHeight; in getAspectRatioPosition() local 643 swapWidthHeight(actualWidth, actualHeight); in getAspectRatioPosition() 645 (int)actualWidth, (int)actualHeight, rect); in getAspectRatioPosition() 652 yRatio = (float)((float)inPos.y/actualHeight); in getAspectRatioPosition() 654 hRatio = (float)((float)inPos.h/actualHeight); in getAspectRatioPosition()
|