Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:screen_w

331               ALOGE("%s: wrong params for display screen_w=%d \
819 int32_t screen_w = displayFrame.right - displayFrame.left;
832 int tmp = screen_w;
833 screen_w = screen_h;
838 if(screen_w <=0 || screen_h<=0 ||src_crop_width<=0 || src_crop_height<=0 ) {
839 ALOGE("%s: wrong params for display screen_w=%d src_crop_width=%d \
840 screen_h=%d src_crop_height=%d", __FUNCTION__, screen_w,
845 float dsdx = (float)screen_w/(float)src_crop_width;
867 copybitsMinScale=%f,screen_w=%d,screen_h=%d \
869 dsdx,dtdy,copybitsMaxScale,1/copybitsMinScale,screen_w,screen_h,