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

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_copybit.cpp 349 int32_t screen_h = displayFrame.bottom - displayFrame.top; local
363 screen_w = screen_h;
364 screen_h = tmp;
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;
396 copybitsMinScale=%f,screen_w=%d,screen_h=%d \
398 dsdx,dtdy,copybitsMaxScale,1/copybitsMinScale,screen_w,screen_h,
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_copybit.cpp 194 src_crop_width=%d screen_h=%d src_crop_height=%d",
444 int32_t screen_h = displayFrame.bottom - displayFrame.top; local
457 screen_w = screen_h;
458 screen_h = tmp;
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;
491 copybitsMinScale=%f,screen_w=%d,screen_h=%d \
493 dsdx,dtdy,copybitsMaxScale,1/copybitsMinScale,screen_w,screen_h,
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_copybit.cpp 332 src_crop_width=%d screen_h=%d src_crop_height=%d",
820 int32_t screen_h = displayFrame.bottom - displayFrame.top; local
833 screen_w = screen_h;
834 screen_h = tmp;
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;
867 copybitsMinScale=%f,screen_w=%d,screen_h=%d \
869 dsdx,dtdy,copybitsMaxScale,1/copybitsMinScale,screen_w,screen_h,
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_copybit.cpp 339 src_crop_width=%d screen_h=%d src_crop_height=%d",
873 int32_t screen_h = displayFrame.bottom - displayFrame.top; local
886 screen_w = screen_h;
887 screen_h = tmp;
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",
997 int32_t screen_h = displayFrame.bottom - displayFrame.top; local
    [all...]

Completed in 508 milliseconds