Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:screen_w

367     int32_t screen_w        = displayFrame.right - displayFrame.left;
381 int tmp = screen_w;
382 screen_w = screen_h;
387 if(screen_w <=0 || screen_h<=0 ||src_crop_width<=0 || src_crop_height<=0 ) {
388 ALOGE("%s: wrong params for display screen_w=%d src_crop_width=%d \
389 screen_w=%d src_crop_width=%d", __FUNCTION__, screen_w,
390 src_crop_width,screen_w,src_crop_width);
394 float dsdx = (float)screen_w/src_crop_width;
416 copybitsMinScale=%f,screen_w=%d,screen_h=%d \
418 dsdx,dtdy,copybitsMaxScale,1/copybitsMinScale,screen_w,screen_h,