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

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_copybit.cpp 348 int32_t screen_w = displayFrame.right - displayFrame.left; local
362 int tmp = screen_w;
363 screen_w = screen_h;
368 if(screen_w <=0 || screen_h<=0 ||src_crop_width<=0 || src_crop_height<=0 ) {
369 ALOGE("%s: wrong params for display screen_w=%d src_crop_width=%d \
370 screen_w=%d src_crop_width=%d", __FUNCTION__, screen_w,
371 src_crop_width,screen_w,src_crop_width);
375 float dsdx = (float)screen_w/src_crop_width;
396 copybitsMinScale=%f,screen_w=%d,screen_h=%d
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_copybit.cpp 193 ALOGE("%s: wrong params for display screen_w=%d \
443 int32_t screen_w = displayFrame.right - displayFrame.left; local
456 int tmp = screen_w;
457 screen_w = screen_h;
462 if(screen_w <=0 || screen_h<=0 ||src_crop_width<=0 || src_crop_height<=0 ) {
463 ALOGE("%s: wrong params for display screen_w=%d src_crop_width=%d \
464 screen_h=%d src_crop_height=%d", __FUNCTION__, screen_w,
469 float dsdx = (float)screen_w/(float)src_crop_width;
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 331 ALOGE("%s: wrong params for display screen_w=%d \
819 int32_t screen_w = displayFrame.right - displayFrame.left; local
832 int tmp = screen_w;
833 screen_w = screen_h;
838 if(screen_w <=0 || screen_h<=0 ||src_crop_width<=0 || src_crop_height<=0 ) {
839 ALOGE("%s: wrong params for display screen_w=%d src_crop_width=%d \
840 screen_h=%d src_crop_height=%d", __FUNCTION__, screen_w,
845 float dsdx = (float)screen_w/(float)src_crop_width;
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 338 ALOGE("%s: wrong params for display screen_w=%d \
872 int32_t screen_w = displayFrame.right - displayFrame.left; local
885 int tmp = screen_w;
886 screen_w = screen_h;
891 if(screen_w <=0 || screen_h<=0 ||src_crop_width<=0 || src_crop_height<=0 ) {
892 ALOGE("%s: wrong params for display screen_w=%d src_crop_width=%d \
893 screen_h=%d src_crop_height=%d", __FUNCTION__, screen_w
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_copybit.cpp 428 ALOGE("%s: wrong params for display screen_w=%d \
996 int32_t screen_w = displayFrame.right - displayFrame.left; local
    [all...]

Completed in 709 milliseconds