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

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_copybit.cpp 346 int32_t src_crop_width = sourceCrop.right - sourceCrop.left; local
364 if(screen_w <=0 || screen_h<=0 ||src_crop_width<=0 || src_crop_height<=0 ) {
365 ALOGE("%s: wrong params for display screen_w=%d src_crop_width=%d \
366 screen_w=%d src_crop_width=%d", __FUNCTION__, screen_w,
367 src_crop_width,screen_w,src_crop_width);
371 float dsdx = (float)screen_w/src_crop_width;
393 src_crop_width=%d src_crop_height=%d",__FUNCTION__,__LINE__,
395 src_crop_width,src_crop_height);
401 src_crop_width = (src_crop_width/2)*2
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_copybit.cpp 369 int32_t src_crop_width = sourceCrop.right - sourceCrop.left; local
387 if(screen_w <=0 || screen_h<=0 ||src_crop_width<=0 || src_crop_height<=0 ) {
388 ALOGE("%s: wrong params for display screen_w=%d src_crop_width=%d \
389 screen_w=%d src_crop_width=%d", __FUNCTION__, screen_w,
390 src_crop_width,screen_w,src_crop_width);
394 float dsdx = (float)screen_w/src_crop_width;
417 src_crop_width=%d src_crop_height=%d",__FUNCTION__,__LINE__,
419 src_crop_width,src_crop_height);
425 src_crop_width = (src_crop_width/2)*2
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_copybit.cpp 194 src_crop_width=%d screen_h=%d src_crop_height=%d",
445 int32_t src_crop_width = sourceCrop.right - sourceCrop.left; local
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 \
465 src_crop_width,screen_h,src_crop_height);
469 float dsdx = (float)screen_w/(float)src_crop_width;
492 src_crop_width=%d src_crop_height=%d",__FUNCTION__,__LINE__,
494 src_crop_width,src_crop_height);
497 int tmp_w = src_crop_width;
501 tmp_w = (int)((float)src_crop_width*copybitsMaxScale)
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_copybit.cpp 194 src_crop_width=%d screen_h=%d src_crop_height=%d",
445 int32_t src_crop_width = sourceCrop.right - sourceCrop.left; local
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 \
465 src_crop_width,screen_h,src_crop_height);
469 float dsdx = (float)screen_w/src_crop_width;
492 src_crop_width=%d src_crop_height=%d",__FUNCTION__,__LINE__,
494 src_crop_width,src_crop_height);
497 int tmp_w = src_crop_width;
501 tmp_w = src_crop_width*copybitsMaxScale
    [all...]

Completed in 907 milliseconds