Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:screen_w

344     int32_t screen_w        = displayFrame.right - displayFrame.left;
358 int tmp = screen_w;
359 screen_w = screen_h;
364 if(screen_w <=0 || screen_h<=0 ||src_crop_width<=0 || src_crop_height<=0 ) {
365 ALOGE("%s: wrong params for display screen_w=%d src_crop_width=%d \
366 screen_w=%d src_crop_width=%d", __FUNCTION__, screen_w,
367 src_crop_width,screen_w,src_crop_width);
371 float dsdx = (float)screen_w/src_crop_width;
392 copybitsMinScale=%f,screen_w=%d,screen_h=%d \
394 dsdx,dtdy,copybitsMaxScale,1/copybitsMinScale,screen_w,screen_h,