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

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_copybit.cpp 409 int tmp_h = src_crop_height; local
413 tmp_h = src_crop_height*copybitsMaxScale;
416 tmp_h = src_crop_height/copybitsMinScale;
418 tmp_h = (tmp_h/2)*2;
420 ALOGE("%s:%d::tmp_w = %d,tmp_h = %d",__FUNCTION__,__LINE__,tmp_w,tmp_h);
424 if (0 == alloc_buffer(&tmpHnd, tmp_w, tmp_h, fbHandle->format, usage)){
428 tmp_dst.h = tmp_h;
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_copybit.cpp 498 int tmp_h = src_crop_height; local
502 tmp_h = (int)((float)src_crop_height*copybitsMaxScale);
504 // ceil the tmp_w and tmp_h value to maintain proper ratio
508 tmp_h = (int)ceil((float)src_crop_height/copybitsMinScale);
510 ALOGD("%s:%d::tmp_w = %d,tmp_h = %d",__FUNCTION__,__LINE__,tmp_w,tmp_h);
520 if (0 == alloc_buffer(&tmpHnd, tmp_w, tmp_h, format, usage) && tmpHnd) {
524 tmp_dst.h = tmp_h;
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_copybit.cpp 874 int tmp_h = src_crop_height; local
878 tmp_h = (int)((float)src_crop_height*copybitsMaxScale);
880 // ceil the tmp_w and tmp_h value to maintain proper ratio
884 tmp_h = (int)ceil((float)src_crop_height/copybitsMinScale);
886 ALOGD("%s:%d::tmp_w = %d,tmp_h = %d",__FUNCTION__,__LINE__,tmp_w,tmp_h);
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_copybit.cpp 927 int tmp_h = src_crop_height; local
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_copybit.cpp 1051 int tmp_h = src_crop_height; local
    [all...]

Completed in 673 milliseconds