Searched defs:actualHeight (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/omap4-aah/libI420colorconvert/
H A DColorConvert.cpp93 int actualWidth, int actualHeight,
98 *encoderHeight = actualHeight;
102 encoderRect->bottom = actualHeight - 1;
103 *encoderBufferSize = (actualWidth * actualHeight * 3 / 2);
92 getEncoderInputBufferInfo( int actualWidth, int actualHeight, int* encoderWidth, int* encoderHeight, ARect* encoderRect, int* encoderBufferSize) argument
/hardware/ti/omap4xxx/libI420colorconvert/
H A DColorConvert.cpp93 int actualWidth, int actualHeight,
98 *encoderHeight = actualHeight;
102 encoderRect->bottom = actualHeight - 1;
103 *encoderBufferSize = (actualWidth * actualHeight * 3 / 2);
92 getEncoderInputBufferInfo( int actualWidth, int actualHeight, int* encoderWidth, int* encoderHeight, ARect* encoderRect, int* encoderBufferSize) argument
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp477 float actualHeight = fbHeight; local
497 swapWidthHeight(actualWidth, actualHeight);
499 (int)actualHeight, rect);
506 yRatio = (float)(inPos.y/actualHeight);
508 hRatio = (float)(inPos.h/actualHeight);
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp464 float actualHeight = fbHeight; local
484 swapWidthHeight(actualWidth, actualHeight);
486 (int)actualHeight, rect);
493 yRatio = (float)((float)inPos.y/actualHeight);
495 hRatio = (float)((float)inPos.h/actualHeight);

Completed in 385 milliseconds