HomeSort by relevance Sort by last modified time
    Searched full:src_crop_height (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_copybit.cpp 347 int32_t src_crop_height = sourceCrop.bottom -sourceCrop.top; local
364 if(screen_w <=0 || screen_h<=0 ||src_crop_width<=0 || src_crop_height<=0 ) {
372 float dtdy = (float)screen_h/src_crop_height;
393 src_crop_width=%d src_crop_height=%d",__FUNCTION__,__LINE__,
395 src_crop_width,src_crop_height);
402 src_crop_height = (src_crop_height/2)*2;
405 int tmp_h = src_crop_height;
409 tmp_h = src_crop_height*copybitsMaxScale;
412 tmp_h = src_crop_height/copybitsMinScale
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_copybit.cpp 194 src_crop_width=%d screen_h=%d src_crop_height=%d",
446 int32_t src_crop_height = sourceCrop.bottom -sourceCrop.top; local
462 if(screen_w <=0 || screen_h<=0 ||src_crop_width<=0 || src_crop_height<=0 ) {
464 screen_h=%d src_crop_height=%d", __FUNCTION__, screen_w,
465 src_crop_width,screen_h,src_crop_height);
470 float dtdy = (float)screen_h/(float)src_crop_height;
492 src_crop_width=%d src_crop_height=%d",__FUNCTION__,__LINE__,
494 src_crop_width,src_crop_height);
498 int tmp_h = src_crop_height;
502 tmp_h = (int)((float)src_crop_height*copybitsMaxScale)
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_copybit.cpp 370 int32_t src_crop_height = sourceCrop.bottom -sourceCrop.top; local
387 if(screen_w <=0 || screen_h<=0 ||src_crop_width<=0 || src_crop_height<=0 ) {
395 float dtdy = (float)screen_h/src_crop_height;
417 src_crop_width=%d src_crop_height=%d",__FUNCTION__,__LINE__,
419 src_crop_width,src_crop_height);
426 src_crop_height = (src_crop_height/2)*2;
429 int tmp_h = src_crop_height;
433 tmp_h = src_crop_height*copybitsMaxScale;
436 tmp_h = src_crop_height/copybitsMinScale
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_copybit.cpp 332 src_crop_width=%d screen_h=%d src_crop_height=%d",
822 int32_t src_crop_height = sourceCrop.bottom -sourceCrop.top; local
838 if(screen_w <=0 || screen_h<=0 ||src_crop_width<=0 || src_crop_height<=0 ) {
840 screen_h=%d src_crop_height=%d", __FUNCTION__, screen_w,
841 src_crop_width,screen_h,src_crop_height);
846 float dtdy = (float)screen_h/(float)src_crop_height;
868 src_crop_width=%d src_crop_height=%d",__FUNCTION__,__LINE__,
870 src_crop_width,src_crop_height);
874 int tmp_h = src_crop_height;
878 tmp_h = (int)((float)src_crop_height*copybitsMaxScale)
    [all...]

Completed in 1863 milliseconds