Searched refs:actualHeight (Results 1 – 6 of 6) 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/msm8909/libhwcomposer/ |
D | hwc_utils.cpp | 692 float actualHeight = fbHeight; in getAspectRatioPosition() local 712 swapWidthHeight(actualWidth, actualHeight); in getAspectRatioPosition() 714 (int)actualWidth, (int)actualHeight, rect); in getAspectRatioPosition() 721 yRatio = (float)((float)inPos.y/actualHeight); in getAspectRatioPosition() 723 hRatio = (float)((float)inPos.h/actualHeight); in getAspectRatioPosition()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_utils.cpp | 625 float actualHeight = fbHeight; in getAspectRatioPosition() local 645 swapWidthHeight(actualWidth, actualHeight); in getAspectRatioPosition() 647 (int)actualWidth, (int)actualHeight, rect); in getAspectRatioPosition() 654 yRatio = (float)((float)inPos.y/actualHeight); in getAspectRatioPosition() 656 hRatio = (float)((float)inPos.h/actualHeight); in getAspectRatioPosition()
|