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

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_copybit.cpp 351 int32_t src_crop_height = sourceCrop.bottom -sourceCrop.top; local
368 if(screen_w <=0 || screen_h<=0 ||src_crop_width<=0 || src_crop_height<=0 ) {
376 float dtdy = (float)screen_h/src_crop_height;
397 src_crop_width=%d src_crop_height=%d",__FUNCTION__,__LINE__,
399 src_crop_width,src_crop_height);
406 src_crop_height = (src_crop_height/2)*2;
409 int tmp_h = src_crop_height;
413 tmp_h = src_crop_height*copybitsMaxScale;
416 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/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...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_copybit.cpp 339 src_crop_width=%d screen_h=%d src_crop_height=%d",
875 int32_t src_crop_height = sourceCrop.bottom -sourceCrop.top; local
891 if(screen_w <=0 || screen_h<=0 ||src_crop_width<=0 || src_crop_height<=0 ) {
893 screen_h=%d src_crop_height=%d", __FUNCTION__, screen_w
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_copybit.cpp 429 src_crop_width=%d screen_h=%d src_crop_height=%d",
999 int32_t src_crop_height = sourceCrop.bottom -sourceCrop.top; local
    [all...]

Completed in 678 milliseconds