Lines Matching refs:screen_w
343 int32_t screen_w = displayFrame.right - displayFrame.left;
357 int tmp = screen_w;
358 screen_w = screen_h;
363 if(screen_w <=0 || screen_h<=0 ||src_crop_width<=0 || src_crop_height<=0 ) {
364 ALOGE("%s: wrong params for display screen_w=%d src_crop_width=%d \
365 screen_w=%d src_crop_width=%d", __FUNCTION__, screen_w,
366 src_crop_width,screen_w,src_crop_width);
370 float dsdx = (float)screen_w/src_crop_width;
391 copybitsMinScale=%f,screen_w=%d,screen_h=%d \
393 dsdx,dtdy,copybitsMaxScale,1/copybitsMinScale,screen_w,screen_h,